From dc7859b742e7d654e02ac578711e0fc32256057f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 03:34:03 +0000 Subject: [PATCH] Chore(deps): Update polars requirement from <1.43,>=1.15 to >=1.15,<1.44 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-1.15.0...py-1.43.0) --- updated-dependencies: - dependency-name: polars dependency-version: 1.43.0 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 419eeed..a265c13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ dynamic = [ ] dependencies = [ "orjson<4", - "polars>=1.15,<1.43", + "polars>=1.15,<1.44", ] optional-dependencies.all = [ "macropipe[geo]",