From 36620e6648cf345cbf12bc3507b12c07cf9123bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 21:03:07 +0000 Subject: [PATCH] chore(deps): update pyarrow requirement from <25,>=17 to >=17,<26 Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v17.0.0...apache-arrow-25.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 25.0.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 02564c1..7f306ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "opentelemetry-sdk>=1.41,<2", "pandera>=0.20,<1", "prometheus-client>=0.21,<1", - "pyarrow>=17,<25", + "pyarrow>=17,<26", "pydantic>=2.9,<3", "pydantic-settings>=2.5,<3", "pyyaml>=6,<7",