From f747769f0fd7db8ebb0f28a9bacc3ecd0d40f781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 05:02:01 +0000 Subject: [PATCH] Update polars requirement from <1.15 to <1.17 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.16.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 98668e5..c2a0590 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ all = [ ] cfr = [ "pandas<2.3", - "polars<1.15", + "polars<1.17", "pyarrow<18.1", ] cloud = [ @@ -157,7 +157,7 @@ io = [ "dask[dataframe]>=2020", "fsspec[s3,http]", "pandas<2.3,>=1", - "polars<1.15", + "polars<1.17", "sqlalchemy>=2", "universal-pathlib<0.3", ]