We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems like PDM will crash if run with urllib3 >= 2: https://github.com/pydantic/pydantic/actions/runs/4874441733/jobs/8695375959#step:4:20
Manually doing pip install urllib<2 fixes it for me.
pip install urllib<2
The text was updated successfully, but these errors were encountered:
see #1879 it seems due to cache control
Sorry, something went wrong.
Thanks it was hard to determine the cause
No branches or pull requests
It seems like PDM will crash if run with urllib3 >= 2: https://github.com/pydantic/pydantic/actions/runs/4874441733/jobs/8695375959#step:4:20
Manually doing
pip install urllib<2
fixes it for me.The text was updated successfully, but these errors were encountered: