From 7ccab72635ca72c0d72f97244543b0b8c9ddd084 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 13 Jan 2023 12:33:29 +0000 Subject: [PATCH] Add temporary cap to openapi-core This has broken us again :( 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 fd1b0fc4..5f618a57 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,4 +3,5 @@ psycopg2-binary~=2.9.0 sqlparse~=0.4.0 python-dateutil~=2.8.0 tblib~=1.7.0 -openapi-core~=0.16.2 +# FIXME: 0.16.4 has a bug that prevents us accepting null values +openapi-core==0.16.2 -- 2.47.3