From 5c83808a4ecedb7738cdec008bb20d14734eae10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 00:34:54 +0000 Subject: [PATCH] Bump the python-runtime group in /backend with 5 updates Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn), [pydantic](https://github.com/pydantic/pydantic), [httpx](https://github.com/encode/httpx) and [asyncpg](https://github.com/MagicStack/asyncpg) to permit the latest version. Updates `fastapi` to 0.136.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.0...0.136.1) Updates `uvicorn` to 0.46.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.34.0...0.46.0) Updates `pydantic` to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.0...v2.13.4) Updates `httpx` to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.28.0...0.28.1) Updates `asyncpg` to 0.31.0 - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.1 dependency-type: direct:production dependency-group: python-runtime - dependency-name: uvicorn dependency-version: 0.46.0 dependency-type: direct:production dependency-group: python-runtime - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production dependency-group: python-runtime - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production dependency-group: python-runtime - dependency-name: asyncpg dependency-version: 0.31.0 dependency-type: direct:production dependency-group: python-runtime ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d8d5ae2..590c91c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ # Core -fastapi>=0.115.0 -uvicorn[standard]>=0.34.0 -pydantic[email]>=2.10.0 +fastapi>=0.136.1 +uvicorn[standard]>=0.46.0 +pydantic[email]>=2.13.4 python-dotenv>=1.0.0 python-multipart>=0.0.18 # email-validator is the dependency that pydantic[email] pulls in for EmailStr. @@ -23,8 +23,8 @@ pymupdf>=1.25.0 # Async websockets>=14.0 -httpx>=0.28.0 -asyncpg>=0.30.0 +httpx>=0.28.1 +asyncpg>=0.31.0 # Utilities structlog>=24.4.0