From 1e8d7b87c9d4ed740ecfcc6fdf21e4eac85af288 Mon Sep 17 00:00:00 2001 From: Jesus Lara Date: Mon, 11 Nov 2024 02:13:29 +0100 Subject: [PATCH] fix version of pypolars --- asyncdb/version.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/asyncdb/version.py b/asyncdb/version.py index e8b5d510..3b4d05be 100644 --- a/asyncdb/version.py +++ b/asyncdb/version.py @@ -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__ = "jesuslarag@gmail.com" __license__ = "BSD" diff --git a/setup.py b/setup.py index a0357696..d3edafb4 100644 --- a/setup.py +++ b/setup.py @@ -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", @@ -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",