From c0ec6e2b6eb1e67d4bc5a476fa84d6578e36f927 Mon Sep 17 00:00:00 2001 From: Robbe Sneyders Date: Fri, 6 Oct 2023 00:49:26 +0200 Subject: [PATCH] Bump starlette Fixes https://github.com/spec-first/connexion/issues/1728 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59ff224d6..c1fcac83a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ Jinja2 = ">= 3.0.0" python-multipart = ">= 0.0.5" PyYAML = ">= 5.1" requests = ">= 2.27" -starlette = ">= 0.25" +starlette = ">= 0.27" typing-extensions = ">= 4" werkzeug = ">= 2.2.1"