From 9625887a4830e22678f78d6c54b473c29cb003a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 06:54:56 +0000 Subject: [PATCH] deps(deps): bump agent-framework-azure-ai from 1.0.0b251111 to 1.0.0rc5 Bumps [agent-framework-azure-ai](https://github.com/microsoft/agent-framework) from 1.0.0b251111 to 1.0.0rc5. - [Release notes](https://github.com/microsoft/agent-framework/releases) - [Commits](https://github.com/microsoft/agent-framework/compare/python-1.0.0b251111...python-1.0.0rc5) --- updated-dependencies: - dependency-name: agent-framework-azure-ai dependency-version: 1.0.0rc5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce91d21..9993147 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" requires-python = ">=3.10" dependencies = [ "agent-framework-core==1.0.0b251111", - "agent-framework-azure-ai==1.0.0b251111", + "agent-framework-azure-ai==1.0.0rc5", "agent-framework-a2a==1.0.0b251111", "agent-framework-devui==1.0.0b251111", "azure-identity>=1.25.0",