From: Stephen Finucane Date: Fri, 13 Jan 2023 12:33:29 +0000 (+0000) Subject: Add temporary cap to openapi-core X-Git-Tag: v3.2.0~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ccab72635ca72c0d72f97244543b0b8c9ddd084;p=thirdparty%2Fpatchwork.git Add temporary cap to openapi-core This has broken us again :( Signed-off-by: Stephen Finucane --- 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