Skip to content

Commit 4bc27c4

Browse files
authored
Update setup.py
Pin autodoc_pydantic to a version > 2
1 parent 8e64a56 commit 4bc27c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def run_tests(self):
7878
extras_require={
7979
'develop': ["cherrypy==3.2.4", "pyOpenSSL"],
8080
'testing': tests_requires,
81-
'docs': ['Sphinx', 'sphinx-autobuild', 'alabaster', 'autodoc_pydantic==2.0.0'],
81+
'docs': ['Sphinx', 'sphinx-autobuild', 'alabaster', 'autodoc_pydantic>=2.0.0'],
8282
'quality': ['pylama', 'isort', 'eradicate', 'mypy', 'black', 'bandit', 'readme_renderer[md]'],
8383
'types': ['types-requests'],
8484
'ldap_authn': ['python-ldap'],

0 commit comments

Comments
 (0)