From d450fb6dc1e6618afa0a830d8e1eb32e295a8744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 08:33:24 +0000 Subject: [PATCH] Update polars requirement from <1.18.0,>=0.20.26 to >=0.20.26,<1.21.0 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.20.26...py-1.20.0) --- updated-dependencies: - dependency-name: polars dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-devel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-devel.txt b/requirements-devel.txt index 6daf22839..d40fabff3 100644 --- a/requirements-devel.txt +++ b/requirements-devel.txt @@ -29,7 +29,7 @@ py-spy==0.4.0 numpy>=1.24.4,<3.0.0 pandas>=2.0.3,<3.0.0 -polars>=0.20.26,<1.18.0 +polars>=0.20.26,<1.21.0 fastapi>=0.111.0,<1.0.0 flask[async]>=2.0.0,<4.0.0