Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Pin autodoc_pydantic to a version > 2
  • Loading branch information
schlenk authored Aug 2, 2023
1 parent 8e64a56 commit 4bc27c4
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==2.0.0'],
'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 4bc27c4

Please sign in to comment.