From d9528f003c53bf04c07c5ea45119aea2769f67b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:04:33 +0000 Subject: [PATCH] chore(deps): bump uvicorn from 0.49.0 to 0.51.0 in /services/bge-m3-api Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.49.0 to 0.51.0. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.49.0...0.51.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- services/bge-m3-api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/bge-m3-api/pyproject.toml b/services/bge-m3-api/pyproject.toml index 507a145be..c1fa87f36 100644 --- a/services/bge-m3-api/pyproject.toml +++ b/services/bge-m3-api/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ # FastAPI & Web Server "fastapi==0.138.0", "starlette>=1.3.1", # CVE-2026-48817/48818 SSRF fix - "uvicorn[standard]==0.49.0", + "uvicorn[standard]==0.51.0", "python-multipart==0.0.31", "pydantic==2.13.4", "pydantic-settings==2.14.2",