From cffd178b50549d07bc4f2c5ad2488901633942fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Oct 2021 23:30:27 +0000 Subject: [PATCH] chore(setup.py): update --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ae98a3a3d1763..095473757ed8c 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ extras_require = { ':python_version < "3.8"': ["importlib-metadata>=4,<5"], "all": [ - "clickhouse-driver>=0.1,<0.2", + "clickhouse-driver>=0.1,<0.3.0", "clickhouse-sqlalchemy>=0.1.4,<0.2.0", "dask[array,dataframe]>=2021.2.0,<2022.0.0", "geoalchemy2>=0.6,<0.7", @@ -81,7 +81,7 @@ "tables>=3,<4", ], "clickhouse": [ - "clickhouse-driver>=0.1,<0.2", + "clickhouse-driver>=0.1,<0.3.0", "clickhouse-sqlalchemy>=0.1.4,<0.2.0", "sqlalchemy>=1.3,<1.4", ],