From a4326dc6ffc15f92fd29fac1a18da20c16525c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 12:25:18 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.140.0 to 0.141.1 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.140.0 to 0.141.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.140.0...0.141.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 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 88098f5..b5f9b20 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.140.0 +fastapi>=0.141.1 uvicorn>=0.51.0 starlette>=1.3.1 python-multipart>=0.0.32 # multipart/form-data (file uploads) diff --git a/pyproject.toml b/pyproject.toml index 7e57858..ea98c03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" requires-python = ">=3.11" dependencies = [ "duckdb>=1.5.5", - "fastapi>=0.140.0", + "fastapi>=0.141.1", "scrapling>=0.4.11", "numpy>=2.4.6", "onnxruntime>=1.28.0", diff --git a/uv.lock b/uv.lock index 7dff6c9..869503e 100644 --- a/uv.lock +++ b/uv.lock @@ -810,7 +810,7 @@ wheels = [ [[package]] name = "fastapi" -version = "0.140.0" +version = "0.141.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-doc" }, @@ -819,9 +819,9 @@ dependencies = [ { name = "typing-extensions" }, { name = "typing-inspection" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/0d/fb/fd7671137d9fa3df1d93a2f5111eb982709201724b29f211e4beb2d58688/fastapi-0.140.0.tar.gz", hash = "sha256:f338951b82fd74ca8f843163aec43ea1a1ce84d515415a50fa98fa25572a5544", size = 420968, upload-time = "2026-07-24T21:16:41.187Z" } +sdist = { url = "https://files.pythonhosted.org/packages/8a/02/91e3416a8fdd715abb903a952a6bec7cdd8d14eed55d415fc8595524c319/fastapi-0.141.1.tar.gz", hash = "sha256:e8822fc40db1e1858054d7a949a888695bc9bdce70139178e33bd2871a453ca1", size = 425799, upload-time = "2026-07-29T17:18:05.568Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/eb/76/6d9e25ad88da9d3ff744bcdbec4736e38c2288611d43f673a5d9bfa27c07/fastapi-0.140.0-py3-none-any.whl", hash = "sha256:e951c0a0d9540bf5d9a2a9e078fd415da2ab7e312d435139e7d9e2e7fe9f0b23", size = 130863, upload-time = "2026-07-24T21:16:42.89Z" }, + { url = "https://files.pythonhosted.org/packages/cb/03/10388a42375ee7e4ac9b94eb2c5c569c8b5795e377e701c9ac3ad63de890/fastapi-0.141.1-py3-none-any.whl", hash = "sha256:bfb91aa2d334c61cb35ba9a116fc123b3d3df31640b801cf57a7a78ec3f603b3", size = 131954, upload-time = "2026-07-29T17:18:04.364Z" }, ] [[package]] @@ -2831,7 +2831,7 @@ requires-dist = [ { name = "crawl4ai", specifier = ">=0.9.2" }, { name = "curl-cffi", specifier = ">=0.15.0" }, { name = "duckdb", specifier = ">=1.5.5" }, - { name = "fastapi", specifier = ">=0.140.0" }, + { name = "fastapi", specifier = ">=0.141.1" }, { name = "httpx", specifier = ">=0.27.0" }, { name = "lxml", specifier = ">=6.1.1" }, { name = "numpy", specifier = ">=2.4.6" },