This is an automated email from the ASF dual-hosted git repository.
gopidesu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 9da71bc9ded Bump gremlinpython to 3.7.3 (#54109)
9da71bc9ded is described below
commit 9da71bc9ded2816c89f26a47c7249590c02693c1
Author: GPK <[email protected]>
AuthorDate: Mon Aug 4 22:46:53 2025 +0100
Bump gremlinpython to 3.7.3 (#54109)
---
providers/apache/tinkerpop/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/providers/apache/tinkerpop/pyproject.toml
b/providers/apache/tinkerpop/pyproject.toml
index fd6ec36b2f2..ab8299f68e4 100644
--- a/providers/apache/tinkerpop/pyproject.toml
+++ b/providers/apache/tinkerpop/pyproject.toml
@@ -58,7 +58,7 @@ requires-python = ">=3.10"
# After you modify the dependencies, and rebuild your Breeze CI image with
``breeze ci-image build``
dependencies = [
"apache-airflow>=2.10.0",
- "gremlinpython>=3.7.0",
+ "gremlinpython>=3.7.3",
]
[dependency-groups]