From fef1c6f0fbc8ad348bddc0dff7ee696b771cd1ca Mon Sep 17 00:00:00 2001 From: Levi Quinn Date: Fri, 26 Feb 2021 16:58:25 +1100 Subject: [PATCH] fix(sdk): set openapi-spec-validator==0.2.9 (#65) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 98adb3f..1708be9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ responses pyjwt==1.7.1 boto3 aws_requests_auth -openapi-spec-validator \ No newline at end of file +openapi-spec-validator==0.2.9 \ No newline at end of file