From 227fd9f72857560d079b417599bb47131821c2aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 23:11:36 +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 3383b6db5f1d..18d515ee0118 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",