Skip to content

Commit 0e919a0

Browse files
committed
Merge branch 'oss-next' into ngdg_master_ft
2 parents d9044b0 + 6bfdb68 commit 0e919a0

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,5 +18,5 @@ 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.4.0,<3.5.0
21+
gremlinpython==3.3.4
2222
ipaddress; python_version < '3.3.0'

0 commit comments

Comments
 (0)