From c27c2123a225852704a16fe8efaa425ca76dfea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 19:29:20 +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.36.0) --- updated-dependencies: - dependency-name: polars dependency-version: 1.36.0 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..a0e9807 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.37.0 # Extensions jupyter-lsp>=2.2.0,<3.0.0