Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: pydantic 2.0.0 break unit tests #1418

Merged
merged 3 commits into from
Jul 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install_requires =
paramiko
ruamel.yaml
furl
pydantic[email]>=1.8.2
pydantic[email]>1.8.1,<2.0.0
Copy link
Collaborator

@vikas-agarwal76 vikas-agarwal76 Jul 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@degenaro Make it -
pydantic[email]>=1.8.2,<2.0.0

This way the min. working version will be explicit.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

python-dotenv>=0.10.4
datamodel-code-generator[http] >= 0.11.14
python-frontmatter
Expand Down