From 8e64a560a0a8257fadf9b9bf5bed8b7c6c42d173 Mon Sep 17 00:00:00 2001 From: Michael Schlenker Date: Mon, 24 Jul 2023 23:17:47 +0200 Subject: [PATCH] Pin autodoc_pydantic to 2.0.0 for testing --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 70a4f9e3..d3c7e0f0 100755 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ def run_tests(self): extras_require={ 'develop': ["cherrypy==3.2.4", "pyOpenSSL"], 'testing': tests_requires, - 'docs': ['Sphinx', 'sphinx-autobuild', 'alabaster', 'autodoc_pydantic'], + 'docs': ['Sphinx', 'sphinx-autobuild', 'alabaster', 'autodoc_pydantic==2.0.0'], 'quality': ['pylama', 'isort', 'eradicate', 'mypy', 'black', 'bandit', 'readme_renderer[md]'], 'types': ['types-requests'], 'ldap_authn': ['python-ldap'],