Skip to content

Commit

Permalink
Revert Neo4j Bolt upgrade (#36)
Browse files Browse the repository at this point in the history
* Revert "[DPTOOLS-2210] Upgrade Neo4j bolt driver to the latest (#34)"

This reverts commit 460692e.

* Update version
  • Loading branch information
jinhyukchang authored May 2, 2019
1 parent 460692e commit d2ed977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pyparsing==2.2.0
six==1.11.0
sqlalchemy==1.3.0
wheel==0.31.1
neo4j-driver==1.7.2
neo4j-driver==1.6.0
neotime==1.0.0
pytz==2018.4
antlr4-python2-runtime==4.7.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages


__version__ = '1.0.13'
__version__ = '1.0.14'


setup(
Expand Down Expand Up @@ -32,7 +32,7 @@
'pyhocon==0.3.42',
'pytest==3.6.0',
'six',
'neo4j-driver==1.7.2',
'neo4j-driver==1.6.0',
'antlr4-python2-runtime==4.7.1',
'statsd==3.2.1',
'retrying==1.3.3'
Expand Down

0 comments on commit d2ed977

Please sign in to comment.