From 11d956371da0ee1f38acccb857c3573ef8cb0a57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 00:27:34 +0000 Subject: [PATCH] chore(deps): update polars requirement 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.0...py-1.37.1) --- updated-dependencies: - dependency-name: polars dependency-version: 1.37.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/project-templates/jupyter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/project-templates/jupyter/requirements.txt b/scripts/project-templates/jupyter/requirements.txt index a66857a..d2ba66f 100644 --- a/scripts/project-templates/jupyter/requirements.txt +++ b/scripts/project-templates/jupyter/requirements.txt @@ -19,7 +19,7 @@ plotly>=5.18.0,<6.0.0 # Performance numba>=0.59.0,<0.60.0 -polars>=0.20.0,<0.21.0 +polars>=0.20.0,<1.38.0 # Extensions jupyter-lsp>=2.2.0,<3.0.0