Skip to content

Commit

Permalink
Merge pull request #863 from CZ-NIC/autodoc_pydantic2
Browse files Browse the repository at this point in the history
Pin autodoc_pydantic to >=2.0.0
  • Loading branch information
tpazderka authored Aug 7, 2023
2 parents 4535d41 + 4bc27c4 commit 6258daa
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 6258daa

Please sign in to comment.