From ea4475a1ceaaafc97dabf075066957e7f040af23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:56:44 +0000 Subject: [PATCH] chore(deps): bump pandas from 2.1.4 to 3.0.1 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.4 to 3.0.1. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.4...v3.0.1) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- python-sdk/requirements-ml.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sdk/requirements-ml.txt b/python-sdk/requirements-ml.txt index cba453e..52ec890 100644 --- a/python-sdk/requirements-ml.txt +++ b/python-sdk/requirements-ml.txt @@ -22,7 +22,7 @@ openai==1.7.1 # Data Processing numpy==1.26.3 -pandas==2.1.4 +pandas==3.0.1 scikit-learn==1.4.0 scipy==1.11.4