From 9d01de6e88453fea59f437b90e2f5c6576528770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:55:03 +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.38.1) --- updated-dependencies: - dependency-name: polars dependency-version: 1.38.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..59ce784 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.39.0 # Extensions jupyter-lsp>=2.2.0,<3.0.0