From 88bf954bf517f22a063396c74b1ccb4b59c258c8 Mon Sep 17 00:00:00 2001 From: Darren Cohen <39422044+dargilco@users.noreply.github.com> Date: Wed, 21 Jan 2026 12:55:26 -0800 Subject: [PATCH] Set min version of dependent azure-ai-projects to 2.0.0b3 --- python/packages/azure-ai/pyproject.toml | 2 +- python/uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/packages/azure-ai/pyproject.toml b/python/packages/azure-ai/pyproject.toml index 3349bbf558..5151e10f7b 100644 --- a/python/packages/azure-ai/pyproject.toml +++ b/python/packages/azure-ai/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ "agent-framework-core", - "azure-ai-projects >= 2.0.0b2", + "azure-ai-projects >= 2.0.0b3", "azure-ai-agents == 1.2.0b5", "aiohttp", ] diff --git a/python/uv.lock b/python/uv.lock index 04599f5548..082c0b3d15 100644 --- a/python/uv.lock +++ b/python/uv.lock @@ -233,7 +233,7 @@ requires-dist = [ { name = "agent-framework-core", editable = "packages/core" }, { name = "aiohttp" }, { name = "azure-ai-agents", specifier = "==1.2.0b5" }, - { name = "azure-ai-projects", specifier = ">=2.0.0b2" }, + { name = "azure-ai-projects", specifier = ">=2.0.0b3" }, ] [[package]]