Python: Refine samples and upgrade packages (#5261)

* Refine samples and upgrade pacakges

* Upgrade to a new package that fixes a bug

* Update model env var
This commit is contained in:
Tao Chen
2026-04-15 10:46:19 -07:00
committed by GitHub
parent 0402b1aac4
commit 383a2afca2
42 changed files with 285 additions and 517 deletions
@@ -24,9 +24,9 @@ classifiers = [
]
dependencies = [
"agent-framework-core>=1.0.0,<2",
"azure-ai-agentserver-core==2.0.0a20260410006",
"azure-ai-agentserver-responses==1.0.0a20260410006",
"azure-ai-agentserver-invocations==1.0.0a20260410006",
"azure-ai-agentserver-core==2.0.0a20260414006",
"azure-ai-agentserver-responses==1.0.0a20260414006",
"azure-ai-agentserver-invocations==1.0.0a20260414006",
"azure-monitor-opentelemetry-exporter>=1.0.0a1"
]