From 9c9887c6bbb3ab796ad292df8dcb6ac256f17e7c Mon Sep 17 00:00:00 2001 From: Theron Luhn Date: Tue, 9 Apr 2024 21:19:58 -0700 Subject: [PATCH] Support apispec 6. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0683720..d7915b7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ install_requires = [options.extras_require] openapi = - apispec>=3.0,<6 + apispec>=3.0,<7 PyYAML>=5.4,<7 testing = pytest~=6.2