From 032018e2d508377fba5fe5848ac7a1d3c379556b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 05:24:53 +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.0b251223. - [Release notes](https://github.com/microsoft/agent-framework/releases) - [Commits](https://github.com/microsoft/agent-framework/compare/python-1.0.0b251216...python-1.0.0b251223) --- updated-dependencies: - dependency-name: agent-framework-core[all] dependency-version: 1.0.0b251223 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..4247c98043 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.0b251223", ] [dependency-groups]