From 6d6bd6ca9b8707d943cf42e43f302baa8d37889f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 04:59:00 +0000 Subject: [PATCH] Update polars requirement from <1.18 to <1.19 Updates the requirements on [polars](https://github.com/pola-rs/polars) to permit the latest version. - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](https://github.com/pola-rs/polars/compare/py-0.0.1...py-1.18.0) --- updated-dependencies: - dependency-name: polars dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 42b8b76..27de42d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ all = [ ] cfr = [ "pandas<2.3", - "polars<1.18", + "polars<1.19", "pyarrow<18.2", ] cloud = [ @@ -157,7 +157,7 @@ io = [ "dask[dataframe]>=2020", "fsspec[s3,http]", "pandas<2.3,>=1", - "polars<1.18", + "polars<1.19", "sqlalchemy>=2", "universal-pathlib<0.3", ]