diff --git a/setup.py b/setup.py index 70a4f9e3..30780805 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'],