diff --git a/pyproject.toml b/pyproject.toml index ff44758..e5ef7a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ all = [ ] cfr = [ "pandas<2.3", - "polars<1.19", + "polars<1.20", "pyarrow<18.2", ] cloud = [ @@ -157,7 +157,7 @@ io = [ "dask[dataframe]>=2020", "fsspec[s3,http]", "pandas<2.3,>=1", - "polars<1.19", + "polars<1.20", "sqlalchemy>=2", "universal-pathlib<0.3", ]