Python: Upgraded azure-ai-projects to 2.0.0b4 (#4438)

* Upgraded azure-ai-projects to 2.0.0b4

* Fixed tests
This commit is contained in:
Dmytro Struk
2026-03-03 16:11:41 -08:00
committed by GitHub
Unverified
parent 5ba1c6f0cc
commit b5edb529b7
12 changed files with 120 additions and 105 deletions
+1 -2
View File
@@ -34,8 +34,7 @@ dependencies = [
# connectors and functions
"openai>=1.99.0",
"azure-identity>=1,<2",
# Pinned to 2.0.0b3 - breaking changes in 2.0.0b4, unpin once upgrades complete
"azure-ai-projects == 2.0.0b3",
"azure-ai-projects == 2.0.0b4",
"mcp[ws]>=1.24.0,<2",
"packaging>=24.1",
]