From 0a62725b988ad824a6a437609423104bb7556e62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 21:04:20 +0000 Subject: [PATCH] build(deps): bump the python-minor-and-patch group Bumps the python-minor-and-patch group in /plugins/local-knowledge-suite/runtime with 4 updates: [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn), [editables](https://github.com/pfmoore/editables) and [hatchling](https://github.com/pypa/hatch). Updates `fastapi` from 0.139.2 to 0.141.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.139.2...0.141.1) Updates `uvicorn` from 0.51.0 to 0.52.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.51.0...0.52.0) Updates `editables` from 0.5 to 0.6 - [Changelog](https://github.com/pfmoore/editables/blob/main/CHANGELOG.md) - [Commits](https://github.com/pfmoore/editables/compare/0.5...0.6) Updates `hatchling` from 1.28.0 to 1.31.0 - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.28.0...hatchling-v1.31.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch - dependency-name: uvicorn dependency-version: 0.52.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch - dependency-name: editables dependency-version: '0.6' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-and-patch - dependency-name: hatchling dependency-version: 1.31.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-and-patch ... Signed-off-by: dependabot[bot] --- .../local-knowledge-suite/runtime/pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/local-knowledge-suite/runtime/pyproject.toml b/plugins/local-knowledge-suite/runtime/pyproject.toml index 8ef4ce3..22a663b 100644 --- a/plugins/local-knowledge-suite/runtime/pyproject.toml +++ b/plugins/local-knowledge-suite/runtime/pyproject.toml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: MIT [build-system] -requires = ["hatchling==1.28.0"] +requires = ["hatchling==1.31.0"] build-backend = "hatchling.build" [project] @@ -14,7 +14,7 @@ dependencies = [ "argon2-cffi==25.1.0", "beautifulsoup4==4.15.0", "cryptography==49.0.0", - "fastapi==0.139.2", + "fastapi==0.141.1", "httpcore==1.0.9", "httpx==0.28.1", "keyring==25.7.0", @@ -27,13 +27,13 @@ dependencies = [ "python-multipart==0.0.32", "python-pptx==1.0.2", "PyYAML==6.0.3", - "uvicorn==0.51.0", + "uvicorn==0.52.0", ] [project.optional-dependencies] build = [ - "editables==0.5", - "hatchling==1.28.0", + "editables==0.6", + "hatchling==1.31.0", ] dev = [ "pytest==9.1.1", @@ -46,8 +46,8 @@ memorizer = "local_knowledge.memorizer.cli:main" [tool.uv] build-constraint-dependencies = [ - "editables==0.5", - "hatchling==1.28.0", + "editables==0.6", + "hatchling==1.31.0", "packaging==26.2", "pathspec==1.1.1", "pluggy==1.6.0",