From 59ae4c34106ae19f0b19c9a57f74b6f11d88b905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:24:56 +0000 Subject: [PATCH] Bump fastapi from 0.137.0 to 0.138.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.137.0 to 0.138.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.137.0...0.138.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.138.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fc72562..5bcbfae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "bs4>=0.0.2", - "fastapi>=0.137.0", + "fastapi>=0.138.0", "feedgen>=1.0.0", "requests>=2.34.2", "schedule>=1.2.2", diff --git a/uv.lock b/uv.lock index 3fc052a..8b44fe6 100644 --- a/uv.lock +++ b/uv.lock @@ -18,7 +18,7 @@ dependencies = [ [package.metadata] requires-dist = [ { name = "bs4", specifier = ">=0.0.2" }, - { name = "fastapi", specifier = ">=0.137.0" }, + { name = "fastapi", specifier = ">=0.138.0" }, { name = "feedgen", specifier = ">=1.0.0" }, { name = "requests", specifier = ">=2.34.2" }, { name = "schedule", specifier = ">=1.2.2" }, @@ -202,7 +202,7 @@ wheels = [ [[package]] name = "fastapi" -version = "0.137.0" +version = "0.138.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-doc" }, @@ -211,9 +211,9 @@ dependencies = [ { name = "typing-extensions" }, { name = "typing-inspection" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/da/fe/fb25c287ff7e0f79fc6acf2e8b812725dad28d2a1446c0410bab1422ac90/fastapi-0.137.0.tar.gz", hash = "sha256:d0565d551f65a803ecff245390840867186f456ef98971f750724eed16e1541c", size = 408023, upload-time = "2026-06-14T12:51:30.672Z" } +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" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e7/f1/b38481428e50131e5345b535414d11d196f14990122fe69c9020c64e5683/fastapi-0.137.0-py3-none-any.whl", hash = "sha256:6dcbde8d464f92117c1accb9e42720f8e423fa9b86cb563b1f5862f785a06498", size = 121777, upload-time = "2026-06-14T12:51:29.067Z" }, + { 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" }, ] [[package]]