-
Notifications
You must be signed in to change notification settings - Fork 27
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
ci: Add explicit pydantic_settings
versions to prevent unwanted pydantic version upgrades in CI matrix
#263
Conversation
… version upgrades
PR Description updated to latest commit (be85806) |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
User description
… version upgrades
Type
enhancement
Description
pydantic_settings
version dependencies to the CI testing matrix intox.ini
to prevent unwanted upgrades and ensure compatibility with eachpydantic
version.pydantic
versions ranging from 2.0.0 to the latest.Changes walkthrough
tox.ini
Add explicit `pydantic_settings` versions in CI testing matrix
tox.ini
pydantic_settings
version dependencies for eachpydantic
version in the testing matrix.pydantic
version from 2.0.0 to the latest is pairedwith a corresponding
pydantic_settings
version.