From 716ec310e02e66d84f51500f724454ec621e1fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 7 Jul 2025 16:36:25 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Update=20dependency=20for=20fastapi?= =?UTF-8?q?[all]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2a0974d8..a3fc54e3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ standard-no-fastapi-cloud-cli = [ ] all = [ - "fastapi-cli[standard] >=0.0.5", + "fastapi-cli[standard] >=0.0.8", # # For the test client "httpx >=0.23.0", # For templates