From caabb1a1b9f2dccee930e2f84fd979d4182da0f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 10:16:28 +0000 Subject: [PATCH] Update flit-core requirement from <4.0,>=3.11 to >=3.11,<5.0 in /python Updates the requirements on [flit-core](https://github.com/pypa/flit) to permit the latest version. - [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst) - [Commits](https://github.com/pypa/flit/compare/3.11.0...4.0.2) --- updated-dependencies: - dependency-name: flit-core dependency-version: 4.0.2 dependency-type: direct:development ... 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 be9bedbe28..0460a4d3ff 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -464,5 +464,5 @@ explicit = true name = "agent_framework_meta" [build-system] -requires = ["flit-core >= 3.11,<4.0"] +requires = ["flit-core >= 3.11,< 5.0"] build-backend = "flit_core.buildapi"