From b29cf0d03dabed104c569c34a37883f4f093a717 Mon Sep 17 00:00:00 2001 From: Cassidy Symons <83246693+cassidysymons@users.noreply.github.com> Date: Tue, 14 Nov 2023 11:04:55 -0800 Subject: [PATCH] Pin connexion[swagger-ui] Connexion 3.0 was released earlier this month and is breaking workflow. Pinning it to < 3.0.0. --- ci/pip_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pip_requirements.txt b/ci/pip_requirements.txt index e5d68695..dd849474 100644 --- a/ci/pip_requirements.txt +++ b/ci/pip_requirements.txt @@ -1,4 +1,4 @@ -connexion[swagger-ui] +connexion[swagger-ui] < 3.0.0 pyjwt[crypto] pytest < 5.3.4 pytest-cov