From 595492a6ae1ce1dff9a1aeeac3f0f6c6496a3fb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 23:08:56 +0000 Subject: [PATCH] chore(deps-dev): update uv-build requirement 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.11.14...0.12.5) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.12.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/atif-analytics/pyproject.toml | 2 +- packages/atif-cli/pyproject.toml | 2 +- packages/atif-converter/pyproject.toml | 2 +- packages/atif-corpus/pyproject.toml | 2 +- packages/atif-duck/pyproject.toml | 2 +- packages/atif-embed/pyproject.toml | 2 +- packages/atif-models/pyproject.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/atif-analytics/pyproject.toml b/packages/atif-analytics/pyproject.toml index 9a854a6..24c2efd 100644 --- a/packages/atif-analytics/pyproject.toml +++ b/packages/atif-analytics/pyproject.toml @@ -46,7 +46,7 @@ Issues = "https://github.com/theagenticguy/atif-sql/issues" Changelog = "https://github.com/theagenticguy/atif-sql/blob/main/CHANGELOG.md" [build-system] -requires = ["uv_build>=0.11.14,<0.12"] +requires = ["uv_build>=0.12.5,<0.13"] build-backend = "uv_build" [tool.uv.build-backend] diff --git a/packages/atif-cli/pyproject.toml b/packages/atif-cli/pyproject.toml index 2c852c1..73f8a5c 100644 --- a/packages/atif-cli/pyproject.toml +++ b/packages/atif-cli/pyproject.toml @@ -54,7 +54,7 @@ Issues = "https://github.com/theagenticguy/atif-sql/issues" Changelog = "https://github.com/theagenticguy/atif-sql/blob/main/CHANGELOG.md" [build-system] -requires = ["uv_build>=0.11.14,<0.12"] +requires = ["uv_build>=0.12.5,<0.13"] build-backend = "uv_build" [tool.uv.build-backend] diff --git a/packages/atif-converter/pyproject.toml b/packages/atif-converter/pyproject.toml index c6e609f..cb34d2e 100644 --- a/packages/atif-converter/pyproject.toml +++ b/packages/atif-converter/pyproject.toml @@ -31,7 +31,7 @@ Issues = "https://github.com/theagenticguy/atif-sql/issues" Changelog = "https://github.com/theagenticguy/atif-sql/blob/main/CHANGELOG.md" [build-system] -requires = ["uv_build>=0.11.14,<0.12"] +requires = ["uv_build>=0.12.5,<0.13"] build-backend = "uv_build" [tool.uv.build-backend] diff --git a/packages/atif-corpus/pyproject.toml b/packages/atif-corpus/pyproject.toml index 5b391ab..47d46ea 100644 --- a/packages/atif-corpus/pyproject.toml +++ b/packages/atif-corpus/pyproject.toml @@ -28,7 +28,7 @@ Issues = "https://github.com/theagenticguy/atif-sql/issues" Changelog = "https://github.com/theagenticguy/atif-sql/blob/main/CHANGELOG.md" [build-system] -requires = ["uv_build>=0.11.14,<0.12"] +requires = ["uv_build>=0.12.5,<0.13"] build-backend = "uv_build" [tool.uv.build-backend] diff --git a/packages/atif-duck/pyproject.toml b/packages/atif-duck/pyproject.toml index 8e12672..2206599 100644 --- a/packages/atif-duck/pyproject.toml +++ b/packages/atif-duck/pyproject.toml @@ -32,7 +32,7 @@ Issues = "https://github.com/theagenticguy/atif-sql/issues" Changelog = "https://github.com/theagenticguy/atif-sql/blob/main/CHANGELOG.md" [build-system] -requires = ["uv_build>=0.11.14,<0.12"] +requires = ["uv_build>=0.12.5,<0.13"] build-backend = "uv_build" [tool.uv.build-backend] diff --git a/packages/atif-embed/pyproject.toml b/packages/atif-embed/pyproject.toml index 70803cf..58952f4 100644 --- a/packages/atif-embed/pyproject.toml +++ b/packages/atif-embed/pyproject.toml @@ -35,7 +35,7 @@ Issues = "https://github.com/theagenticguy/atif-sql/issues" Changelog = "https://github.com/theagenticguy/atif-sql/blob/main/CHANGELOG.md" [build-system] -requires = ["uv_build>=0.11.14,<0.12"] +requires = ["uv_build>=0.12.5,<0.13"] build-backend = "uv_build" [tool.uv.build-backend] diff --git a/packages/atif-models/pyproject.toml b/packages/atif-models/pyproject.toml index 1dc0561..3ea9b05 100644 --- a/packages/atif-models/pyproject.toml +++ b/packages/atif-models/pyproject.toml @@ -31,7 +31,7 @@ Issues = "https://github.com/theagenticguy/atif-sql/issues" Changelog = "https://github.com/theagenticguy/atif-sql/blob/main/CHANGELOG.md" [build-system] -requires = ["uv_build>=0.11.14,<0.12"] +requires = ["uv_build>=0.12.5,<0.13"] build-backend = "uv_build" [tool.uv.build-backend]