From 00c4f678e2159070dc7001321befe45f0f05772b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 16:33:14 +0000 Subject: [PATCH] build(deps-dev): bump hatchling from 1.27.0 to 1.32.0 Bumps [hatchling](https://github.com/pypa/hatch) from 1.27.0 to 1.32.0. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.27.0...hatchling-v1.32.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.32.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- uv.lock | 22 ++++++++++++++++------ 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index acacf8fcbe..d1c3573b97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ pydantic-v1 = ["pydantic>=1.10.26,<2"] pydantic-v2 = ["pydantic>=2,<3"] # Isolated build requirements are exported with hashes by scripts/build. build = [ - "hatchling==1.27.0", + "hatchling==1.32.0", "packaging==26.3", "pathspec==1.1.1", "pluggy==1.6.0", @@ -96,7 +96,7 @@ constraint-dependencies = [ ] # Also constrain editable/source builds performed by uv sync. build-constraint-dependencies = [ - "hatchling==1.27.0", + "hatchling==1.32.0", "packaging==26.3", "pathspec==1.1.1", "pluggy==1.6.0", @@ -106,7 +106,7 @@ build-constraint-dependencies = [ [build-system] -requires = ["hatchling==1.27.0"] +requires = ["hatchling==1.32.0"] build-backend = "hatchling.build" [tool.hatch.build] diff --git a/uv.lock b/uv.lock index fbfb24e3b7..de584f3f76 100644 --- a/uv.lock +++ b/uv.lock @@ -32,7 +32,7 @@ constraints = [ { name = "requests", specifier = ">=2.33.0" }, ] build-constraints = [ - { name = "hatchling", specifier = "==1.27.0" }, + { name = "hatchling", specifier = "==1.32.0" }, { name = "packaging", specifier = "==26.3" }, { name = "pathspec", specifier = "==1.1.1" }, { name = "pluggy", specifier = "==1.6.0" }, @@ -721,18 +721,19 @@ wheels = [ [[package]] name = "hatchling" -version = "1.27.0" +version = "1.32.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "packaging" }, { name = "pathspec" }, { name = "pluggy" }, { name = "tomli", marker = "python_full_version < '3.11' or (extra == 'group-6-openai-pydantic-v1' and extra == 'group-6-openai-pydantic-v2')" }, + { name = "tomlkit" }, { name = "trove-classifiers" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/8f/8a/cc1debe3514da292094f1c3a700e4ca25442489731ef7c0814358816bb03/hatchling-1.27.0.tar.gz", hash = "sha256:971c296d9819abb3811112fc52c7a9751c8d381898f36533bb16f9791e941fd6", size = 54983, upload-time = "2024-12-15T17:08:11.894Z" } +sdist = { url = "https://files.pythonhosted.org/packages/69/08/33331757185504aae48b8d9bd78cec03a76e3aecfb52e549d05a2347c0dd/hatchling-1.32.0.tar.gz", hash = "sha256:0bdbde4a52b06c37e3eca395f85a762bf0ef06fe374fd8ae429dc6be10230f5f", size = 57783, upload-time = "2026-08-11T05:03:44.114Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/08/e7/ae38d7a6dfba0533684e0b2136817d667588ae3ec984c1a4e5df5eb88482/hatchling-1.27.0-py3-none-any.whl", hash = "sha256:d3a2f3567c4f926ea39849cdf924c7e99e6686c9c8e288ae1037c8fa2a5d937b", size = 75794, upload-time = "2024-12-15T17:08:10.364Z" }, + { url = "https://files.pythonhosted.org/packages/a9/84/1798b6d85ecde0e31546004efd25c5de1b1f49250644a60cce460e12593a/hatchling-1.32.0-py3-none-any.whl", hash = "sha256:0e17c9c3b9aa7c625acc8d0f5b622f107d5049af9ecf5ada4de1aada5be7cdbc", size = 78435, upload-time = "2026-08-11T05:03:42.644Z" }, ] [[package]] @@ -1296,7 +1297,7 @@ wheels = [ [[package]] name = "openai" -version = "3.3.1" # x-release-please-version +version = "3.3.1" source = { editable = "." } dependencies = [ { name = "anyio" }, @@ -1381,7 +1382,7 @@ provides-extras = ["aiohttp", "realtime", "datalib", "voice-helpers", "bedrock"] [package.metadata.requires-dev] build = [ - { name = "hatchling", specifier = "==1.27.0" }, + { name = "hatchling", specifier = "==1.32.0" }, { name = "packaging", specifier = "==26.3" }, { name = "pathspec", specifier = "==1.1.1" }, { name = "pluggy", specifier = "==1.6.0" }, @@ -2093,6 +2094,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/7b/61/cceae43728b7de99d9b847560c262873a1f6c98202171fd5ed62640b494b/tomli-2.4.1-py3-none-any.whl", hash = "sha256:0d85819802132122da43cb86656f8d1f8c6587d54ae7dcaf30e90533028b49fe", size = 14583, upload-time = "2026-03-25T20:22:03.012Z" }, ] +[[package]] +name = "tomlkit" +version = "0.15.1" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/94/96/e07752635b98536177fa1f37671c8f3cdde2e724c6bcf6034b2cfb571565/tomlkit-0.15.1.tar.gz", hash = "sha256:e25bbf38843005246210a12982776f27f99cb9be67160e14434d0c0d21ee1e97", size = 180129, upload-time = "2026-07-17T01:48:04.562Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/13/bc/8c13eb66537dce1d2bd3a57132902f38d0e7f5bb46fa9f4daed9fe9d76ee/tomlkit-0.15.1-py3-none-any.whl", hash = "sha256:177a05aece5a8ca5266fd3c448abb47b8d352f09d477d3ca8332db4d89b24304", size = 49449, upload-time = "2026-07-17T01:48:05.728Z" }, +] + [[package]] name = "trio" version = "0.31.0"