From 3ddef4dcb90d5b82923f9cb6b472513b86563629 Mon Sep 17 00:00:00 2001 From: Mohammad Amin Date: Tue, 3 Sep 2024 18:28:26 +0330 Subject: [PATCH] feat: using newer neo4j lib version! --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 958fe33..993c0ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ tc-messageBroker==1.6.7 sentry-sdk rq redis -tc-neo4j-lib==2.0.1 +tc-neo4j-lib==2.0.2 pybars3 backoff==2.2.1 motor==3.5.1 \ No newline at end of file diff --git a/setup.py b/setup.py index af49967..4c12d39 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="tc-analyzer-lib", - version="1.4.6", + version="1.4.7", author="Mohammad Amin Dadgar, TogetherCrew", maintainer="Mohammad Amin Dadgar", maintainer_email="dadgaramin96@gmail.com",