-
-
Notifications
You must be signed in to change notification settings - Fork 423
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
Dependency using deprecated url3 attribute causes PDM build to fail #1878
Comments
Full traceback:
|
This can be fixed by pinning older dependencies in your PDM install environment. I pinned to requests 2.29.0 because that was the update that happened today that triggered the issue, but it looks like pinning urllib3 to 1.26.15 also works to work around the issue. |
The 2.30 version has been yanked, this should be fixed automatically. |
It was yanked for a different reason @frostming |
Right, it is an issue of cachecontrol using the deprecated arguments. I will try contacting the maintainer since it seems he has been inactive for a period of time. |
No worries, I may have come across as demanding with the tone of the last message, I just wanted to let you know. Thanks! |
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Actual behavior
Expected behavior
Build was succeeding an hour ago but the bump to requests 2.30
is what is causing this
as cachecontrol makes reference to a deprecated
.strict
methodpsf/cachecontrol#292
Environment Information
The text was updated successfully, but these errors were encountered: