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

colegreer pushed a commit to branch 3.7-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/3.7-dev by this push:
     new aa383872be CTR: Pin more-itertools for 3.9 compatibility in GHA
aa383872be is described below

commit aa383872be27a50fd237cbad280a7661d405cf1e
Author: Cole Greer <[email protected]>
AuthorDate: Wed Apr 15 13:49:28 2026 -0700

    CTR: Pin more-itertools for 3.9 compatibility in GHA
---
 gremlin-console/src/test/python/setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gremlin-console/src/test/python/setup.py 
b/gremlin-console/src/test/python/setup.py
index 1c14acf48f..163e0d773c 100644
--- a/gremlin-console/src/test/python/setup.py
+++ b/gremlin-console/src/test/python/setup.py
@@ -32,6 +32,7 @@ setup(
     tests_require=[
         'pytest>=4.6.4,<5.0.0',
         'mock>=3.0.5,<4.0.0',
+        'more-itertools<11.0.0',
         'pexpect==4.8.0'
     ]
 )

Reply via email to