From 17c44c48559d1b3b2c3e1ae350f16cb105341e2e Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 6 May 2022 15:50:49 +0100 Subject: [PATCH] requirements: Add pointer to fix for openapi-core This will be fixed in a future openapi-core release [1]. Indicate as much. [1] https://github.com/p1c2u/openapi-core/pull/373 Signed-off-by: Stephen Finucane --- requirements-test.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index ccf3a569..1c4cc43a 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -6,7 +6,8 @@ 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 +# this properly [2] # # [1] https://github.com/OAI/OpenAPI-Specification/issues/1368 +# [2] https://github.com/p1c2u/openapi-core/pull/373 jsonschema<4.0 -- 2.47.3