Skip to content

Commit

Permalink
bump version of deltalake
Browse files Browse the repository at this point in the history
  • Loading branch information
phenobarbital committed Nov 18, 2023
1 parent 8272d82 commit a35163a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.10'
__version__ = '2.5.11'
__author__ = 'Jesus Lara'
__author_email__ = '[email protected]'
__license__ = 'BSD'
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def readme():
"pymssql==2.2.7",
"redis==4.5.5",
"duckdb==0.8.1",
"deltalake==0.12.0"
"deltalake==0.13.0"
],
"dataframe": [
"dask==2023.3.0",
Expand All @@ -147,7 +147,7 @@ def readme():
"pyarrow==13.0.0",
"connectorx==0.3.1",
"pyspark==3.3.2",
"deltalake==0.12.0"
"deltalake==0.13.0"
],
"pyspark": [
"pyspark==3.3.2"
Expand Down Expand Up @@ -266,7 +266,7 @@ def readme():
"oracledb==1.2.2",
"hazelcast-python-client==5.3.0",
"duckdb==0.8.1",
"deltalake==0.12.0",
"deltalake==0.13.0",
"botocore==1.29.76",
"aiobotocore==2.5.0",
"aioboto3==11.2.0",
Expand Down

0 comments on commit a35163a

Please sign in to comment.