From 1031c21f68d0104a550dfd6abbaf52cf16ef2225 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 01:19:43 +0200 Subject: [PATCH] build(deps): bump fastapi from 0.138.2 to 0.139.0 (#1128) Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.138.2 to 0.139.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.138.2...0.139.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec9f02f..69e470d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "numpydantic==1.10.0", "matplotlib==3.11.0", "contourpy==1.3.3", - "fastapi[standard-no-fastapi-cloud-cli]==0.138.2", + "fastapi[standard-no-fastapi-cloud-cli]==0.139.0", "fastapi_cli==0.0.28", "rich-toolkit==0.20.1", "python-fasthtml==0.14.4",