From 8bd05522b546b120690feac360d944972789d84e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 05:30:38 +0000 Subject: [PATCH] Bump agent-framework-core[all] in /python Bumps [agent-framework-core[all]](https://github.com/microsoft/agent-framework) from 1.0.0b251216 to 1.0.0b251218. - [Release notes](https://github.com/microsoft/agent-framework/releases) - [Commits](https://github.com/microsoft/agent-framework/compare/python-1.0.0b251216...python-1.0.0b251218) --- updated-dependencies: - dependency-name: agent-framework-core[all] dependency-version: 1.0.0b251218 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 94ba24fe32..c0b0a8438c 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "agent-framework-core[all]==1.0.0b251216", + "agent-framework-core[all]==1.0.0b251218", ] [dependency-groups]