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

pyproject.toml: limit pydantic to version <2 #865

Merged
merged 1 commit into from Jul 10, 2023
Merged

Conversation

carlosrodfern
Copy link
Contributor

Fixes: #864

Fixes: CentOS#864
Signed-off-by: Carlos Rodriguez-Fernandez <carlosrodrifernandez@gmail.com>
@nphilipp
Copy link
Collaborator

Thanks for the patch!

Rather than clamping the Pydantic version to 1.x, I guess we should just consult the migration guide and apply the necessary changes to the codebase so it works with version 2.

@nphilipp
Copy link
Collaborator

Or hang on, looks like we went a little loose with version ranges there. Still, should probably use the caret notation.

Copy link
Collaborator

@nphilipp nphilipp left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@nphilipp nphilipp merged commit f7d0c1c into CentOS:dev Jul 10, 2023
5 checks passed
AdamSaleh pushed a commit to CentOS/sig-core-t_functional that referenced this pull request Aug 30, 2023
It is no longer necessary. Since it is fixed, it is better
for duffy to manage the dependency itself.

See github.com/CentOS/duffy/pull/865

Signed-off-by: Carlos Rodriguez-Fernandez <carlosrodrifernandez@gmail.com>
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.

duffy errors when installed with pip
2 participants