From 93537e66fd0be72c80eabbc25ecfcfa9ea582804 Mon Sep 17 00:00:00 2001 From: "Nikhil Chitlur Navakiran (from Dev Box)" Date: Fri, 27 Feb 2026 20:28:05 +0530 Subject: [PATCH] fix dependency --- python/agent-framework/sample-agent/pyproject.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python/agent-framework/sample-agent/pyproject.toml b/python/agent-framework/sample-agent/pyproject.toml index 97aaa010..833a62de 100644 --- a/python/agent-framework/sample-agent/pyproject.toml +++ b/python/agent-framework/sample-agent/pyproject.toml @@ -7,7 +7,8 @@ authors = [ ] dependencies = [ # AgentFramework SDK - The official package - "agent-framework-azure-ai", + "agent-framework-azure-ai==1.0.0b251114", + "agent-framework-core==1.0.0b251114", # Azure AI Projects - explicitly require pre-release version "azure-ai-agents>=1.2.0b5", @@ -15,9 +16,11 @@ dependencies = [ # Microsoft Agents SDK - Official packages for hosting and integration "microsoft-agents-hosting-aiohttp", - "microsoft-agents-hosting-core", + "microsoft-agents-hosting-core>= 0.4.0", "microsoft-agents-authentication-msal", - "microsoft-agents-activity", + "microsoft-agents-activity>= 0.4.0", + + "opentelemetry-semantic-conventions-ai==0.4.13", # Azure SDK components "azure-identity",