From 10e13c57e117a1fe9441e48989cbd1b80e2633c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 03:13:39 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.136.3 to 0.138.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.136.3 to 0.138.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.3...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] --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- uv.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index a389957..f3cb6e3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ # This file is a human-readable reference only. # ── Web framework ────────────────────────────────────────────────────────────── -fastapi>=0.121.2 +fastapi>=0.138.0 uvicorn>=0.49.0 starlette>=1.3.1 python-multipart>=0.0.32 # multipart/form-data (file uploads) diff --git a/pyproject.toml b/pyproject.toml index 18bec43..1be3333 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" requires-python = ">=3.11" dependencies = [ "duckdb>=1.5.3", - "fastapi>=0.121.2", + "fastapi>=0.138.0", "scrapling>=0.4.9", "numpy>=2.4.6", "onnxruntime>=1.26.0", diff --git a/uv.lock b/uv.lock index 111ba2d..14419bf 100644 --- a/uv.lock +++ b/uv.lock @@ -774,7 +774,7 @@ wheels = [ [[package]] name = "fastapi" -version = "0.136.3" +version = "0.138.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-doc" }, @@ -783,9 +783,9 @@ dependencies = [ { name = "typing-extensions" }, { name = "typing-inspection" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/81/2d/ff8d91d7b564d464629a0fd50a4489c97fcb836ac230bf3a7269232a9b1f/fastapi-0.136.3.tar.gz", hash = "sha256:e487fae93ad408e6f47641ee4dfe389864fd7bec92e547ea8498fc13f43e83ab", size = 396410, upload-time = "2026-05-23T18:53:15.192Z" } +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/e0/82/45359b62a067409bd929ae8a56b8ed13e5a8c8a61194b3c236920999ab83/fastapi-0.136.3-py3-none-any.whl", hash = "sha256:3d2a69bdf04b7e9f3afa292c3bc7a98816bbfafa10bc9b45f3f3700d2f761620", size = 117481, upload-time = "2026-05-23T18:53:16.924Z" }, + { 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]] @@ -2759,7 +2759,7 @@ requires-dist = [ { name = "crawl4ai", specifier = ">=0.9.0" }, { name = "curl-cffi", specifier = ">=0.15.0" }, { name = "duckdb", specifier = ">=1.5.3" }, - { name = "fastapi", specifier = ">=0.121.2" }, + { name = "fastapi", specifier = ">=0.138.0" }, { name = "httpx", specifier = ">=0.27.0" }, { name = "lxml", specifier = ">=6.1.1" }, { name = "numpy", specifier = ">=2.4.6" },