Skip to content

Commit

Permalink
Pin autodoc_pydantic to 2.0.0 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
schlenk committed Jul 24, 2023
1 parent 4535d41 commit 8e64a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 8e64a56

Please sign in to comment.