This is an automated email from the ASF dual-hosted git repository.

potiuk 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 6b57b11d859 Upgrade gremlinpython package to 3.8.0 (#62706)
6b57b11d859 is described below

commit 6b57b11d859b30a2b33bf2d946f81a102965eadd
Author: Farhan <[email protected]>
AuthorDate: Thu Mar 12 00:45:11 2026 +0000

    Upgrade gremlinpython package to 3.8.0 (#62706)
---
 providers/apache/tinkerpop/docs/index.rst | 2 +-
 providers/apache/tinkerpop/pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/providers/apache/tinkerpop/docs/index.rst 
b/providers/apache/tinkerpop/docs/index.rst
index 3a0376d63b8..5271ae39d31 100644
--- a/providers/apache/tinkerpop/docs/index.rst
+++ b/providers/apache/tinkerpop/docs/index.rst
@@ -103,7 +103,7 @@ PIP package                                 Version required
 ==========================================  ==================
 ``apache-airflow``                          ``>=2.11.0``
 ``apache-airflow-providers-common-compat``  ``>=1.8.0``
-``gremlinpython``                           ``>=3.7.3``
+``gremlinpython``                           ``>=3.8.0``
 ==========================================  ==================
 
 Cross provider package dependencies
diff --git a/providers/apache/tinkerpop/pyproject.toml 
b/providers/apache/tinkerpop/pyproject.toml
index 097c7db44e1..718e3f730fb 100644
--- a/providers/apache/tinkerpop/pyproject.toml
+++ b/providers/apache/tinkerpop/pyproject.toml
@@ -60,7 +60,7 @@ requires-python = ">=3.10"
 dependencies = [
     "apache-airflow>=2.11.0",
     "apache-airflow-providers-common-compat>=1.8.0",
-    "gremlinpython>=3.7.3",
+    "gremlinpython>=3.8.0",
 ]
 
 [dependency-groups]

Reply via email to