From afb58b75af44b091ccbb7612fd69f6292ef13f26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 22:08:33 +0000 Subject: [PATCH] Update pandas requirement in the python-dependencies group Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. Updates `pandas` to 3.0.5 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.0...v3.0.5) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.5 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54fea97..54d42c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "fastapi>=0.115,<1", "joblib>=1.4,<2", "numpy>=2.0,<3", - "pandas>=2.2,<3", + "pandas>=2.2,<4", "pydantic>=2.9,<3", "PyYAML>=6.0,<7", "scikit-learn>=1.6,<2",