From 9caf125a5f56c3e3823f05a528119001b854fbba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 02:14:16 +0000 Subject: [PATCH] chore(deps): update pandas requirement Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.3...v3.0.0) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.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 0c40cff1ff..934a054013 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "lz4<5.0.0,>=4.3.3", "connectorx<1.0.0,>=0.4.0", "openrank-sdk<1.0.0,>=0.4.0", - "pandas<3.0.0,>=2.2.3", + "pandas>=2.2.3,<4.0.0", "docker<8.0.0,>=7.1.0", "colorlog<7.0.0,>=6.9.0", "pyarrow-stubs>=17.16,<21.0",