Upgrade agentserver packages

This commit is contained in:
Tao Chen
2026-04-15 13:38:17 -07:00
Unverified
parent 9e3983e547
commit 218ad88f19
4 changed files with 22 additions and 48 deletions
@@ -94,11 +94,6 @@ class ResponsesHostServer(ResponsesAgentServerHost):
# Append the user agent prefix for telemetry purposes
append_to_user_agent(self.USER_AGENT_PREFIX)
self.create_handler(self._handle_create) # pyright: ignore[reportUnknownMemberType]
# Append the user agent prefix for telemetry purposes
append_to_user_agent(self.USER_AGENT_PREFIX)
async def _handle_create(
self,
request: CreateResponse,
+3 -14
View File
@@ -24,22 +24,11 @@ classifiers = [
]
dependencies = [
"agent-framework-core>=1.0.0,<2",
"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"
"azure-ai-agentserver-core==2.0.0b1",
"azure-ai-agentserver-responses==1.0.0b1",
"azure-ai-agentserver-invocations==1.0.0b1",
]
[tool.uv.sources]
azure-ai-agentserver-responses = { index = "azure-sdk-for-python" }
azure-ai-agentserver-invocations = { index = "azure-sdk-for-python" }
azure-ai-agentserver-core = { index = "azure-sdk-for-python" }
azure-monitor-opentelemetry-exporter = { index = "azure-sdk-for-python" }
[[tool.uv.index]]
name = "azure-sdk-for-python"
url = "https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
[tool.uv]
prerelease = "if-necessary-or-explicit"
environments = [