diff --git a/setup.py b/setup.py index 269e993..d7b89a9 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,6 @@ ], install_requires=[ "prance>=0.20.2", - "openapi-spec-validator==0.6.0", + "openapi-spec-validator>=0.7.1", ], )