From 9b2f7a506e8cea3ecef9b690305b4672d6716d5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 05:36:19 +0000 Subject: [PATCH] Bump agent-framework-core from 1.0.0b260212 to 1.0.0 in /python Bumps [agent-framework-core](https://github.com/microsoft/agent-framework) from 1.0.0b260212 to 1.0.0. - [Release notes](https://github.com/microsoft/agent-framework/releases) - [Commits](https://github.com/microsoft/agent-framework/compare/python-1.0.0b260212...dotnet-1.0.0) --- updated-dependencies: - dependency-name: agent-framework-core dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 3a5a841082..2f9dda5afa 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "agent-framework-core[all]==1.0.0b260212", + "agent-framework-core[all]==1.0.0", ] [dependency-groups]