From d03fc63ba7ba88b5cef9d01e0540b3ec326a6a4b Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 10 Oct 2022 19:17:40 +0100 Subject: [PATCH] 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 --- requirements-test.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- 2.47.3