From 572b2fcadb29bd68d990cba52780538c291749d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 14:49:12 +0000 Subject: [PATCH] chore(deps): update pandas requirement from <2.3,>=2.0 to >=2.0,<3.1 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.0.0...v3.0.1) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.1 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 e15fcad9c4..90e7719950 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "deltalake>=0.18", "pyarrow>=15.0", "zstandard>=0.22", - "pandas>=2.0,<2.3", # Pin to 2.2.x series for reliable pre-built wheels on Windows (2.3.x requires Meson build) + "pandas>=2.0,<3.1", # Pin to 2.2.x series for reliable pre-built wheels on Windows (2.3.x requires Meson build) # Validation "pandera>=0.20", # Providers (RULES.md Appendix A)