From 72691bcdeadef731537cf70e574df2fe9d9b8994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:05:33 +0000 Subject: [PATCH] chore: Bump fastapi from 0.138.0 to 0.138.1 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.138.0 to 0.138.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.138.0...0.138.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.138.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- uv.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1369341..13dce64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dev = [ "ruff>=0.15.18", "pydantic>=2.13.4", "httpx>=0.28.1", - "fastapi>=0.138.0", + "fastapi>=0.138.1", ] # Example dependency groups @@ -31,7 +31,7 @@ django = [ "Django>=4.2,<5", ] fastapi = [ - "fastapi>=0.138.0", + "fastapi>=0.138.1", "pydantic>=2.13.4", "uvicorn[standard]>=0.49.0", ] diff --git a/uv.lock b/uv.lock index cf59109..7419578 100644 --- a/uv.lock +++ b/uv.lock @@ -201,7 +201,7 @@ requires-dist = [ [package.metadata.requires-dev] dev = [ - { name = "fastapi", specifier = ">=0.138.0" }, + { name = "fastapi", specifier = ">=0.138.1" }, { name = "httpx", specifier = ">=0.28.1" }, { name = "pydantic", specifier = ">=2.13.4" }, { name = "pytest", specifier = ">=9.1.1,<10" }, @@ -210,13 +210,13 @@ dev = [ django = [{ name = "django", specifier = ">=4.2,<5" }] examples = [ { name = "django", specifier = ">=4.2,<5" }, - { name = "fastapi", specifier = ">=0.138.0" }, + { name = "fastapi", specifier = ">=0.138.1" }, { name = "flask", specifier = ">=3.1.2,<4" }, { name = "pydantic", specifier = ">=2.13.4" }, { name = "uvicorn", extras = ["standard"], specifier = ">=0.49.0" }, ] fastapi = [ - { name = "fastapi", specifier = ">=0.138.0" }, + { name = "fastapi", specifier = ">=0.138.1" }, { name = "pydantic", specifier = ">=2.13.4" }, { name = "uvicorn", extras = ["standard"], specifier = ">=0.49.0" }, ] @@ -224,7 +224,7 @@ flask = [{ name = "flask", specifier = ">=3.1.2,<4" }] [[package]] name = "fastapi" -version = "0.138.0" +version = "0.138.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-doc" }, @@ -233,9 +233,9 @@ dependencies = [ { name = "typing-extensions" }, { name = "typing-inspection" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/5b/58/ff455d9fe47c60abadb34b9e05a304b1f05f5ab8000ac01565156b6f5e43/fastapi-0.138.0.tar.gz", hash = "sha256:d445a4877636ad191e7053e08c9bf98cb921a6756776848400bb773d1740c061", size = 419240, upload-time = "2026-06-20T01:18:05.259Z" } +sdist = { url = "https://files.pythonhosted.org/packages/8a/c9/5e8defe249899c0dc900643695fc07829a67fc88b4ff2cdb03fcbdbf5a4b/fastapi-0.138.1.tar.gz", hash = "sha256:96e3702dce09ee0dce48856135620d3d865ca684a79fe7513fd7b13a12f82862", size = 419646, upload-time = "2026-06-25T15:40:42.115Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/6c/ff/8496d9847a5fedae775eb49460722d3efaa80487854273e9647ae876218c/fastapi-0.138.0-py3-none-any.whl", hash = "sha256:b6f54fd1bd72c80b0f899f172c61a600f6f7af9b43d4d772a018f35624048cb0", size = 126779, upload-time = "2026-06-20T01:18:03.483Z" }, + { url = "https://files.pythonhosted.org/packages/38/a9/69a6924f645eb4dd8cd625bf255b3625990eb3e14e073438a53c405dcd3e/fastapi-0.138.1-py3-none-any.whl", hash = "sha256:b994cae7ba8b82c976a728b544244de31333fa5f7d261f9a1dffe526444cae23", size = 129182, upload-time = "2026-06-25T15:40:40.771Z" }, ] [[package]]