File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
__title__ = "asyncdb"
4
4
__description__ = "Library for Asynchronous data source connections \
5
5
Collection of asyncio drivers."
6
- __version__ = "2.9.8 "
6
+ __version__ = "2.9.9 "
7
7
__author__ = "Jesus Lara"
8
8
__author_email__ = "[email protected] "
9
9
__license__ = "BSD"
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ def readme():
148
148
"dask==2024.8.2" ,
149
149
'datatable==1.1.0' ,
150
150
"python-datatable==1.1.3" ,
151
- "polars==1.7 .0" ,
151
+ "polars==1.12 .0" ,
152
152
"pyarrow==17.0.0" ,
153
153
"connectorx==0.3.3" ,
154
154
"pyspark==3.5.0" ,
@@ -254,7 +254,7 @@ def readme():
254
254
"dask==2024.8.2" ,
255
255
"datatable==1.1.0" ,
256
256
"python-datatable==1.1.3" ,
257
- "polars==1.7 .0" ,
257
+ "polars==1.12 .0" ,
258
258
"pyarrow==17.0.0" ,
259
259
"connectorx==0.3.3" ,
260
260
"aiosqlite>=0.18.0" ,
You can’t perform that action at this time.
0 commit comments