Skip to content

Commit

Permalink
chore: pin pydantic version pre 2.x #140
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Apr 8, 2023
1 parent 877c3fb commit fb108bc
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 @@ -74,7 +74,7 @@ def get_provider_requirements():
INSTALL_REQUIREMENTS = [
'Jinja2>3.0.0',
# 'requests>=2.23.0', # This would be needed if we allowed url sources
'pydantic>=1.8.0',
'pydantic>=1.8.0,<2.0.0',
'InquirerPy>=0.3.3',
'ruamel.yaml>=0.17.0',
'rich>=12.6.0',
Expand Down

0 comments on commit fb108bc

Please sign in to comment.