-
Notifications
You must be signed in to change notification settings - Fork 21
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
duffy errors when installed with pip #864
Comments
carlosrodfern
added a commit
to carlosrodfern/duffy
that referenced
this issue
Jul 4, 2023
Fixes: CentOS#864 Signed-off-by: Carlos Rodriguez-Fernandez <carlosrodrifernandez@gmail.com>
I had a similar error with a PR check on another CentOS project that was installing duffy with |
It needs an update in the pyproject.toml (see PR #865). The |
nphilipp
pushed a commit
that referenced
this issue
Jul 10, 2023
Fixes: #864 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
Steps to Reproduce:
The issue is that duffy doesn't really work with pydantic 2.0+, and the specification of dependencies within the wheel says that it can work with any pydantic version greater than 1.6.2.
If I force pydantic to a version lower than 2, it works.
The text was updated successfully, but these errors were encountered: