From 080044e63c579cadab679a3c38ad275c6d43d5a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:31:47 +0000 Subject: [PATCH] Update polars requirement from <1.17 to <1.18 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.17.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 4e4b4a5..9d7c096 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ all = [ ] cfr = [ "pandas<2.3", - "polars<1.17", + "polars<1.18", "pyarrow<18.2", ] cloud = [ @@ -157,7 +157,7 @@ io = [ "dask[dataframe]>=2020", "fsspec[s3,http]", "pandas<2.3,>=1", - "polars<1.17", + "polars<1.18", "sqlalchemy>=2", "universal-pathlib<0.3", ]