From e556cb85549017e58362f328bbd071d60a5572b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 01:12:55 +0000 Subject: [PATCH] chore(ml)(deps): bump fastapi from 0.140.0 to 0.141.1 in /ml-service 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] --- ml-service/pyproject.toml | 2 +- ml-service/uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ml-service/pyproject.toml b/ml-service/pyproject.toml index f0d0db3..782a669 100644 --- a/ml-service/pyproject.toml +++ b/ml-service/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ # Heavy ML/runtime packages use bounded ranges where ABI compatibility matters. # When updating uv.lock, run `uv sync --locked --no-install-project`, # `uv run pytest`, and the import smoke test mirrored in CI. - "fastapi==0.140.0", + "fastapi==0.141.1", "uvicorn[standard]==0.51.0", # sentence-transformers stays pinned because the 384-d embedding contract, # chunk pooling behavior, and Qdrant index compatibility depend on this stack. diff --git a/ml-service/uv.lock b/ml-service/uv.lock index 885ef88..535dd9e 100644 --- a/ml-service/uv.lock +++ b/ml-service/uv.lock @@ -182,7 +182,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "en-core-web-sm", url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl" }, - { name = "fastapi", specifier = "==0.140.0" }, + { name = "fastapi", specifier = "==0.141.1" }, { name = "ja-core-news-sm", url = "https://github.com/explosion/spacy-models/releases/download/ja_core_news_sm-3.8.0/ja_core_news_sm-3.8.0-py3-none-any.whl" }, { name = "numpy", specifier = "<3" }, { name = "sentence-transformers", specifier = "==5.6.1" }, @@ -211,7 +211,7 @@ wheels = [ [[package]] name = "fastapi" -version = "0.140.0" +version = "0.141.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-doc" }, @@ -220,9 +220,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]]