Skip to content

Commit 17c44c4

Browse files
committed
requirements: Add pointer to fix for openapi-core
This will be fixed in a future openapi-core release [1]. Indicate as much. [1] python-openapi/openapi-core#373 Signed-off-by: Stephen Finucane <[email protected]>
1 parent 7b50a8c commit 17c44c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ tblib~=1.7.0
66
openapi-core~=0.14.2
77
# FIXME(stephenfin): We have to pin this to prevent a recurrence of [1]. It
88
# seems openapi-core needs to gain support for OpenAPI 3.1 before we can fix
9-
# this properly
9+
# this properly [2]
1010
#
1111
# [1] https://github.com/OAI/OpenAPI-Specification/issues/1368
12+
# [2] https://github.com/p1c2u/openapi-core/pull/373
1213
jsonschema<4.0

0 commit comments

Comments
 (0)