From 420c705ab3661f1f946578a08eb430e0515c3af9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:44:11 +0000 Subject: [PATCH] chore(deps-dev): update pandas requirement from <3.0,>=2.0 to >=2.0,<4.0 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6974c5a3..c8f12b3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ foundry = [ "azure-ai-evaluation>=1.0,<2.0", "azure-identity>=1.17,<2.0", "azure-monitor-opentelemetry>=1.6,<2.0", - "pandas>=2.0,<3.0", + "pandas>=2.0,<4.0", ] agent = [ "fastapi>=0.110,<1.0",