From ff990da728a6b4b172981d19953dfc1ece6954d9 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 10 Oct 2022 16:00:55 +0100 Subject: [PATCH] requirements: Bump openapi-core MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This supports OpenAPI 3.1 finally [1] 🎉. We can uncap jsonschema in the process. [1] https://github.com/p1c2u/openapi-core/pull/419 Signed-off-by: Stephen Finucane --- requirements-test.txt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 1c4cc43a..040da874 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,11 +3,4 @@ psycopg2-binary~=2.9.0 sqlparse~=0.4.0 python-dateutil~=2.8.0 tblib~=1.7.0 -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 +openapi-core~=0.16.1 -- 2.47.3