From e9be5fe29212b933fc2587fe7d2afb4c1c145791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 01:38:17 +0000 Subject: [PATCH] Update azure-ai-projects requirement in /python Updates the requirements on azure-ai-projects to permit the latest version. --- updated-dependencies: - dependency-name: azure-ai-projects dependency-version: 2.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index c3044451cb76..6f20bdb14d7c 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ # azure agents - "azure-ai-projects ~= 1.0.0b12", + "azure-ai-projects >= 1.0,< 2.2", "azure-ai-agents >= 1.2.0b3", "aiohttp ~= 3.8", "cloudevents ~=1.0",