From b51404910533e2fd08f75c59182f43931839947d Mon Sep 17 00:00:00 2001 From: junanchen Date: Wed, 21 Jan 2026 23:15:06 -0800 Subject: [PATCH 1/2] Bump hosted agents version to 1.0.0b8 --- .../agent_framework/agent_with_hosted_mcp/requirements.txt | 2 +- .../agent_framework/agent_with_text_search_rag/requirements.txt | 2 +- .../agent_framework/agents_in_workflow/requirements.txt | 2 +- .../hosted-agents/agent_framework/echo-agent/requirements.txt | 2 +- .../agent_framework/web-search-agent/requirements.txt | 2 +- .../hosted-agents/custom/system-utility-agent/requirements.txt | 2 +- .../hosted-agents/langgraph/calculator-agent/requirements.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/samples/python/hosted-agents/agent_framework/agent_with_hosted_mcp/requirements.txt b/samples/python/hosted-agents/agent_framework/agent_with_hosted_mcp/requirements.txt index f69c4a79..87e0eddf 100644 --- a/samples/python/hosted-agents/agent_framework/agent_with_hosted_mcp/requirements.txt +++ b/samples/python/hosted-agents/agent_framework/agent_with_hosted_mcp/requirements.txt @@ -1,2 +1,2 @@ -azure-ai-agentserver-agentframework==1.0.0b7 +azure-ai-agentserver-agentframework==1.0.0b8 agent-framework \ No newline at end of file diff --git a/samples/python/hosted-agents/agent_framework/agent_with_text_search_rag/requirements.txt b/samples/python/hosted-agents/agent_framework/agent_with_text_search_rag/requirements.txt index f69c4a79..87e0eddf 100644 --- a/samples/python/hosted-agents/agent_framework/agent_with_text_search_rag/requirements.txt +++ b/samples/python/hosted-agents/agent_framework/agent_with_text_search_rag/requirements.txt @@ -1,2 +1,2 @@ -azure-ai-agentserver-agentframework==1.0.0b7 +azure-ai-agentserver-agentframework==1.0.0b8 agent-framework \ No newline at end of file diff --git a/samples/python/hosted-agents/agent_framework/agents_in_workflow/requirements.txt b/samples/python/hosted-agents/agent_framework/agents_in_workflow/requirements.txt index f69c4a79..87e0eddf 100644 --- a/samples/python/hosted-agents/agent_framework/agents_in_workflow/requirements.txt +++ b/samples/python/hosted-agents/agent_framework/agents_in_workflow/requirements.txt @@ -1,2 +1,2 @@ -azure-ai-agentserver-agentframework==1.0.0b7 +azure-ai-agentserver-agentframework==1.0.0b8 agent-framework \ No newline at end of file diff --git a/samples/python/hosted-agents/agent_framework/echo-agent/requirements.txt b/samples/python/hosted-agents/agent_framework/echo-agent/requirements.txt index 17e37a4e..1efb773a 100644 --- a/samples/python/hosted-agents/agent_framework/echo-agent/requirements.txt +++ b/samples/python/hosted-agents/agent_framework/echo-agent/requirements.txt @@ -1,4 +1,4 @@ -azure-ai-agentserver-agentframework==1.0.0b7 +azure-ai-agentserver-agentframework==1.0.0b8 agent-framework pytest==8.4.2 python-dotenv==1.1.1 diff --git a/samples/python/hosted-agents/agent_framework/web-search-agent/requirements.txt b/samples/python/hosted-agents/agent_framework/web-search-agent/requirements.txt index 17e37a4e..1efb773a 100644 --- a/samples/python/hosted-agents/agent_framework/web-search-agent/requirements.txt +++ b/samples/python/hosted-agents/agent_framework/web-search-agent/requirements.txt @@ -1,4 +1,4 @@ -azure-ai-agentserver-agentframework==1.0.0b7 +azure-ai-agentserver-agentframework==1.0.0b8 agent-framework pytest==8.4.2 python-dotenv==1.1.1 diff --git a/samples/python/hosted-agents/custom/system-utility-agent/requirements.txt b/samples/python/hosted-agents/custom/system-utility-agent/requirements.txt index e3f2baa1..38bd356b 100644 --- a/samples/python/hosted-agents/custom/system-utility-agent/requirements.txt +++ b/samples/python/hosted-agents/custom/system-utility-agent/requirements.txt @@ -1,6 +1,6 @@ azure-identity==1.25.1 azure-ai-projects==2.0.0b2 -azure-ai-agentserver-core==1.0.0b7 +azure-ai-agentserver-core==1.0.0b8 openai==2.14.0 python-dotenv==1.0.0 psutil==5.9.4 diff --git a/samples/python/hosted-agents/langgraph/calculator-agent/requirements.txt b/samples/python/hosted-agents/langgraph/calculator-agent/requirements.txt index b95961dc..b23a4861 100644 --- a/samples/python/hosted-agents/langgraph/calculator-agent/requirements.txt +++ b/samples/python/hosted-agents/langgraph/calculator-agent/requirements.txt @@ -1,4 +1,4 @@ -azure-ai-agentserver-langgraph==1.0.0b7 +azure-ai-agentserver-langgraph==1.0.0b8 pytest==8.4.2 python-dotenv==1.1.1 From 6ec4f438cc4e790f898740cabee02a07deec1cba Mon Sep 17 00:00:00 2001 From: junanchen Date: Thu, 22 Jan 2026 09:55:41 -0800 Subject: [PATCH 2/2] remove agent_framework dependency in requrements.txt --- .../agent_framework/agent_with_hosted_mcp/requirements.txt | 3 +-- .../agent_with_text_search_rag/requirements.txt | 3 +-- .../agent_framework/agents_in_workflow/requirements.txt | 3 +-- .../hosted-agents/agent_framework/echo-agent/requirements.txt | 1 - .../agent_framework/web-search-agent/requirements.txt | 1 - 5 files changed, 3 insertions(+), 8 deletions(-) diff --git a/samples/python/hosted-agents/agent_framework/agent_with_hosted_mcp/requirements.txt b/samples/python/hosted-agents/agent_framework/agent_with_hosted_mcp/requirements.txt index 87e0eddf..dc8ac271 100644 --- a/samples/python/hosted-agents/agent_framework/agent_with_hosted_mcp/requirements.txt +++ b/samples/python/hosted-agents/agent_framework/agent_with_hosted_mcp/requirements.txt @@ -1,2 +1 @@ -azure-ai-agentserver-agentframework==1.0.0b8 -agent-framework \ No newline at end of file +azure-ai-agentserver-agentframework==1.0.0b8 \ No newline at end of file diff --git a/samples/python/hosted-agents/agent_framework/agent_with_text_search_rag/requirements.txt b/samples/python/hosted-agents/agent_framework/agent_with_text_search_rag/requirements.txt index 87e0eddf..dc8ac271 100644 --- a/samples/python/hosted-agents/agent_framework/agent_with_text_search_rag/requirements.txt +++ b/samples/python/hosted-agents/agent_framework/agent_with_text_search_rag/requirements.txt @@ -1,2 +1 @@ -azure-ai-agentserver-agentframework==1.0.0b8 -agent-framework \ No newline at end of file +azure-ai-agentserver-agentframework==1.0.0b8 \ No newline at end of file diff --git a/samples/python/hosted-agents/agent_framework/agents_in_workflow/requirements.txt b/samples/python/hosted-agents/agent_framework/agents_in_workflow/requirements.txt index 87e0eddf..dc8ac271 100644 --- a/samples/python/hosted-agents/agent_framework/agents_in_workflow/requirements.txt +++ b/samples/python/hosted-agents/agent_framework/agents_in_workflow/requirements.txt @@ -1,2 +1 @@ -azure-ai-agentserver-agentframework==1.0.0b8 -agent-framework \ No newline at end of file +azure-ai-agentserver-agentframework==1.0.0b8 \ No newline at end of file diff --git a/samples/python/hosted-agents/agent_framework/echo-agent/requirements.txt b/samples/python/hosted-agents/agent_framework/echo-agent/requirements.txt index 1efb773a..e4e6e05f 100644 --- a/samples/python/hosted-agents/agent_framework/echo-agent/requirements.txt +++ b/samples/python/hosted-agents/agent_framework/echo-agent/requirements.txt @@ -1,5 +1,4 @@ azure-ai-agentserver-agentframework==1.0.0b8 -agent-framework pytest==8.4.2 python-dotenv==1.1.1 azure-monitor-opentelemetry==1.8.1 diff --git a/samples/python/hosted-agents/agent_framework/web-search-agent/requirements.txt b/samples/python/hosted-agents/agent_framework/web-search-agent/requirements.txt index 1efb773a..e4e6e05f 100644 --- a/samples/python/hosted-agents/agent_framework/web-search-agent/requirements.txt +++ b/samples/python/hosted-agents/agent_framework/web-search-agent/requirements.txt @@ -1,5 +1,4 @@ azure-ai-agentserver-agentframework==1.0.0b8 -agent-framework pytest==8.4.2 python-dotenv==1.1.1 azure-monitor-opentelemetry==1.8.1