From: Stephen Finucane Date: Mon, 10 Oct 2022 18:17:40 +0000 (+0100) Subject: Revert "requirements: Bump openapi-core" X-Git-Tag: v3.2.0~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d03fc63ba7ba88b5cef9d01e0540b3ec326a6a4b;p=thirdparty%2Fpatchwork.git Revert "requirements: Bump openapi-core" This reverts commit ff990da728a6b4b172981d19953dfc1ece6954d9. It seems this was premature. I didn't rebuild my tox virtualenv before pushing :( Signed-off-by: Stephen Finucane --- diff --git a/requirements-test.txt b/requirements-test.txt index 040da874..1c4cc43a 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,4 +3,11 @@ psycopg2-binary~=2.9.0 sqlparse~=0.4.0 python-dateutil~=2.8.0 tblib~=1.7.0 -openapi-core~=0.16.1 +openapi-core~=0.14.2 +# FIXME(stephenfin): We have to pin this to prevent a recurrence of [1]. It +# seems openapi-core needs to gain support for OpenAPI 3.1 before we can fix +# this properly [2] +# +# [1] https://github.com/OAI/OpenAPI-Specification/issues/1368 +# [2] https://github.com/p1c2u/openapi-core/pull/373 +jsonschema<4.0