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

Specify Pydantic < 1.10.0 in requirements #79

Merged
merged 2 commits into from
Aug 31, 2022
Merged

Specify Pydantic < 1.10.0 in requirements #79

merged 2 commits into from
Aug 31, 2022

Conversation

sanders41
Copy link
Contributor

@sanders41 sanders41 commented Aug 30, 2022

Closes

Code Changes

  • Specified in the requirements.txt that Pydantic has to be < 1.10.0

Steps to Confirm

  • Ran tests with pydantic 1.10.0 and they fail. Run again with 1.9.2 and they pass.

Pre-Merge Checklist

  • All CI Pipelines Succeeded
  • Documentation Updated
  • Issue Requirements are Met
  • Relevant Follow-Up Issues Created
  • Update CHANGELOG.md

Description Of Changes

Pydantic had a release today that is causing the tests to fail. For now I am updating the requirements.txt file to require an earlier version and will open a follow-up issue to figure out how to get things working with the new version of pydantic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants