From 33bd578aa8f260aa461fb450e2af925b1a913937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 09:23:44 +0000 Subject: [PATCH] Update orjson requirement from <3.12,>=3.8 to >=3.8,<3.13 Updates the requirements on [orjson](https://github.com/ijl/orjson) to permit the latest version. - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.8.0...3.12.0) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.12.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 fbfc6426..add224fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ requires-python = ">=3.12,<3.15" dependencies = [ "adlfs>=2023.9.0,<2026.6.0", "fsspec>=2022.11.0,<2026.8.0", - "orjson>=3.8,<3.12", + "orjson>=3.8,<3.13", "pandas>= 1.4,< 3.1", "platformdirs>3.0,<4.12", "polars>=1.39.3,<1.44",