From 8534b39557ae7459c64a6db2f0858c8b58a8c17d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 02:16:30 +0000 Subject: [PATCH] Bump fastapi from 0.136.1 to 0.138.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.136.1 to 0.138.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.1...0.138.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.138.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31c26b6..09b6c7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" license-files = ["LICENSE"] requires-python = ">=3.10" dependencies = [ - "fastapi==0.136.1", + "fastapi==0.138.0", "uvicorn==0.46.0", "python-multipart==0.0.31", "psycopg2-binary==2.9.12",