Skip to content

Commit fd19461

Browse files
Merge pull request #1336 from phenobarbital/py313-support
fix version of pypolars
2 parents f747329 + 1e8d7b8 commit fd19461

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

asyncdb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__title__ = "asyncdb"
44
__description__ = "Library for Asynchronous data source connections \
55
Collection of asyncio drivers."
6-
__version__ = "2.9.8"
6+
__version__ = "2.9.9"
77
__author__ = "Jesus Lara"
88
__author_email__ = "[email protected]"
99
__license__ = "BSD"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def readme():
148148
"dask==2024.8.2",
149149
'datatable==1.1.0',
150150
"python-datatable==1.1.3",
151-
"polars==1.7.0",
151+
"polars==1.12.0",
152152
"pyarrow==17.0.0",
153153
"connectorx==0.3.3",
154154
"pyspark==3.5.0",
@@ -254,7 +254,7 @@ def readme():
254254
"dask==2024.8.2",
255255
"datatable==1.1.0",
256256
"python-datatable==1.1.3",
257-
"polars==1.7.0",
257+
"polars==1.12.0",
258258
"pyarrow==17.0.0",
259259
"connectorx==0.3.3",
260260
"aiosqlite>=0.18.0",

0 commit comments

Comments
 (0)