Skip to content

Commit

Permalink
Merge pull request #1336 from phenobarbital/py313-support
Browse files Browse the repository at this point in the history
fix version of pypolars
  • Loading branch information
phenobarbital authored Nov 11, 2024
2 parents f747329 + 1e8d7b8 commit fd19461
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.9.8"
__version__ = "2.9.9"
__author__ = "Jesus Lara"
__author_email__ = "[email protected]"
__license__ = "BSD"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def readme():
"dask==2024.8.2",
'datatable==1.1.0',
"python-datatable==1.1.3",
"polars==1.7.0",
"polars==1.12.0",
"pyarrow==17.0.0",
"connectorx==0.3.3",
"pyspark==3.5.0",
Expand Down Expand Up @@ -254,7 +254,7 @@ def readme():
"dask==2024.8.2",
"datatable==1.1.0",
"python-datatable==1.1.3",
"polars==1.7.0",
"polars==1.12.0",
"pyarrow==17.0.0",
"connectorx==0.3.3",
"aiosqlite>=0.18.0",
Expand Down

0 comments on commit fd19461

Please sign in to comment.