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
AttributeError: 'HTTPResponse' object has no attribute 'strict'
pdm build -v
pdm self list
psf/cachecontrol#292 pdm-project/pdm#1879
It's requests 2.30, which allows urllib3 v2.
https://github.com/psf/requests/blob/main/HISTORY.md#2300-2023-05-03
The text was updated successfully, but these errors were encountered:
ci: Lock urllib3 version
0548fe1
Resolves #2
fcb0673
For others convenience:
- name: Setup pdm uses: pdm-project/setup-pdm@v3 with: with: python-version: 3.11 cache: true env: PDM_DEPS: 'urllib3<2' # 👈
pdm-project/pdm#1879 (comment)
Sorry, something went wrong.
No branches or pull requests
pdm build -v
pdm self list
psf/cachecontrol#292
pdm-project/pdm#1879
It's requests 2.30, which allows urllib3 v2.
https://github.com/psf/requests/blob/main/HISTORY.md#2300-2023-05-03
The text was updated successfully, but these errors were encountered: