From 5900952b08e5447cd7c3e5fc2c4bed71c6f85940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 21:27:13 +0000 Subject: [PATCH] Update polars requirement from <0.21 to <1.1 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.0.0) --- updated-dependencies: - dependency-name: polars dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac6a9d97..8eab8f01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ dependencies = [ "cratedb-sqlparse==0.0.4", 'importlib-metadata; python_version < "3.8"', 'importlib-resources; python_version < "3.9"', - "polars<0.21", + "polars<1.1", "python-dotenv<2", "python-slugify<9", "pyyaml<7",