Skip to content

Commit e513c54

Browse files
committed
Bump gremlinpython dependency to 3.4.6
1 parent 3a0e550 commit e513c54

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Bug Fixes
1313
Others
1414
------
1515
* Bump geomet dependency version to 0.2 (PYTHON-1243)
16+
* Bump gremlinpython dependency version to 3.4.6 (PYTHON-1212)
1617

1718
3.23.0
1819
======

Jenkinsfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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']
413+
'graph': ['gremlinpython==3.4.6']
414414
}
415415

416416
setup(

test-datastax-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r test-requirements.txt
22
kerberos
3-
gremlinpython==3.3.4
3+
gremlinpython==3.4.6

0 commit comments

Comments
 (0)