Set min version of dependent azure-ai-projects to 2.0.0b3 (#3347)

This commit is contained in:
Darren Cohen
2026-01-21 19:56:25 -08:00
committed by GitHub
Unverified
parent b4a71f00a3
commit 89285a5f1c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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",
]