From a332697ded6d48e592f67e098c7cb52c3f7ff281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:13:28 +0000 Subject: [PATCH] Update polars requirement from >=0.18.15 to >=1.39.3 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.18.15...py-1.39.3) --- updated-dependencies: - dependency-name: polars dependency-version: 1.39.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a6473d2..30cc8a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "torch-geometric>=2.6.1", "spacy>=3.7.2", # Required for both GraphBrain and SimpleGraph "plotly>=5.18.0", # For visualizations - "polars>=0.18.15", # For data processing + "polars>=1.39.3", # For data processing "graphbrain", "aiohttp>=3.10.11", "filelock>=3.16.0", @@ -63,7 +63,7 @@ full = [ "pyarrow>=20.0.0", "pytest>=7.4.0", "plotly>=5.18.0", - "polars>=0.18.15", + "polars>=1.39.3", "safetensors>=0.4.3", "tensorboard>=2.16.0", "torch-tb-profiler>=0.4.3",