]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
requirements: Bump openapi-core
authorStephen Finucane <stephen@that.guru>
Mon, 10 Oct 2022 15:00:55 +0000 (16:00 +0100)
committerStephen Finucane <stephen@that.guru>
Mon, 10 Oct 2022 15:11:44 +0000 (16:11 +0100)
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 <stephen@that.guru>
requirements-test.txt

index 1c4cc43a5905e881ea30218d46b2b5bd962fb9e8..040da874fcf48efb96c9a35505a93d75095da669 100644 (file)
@@ -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