From 2201d76d92461a6a2142c1c6be573691876badad Mon Sep 17 00:00:00 2001 From: Rahul Devikar Date: Tue, 18 Nov 2025 10:53:08 -0800 Subject: [PATCH 1/4] Update agent-framework-azure-ai version to 1.0.0b251114 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39d67077..aea1001f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev-dependencies = [ "ruff>=0.1.0", "python-dotenv>=1.0.0", "openai>=1.0.0", - "agent-framework-azure-ai >= 0.1.0", + "agent-framework-azure-ai >= 1.0.0b251114", "azure-identity>=1.12.0", "openai-agents >= 0.2.6", ] From ced8472e6e963d0fae50e3908bcd9abdeaa74903 Mon Sep 17 00:00:00 2001 From: Rahul Devikar Date: Tue, 18 Nov 2025 10:54:11 -0800 Subject: [PATCH 2/4] Update agent-framework-azure-ai version requirement --- .../extensions/agentframework/trace_instrumentor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/microsoft-agents-a365-observability-extensions-agentframework/microsoft_agents_a365/observability/extensions/agentframework/trace_instrumentor.py b/libraries/microsoft-agents-a365-observability-extensions-agentframework/microsoft_agents_a365/observability/extensions/agentframework/trace_instrumentor.py index c881590a..a0d545a6 100644 --- a/libraries/microsoft-agents-a365-observability-extensions-agentframework/microsoft_agents_a365/observability/extensions/agentframework/trace_instrumentor.py +++ b/libraries/microsoft-agents-a365-observability-extensions-agentframework/microsoft_agents_a365/observability/extensions/agentframework/trace_instrumentor.py @@ -16,7 +16,7 @@ # ----------------------------- # 3) The Instrumentor class # ----------------------------- -_instruments = ("agent-framework-azure-ai >= 0.1.0",) +_instruments = ("agent-framework-azure-ai >= 1.0.0b251114",) class AgentFrameworkInstrumentor(BaseInstrumentor): From 9eaa94abc5ea7d7e9d5aa2ca522eb1713272f2d4 Mon Sep 17 00:00:00 2001 From: Rahul Devikar Date: Tue, 18 Nov 2025 10:54:50 -0800 Subject: [PATCH 3/4] Update agent-framework-azure-ai dependency version --- .../pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/microsoft-agents-a365-tooling-extensions-agentframework/pyproject.toml b/libraries/microsoft-agents-a365-tooling-extensions-agentframework/pyproject.toml index 89d7c4fb..a25e8091 100644 --- a/libraries/microsoft-agents-a365-tooling-extensions-agentframework/pyproject.toml +++ b/libraries/microsoft-agents-a365-tooling-extensions-agentframework/pyproject.toml @@ -25,7 +25,7 @@ license = {text = "MIT"} dependencies = [ "microsoft-agents-a365-tooling >= 0.0.0", "microsoft-agents-hosting-core >= 0.4.0, < 0.6.0", - "agent-framework-azure-ai >= 0.1.0", + "agent-framework-azure-ai >= 1.0.0b251114", "azure-identity >= 1.12.0", "typing-extensions >= 4.0.0", ] @@ -69,4 +69,4 @@ target-version = "py311" [tool.mypy] python_version = "3.11" -strict = true \ No newline at end of file +strict = true From 0d84f65da695547d33929f0b46ceb5c28fc392e4 Mon Sep 17 00:00:00 2001 From: Rahul Devikar Date: Tue, 18 Nov 2025 10:57:55 -0800 Subject: [PATCH 4/4] Update azure-ai-projects dependency version --- .../pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry/pyproject.toml b/libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry/pyproject.toml index 87f3edbc..58ae9ed7 100644 --- a/libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry/pyproject.toml +++ b/libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ license = {text = "MIT"} dependencies = [ "microsoft-agents-a365-tooling >= 0.0.0", - "azure-ai-projects >= 1.0.0", + "azure-ai-projects >= 2.0.0b1", "azure-ai-agents >= 1.0.0b251001", "azure-identity >= 1.12.0", ]