From a91c3a054956a3e8f237c50f3d99b48110d59d14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 04:33:39 +0000 Subject: [PATCH] build(deps): bump the fastapi-group group with 4 updates Bumps the fastapi-group group with 4 updates: [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn), [pydantic](https://github.com/pydantic/pydantic) and [pydantic-core](https://github.com/pydantic/pydantic-core). Updates `fastapi` from 0.116.1 to 0.121.3 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.116.1...0.121.3) Updates `uvicorn` from 0.35.0 to 0.38.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.35.0...0.38.0) Updates `pydantic` from 2.11.7 to 2.12.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.12.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.11.7...v2.12.4) Updates `pydantic-core` from 2.33.2 to 2.41.5 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.33.2...v2.41.5) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.121.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastapi-group - dependency-name: uvicorn dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastapi-group - dependency-name: pydantic dependency-version: 2.12.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastapi-group - dependency-name: pydantic-core dependency-version: 2.41.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastapi-group ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3982e7e..83a2dcc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ # MeetSpot Dependencies -fastapi==0.116.1 -uvicorn==0.35.0 -pydantic==2.11.7 -pydantic-core==2.33.2 +fastapi==0.128.0 +uvicorn==0.40.0 +pydantic==2.12.5 +pydantic-core==2.41.5 httpx==0.28.1 aiohttp==3.12.15 aiofiles==24.1.0