Skip to content

Commit ff990da

Browse files
committed
requirements: Bump openapi-core
This supports OpenAPI 3.1 finally [1] 🎉. We can uncap jsonschema in the process. [1] python-openapi/openapi-core#419 Signed-off-by: Stephen Finucane <[email protected]>
1 parent f9941fc commit ff990da

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

requirements-test.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,4 @@ psycopg2-binary~=2.9.0
33
sqlparse~=0.4.0
44
python-dateutil~=2.8.0
55
tblib~=1.7.0
6-
openapi-core~=0.14.2
7-
# FIXME(stephenfin): We have to pin this to prevent a recurrence of [1]. It
8-
# seems openapi-core needs to gain support for OpenAPI 3.1 before we can fix
9-
# this properly [2]
10-
#
11-
# [1] https://github.com/OAI/OpenAPI-Specification/issues/1368
12-
# [2] https://github.com/p1c2u/openapi-core/pull/373
13-
jsonschema<4.0
6+
openapi-core~=0.16.1

0 commit comments

Comments
 (0)