From 897df8bebe669a2353b0113cea135db63b84c2fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 12:44:56 +0000 Subject: [PATCH] chore(deps-dev): update pandas requirement from <3,>=2 to >=2,<4 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.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 89b6f8c..e55fdd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,9 +24,9 @@ dependencies = [ ] [project.optional-dependencies] -pandas = ["pandas>=2,<3"] +pandas = ["pandas>=2,<4"] polars = ["polars>=1,<2"] -all = ["pandas>=2,<3", "polars>=1,<2"] +all = ["pandas>=2,<4", "polars>=1,<2"] [project.urls] Homepage = "https://github.com/TexasCoding/kalshi-python-sdk" @@ -84,7 +84,7 @@ dev = [ "datamodel-code-generator>=0.26", "pyyaml>=6", "python-dotenv>=1", - "pandas>=2,<3", + "pandas>=2,<4", "polars>=1,<2", ] docs = [