From bce0955f9243703ba51b41ad534ac89d1bd982ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 14:36:35 +0000 Subject: [PATCH] Update uv-build requirement in /python Updates the requirements on [uv-build](https://github.com/astral-sh/uv) to permit the latest version. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.8.2...0.11.28) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.11.28 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/packages/mistral/pyproject.toml | 2 +- python/packages/ollama/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/packages/mistral/pyproject.toml b/python/packages/mistral/pyproject.toml index 9a316e326d7..4726e0690e3 100644 --- a/python/packages/mistral/pyproject.toml +++ b/python/packages/mistral/pyproject.toml @@ -101,5 +101,5 @@ module-name = "agent_framework_mistral" module-root = "" [build-system] -requires = ["uv_build>=0.8.2,<0.9.0"] +requires = ["uv_build>=0.8.2,<0.12.0"] build-backend = "uv_build" diff --git a/python/packages/ollama/pyproject.toml b/python/packages/ollama/pyproject.toml index daabe3c23b5..4abba3dd81d 100644 --- a/python/packages/ollama/pyproject.toml +++ b/python/packages/ollama/pyproject.toml @@ -101,5 +101,5 @@ module-name = "agent_framework_ollama" module-root = "" [build-system] -requires = ["uv_build>=0.8.2,<0.9.0"] +requires = ["uv_build>=0.8.2,<0.12.0"] build-backend = "uv_build"