mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Set min version of dependent azure-ai-projects to 2.0.0b3 (#3347)
This commit is contained in:
committed by
GitHub
Unverified
parent
b4a71f00a3
commit
89285a5f1c
@@ -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",
|
||||
]
|
||||
|
||||
Generated
+1
-1
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user