File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Bug Fixes
1313Others
1414------
1515* Bump geomet dependency version to 0.2 (PYTHON-1243)
16+ * Bump gremlinpython dependency version to 3.4.6 (PYTHON-1212)
1617
17183.23.0
1819======
Original file line number Diff line number Diff line change @@ -623,15 +623,19 @@ pipeline {
623623 axis {
624624 name ' CASSANDRA_VERSION'
625625 values ' 3.11' , // Current Apache Cassandra
626- ' dse-6.8.0' // Current DataStax Enterprise
626+ ' dse-5.0' , // Long Term Support DataStax Enterprise
627+ ' dse-5.1' , // Legacy DataStax Enterprise
628+ ' dse-6.0' , // Previous DataStax Enterprise
629+ ' dse-6.7' , // Previous DataStax Enterprise
630+ ' dse-6.8' // Current DataStax Enterprise
627631 }
628632 axis {
629633 name ' PYTHON_VERSION'
630634 values ' 2.7.14' , ' 3.5.6'
631635 }
632636 axis {
633637 name ' CYTHON_ENABLED'
634- values ' False' , ' True '
638+ values ' False'
635639 }
636640 }
637641
Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ def run_setup(extensions):
410410 dependencies .append ('futures' )
411411
412412 _EXTRAS_REQUIRE = {
413- 'graph' : ['gremlinpython==3.3.4 ' ]
413+ 'graph' : ['gremlinpython==3.4.6 ' ]
414414 }
415415
416416 setup (
Original file line number Diff line number Diff line change 11-r test-requirements.txt
22kerberos
3- gremlinpython==3.3.4
3+ gremlinpython==3.4.6
You can’t perform that action at this time.
0 commit comments