From 2a39f095b27eb2b9b60a2a9fda9aba8bead2695a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 01:07:23 +0200 Subject: [PATCH] build(deps): bump fastapi-cli from 0.0.24 to 0.0.27 (#1116) Bumps [fastapi-cli](https://github.com/fastapi/fastapi-cli) from 0.0.24 to 0.0.27. - [Release notes](https://github.com/fastapi/fastapi-cli/releases) - [Changelog](https://github.com/fastapi/fastapi-cli/blob/main/release-notes.md) - [Commits](https://github.com/fastapi/fastapi-cli/compare/0.0.24...0.0.27) --- updated-dependencies: - dependency-name: fastapi-cli dependency-version: 0.0.27 dependency-type: direct:production update-type: version-update:semver-patch ... 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 c662336..660b83f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "matplotlib==3.11.0", "contourpy==1.3.3", "fastapi[standard-no-fastapi-cloud-cli]==0.138.0", - "fastapi_cli==0.0.24", + "fastapi_cli==0.0.27", "rich-toolkit==0.20.1", "python-fasthtml==0.14.3", "MonsterUI==1.0.45",