Skip to content

Commit

Permalink
bump version of cassandra and scylladb
Browse files Browse the repository at this point in the history
  • Loading branch information
phenobarbital committed Oct 30, 2023
1 parent c653de8 commit 06e0a24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion asyncdb/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = 'asyncdb'
__description__ = ('Library for Asynchronous data source connections '
'Collection of asyncio drivers.')
__version__ = '2.5.8'
__version__ = '2.5.9'
__author__ = 'Jesus Lara'
__author_email__ = '[email protected]'
__license__ = 'BSD'
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def readme():
"iso8601==1.1.0",
"pgpy==0.6.0",
"python-magic==0.4.27",
"dateparser==1.1.7",
"dateparser==1.1.8",
"python-datamodel>=0.2.1",
"aiosqlite>=0.18.0",
"pendulum==2.1.2"
Expand All @@ -131,7 +131,7 @@ def readme():
"pylibmc==1.6.3",
"aiomcache==0.8.1",
"aiosqlite>=0.18.0",
"cassandra-driver==3.25.0",
"cassandra-driver==3.28.0",
"rethinkdb==2.4.9",
"influxdb==5.3.1",
"influxdb-client[async]==1.36.1",
Expand Down Expand Up @@ -190,7 +190,7 @@ def readme():
"aioboto3==11.2.0"
],
"cassandra": [
"cassandra-driver==3.25.0",
"cassandra-driver==3.28.0",
],
"influxdb": [
"influxdb==5.3.1",
Expand Down Expand Up @@ -247,7 +247,7 @@ def readme():
"rethinkdb==2.4.9",
"aiopg==1.4.0",
"psycopg-binary>=3.1.8",
"cassandra-driver==3.25.0",
"cassandra-driver==3.28.0",
"influxdb==5.3.1",
"influxdb-client==1.36.1",
"aioodbc==0.3.3",
Expand All @@ -269,7 +269,8 @@ def readme():
"deltalake==0.12.0",
"botocore==1.29.76",
"aiobotocore==2.5.0",
"aioboto3==11.2.0"
"aioboto3==11.2.0",
"acsylla==0.1.8b0",
]
},
tests_require=[
Expand Down

0 comments on commit 06e0a24

Please sign in to comment.