From: Stephen Finucane Date: Mon, 10 Oct 2022 15:00:55 +0000 (+0100) Subject: requirements: Bump openapi-core X-Git-Tag: v3.2.0~115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff990da728a6b4b172981d19953dfc1ece6954d9;p=thirdparty%2Fpatchwork.git requirements: Bump openapi-core 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 --- 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