Skip to content

Commit 6bfdb68

Browse files
committed
pinning gremlinpython to 3.3.4
1 parent 18b0090 commit 6bfdb68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def run_setup(extensions):
410410
dependencies.append('futures')
411411

412412
_EXTRAS_REQUIRE = {
413-
'graph': ['gremlinpython>=3.3.4,<3.3.9']
413+
'graph': ['gremlinpython==3.3.4']
414414
}
415415

416416
setup(

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ requests
1818
backports.ssl_match_hostname; python_version < '2.7.9'
1919
futurist; python_version >= '3.7'
2020
asynctest; python_version > '3.4'
21-
gremlinpython>=3.3.4,<3.3.9
21+
gremlinpython==3.3.4

0 commit comments

Comments
 (0)