-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Error with 2.30.0, not seen with 2.29.0 #6437
Comments
seems related to this, its deprecated but the change is still breaking |
Hi @pgjones, this appears to be an incompatibility in cachecontrol with the new release of urllib3 2.0. |
woodruffw
added a commit
to pypa/gh-action-pip-audit
that referenced
this issue
May 3, 2023
See psf/requests#6437. Signed-off-by: William Woodruff <[email protected]>
This was referenced May 3, 2023
woodruffw
added a commit
to pypa/gh-action-pip-audit
that referenced
this issue
May 3, 2023
* requirements: constrain requests below 2.30 See psf/requests#6437. Signed-off-by: William Woodruff <[email protected]> * requirements: relax Signed-off-by: William Woodruff <[email protected]> --------- Signed-off-by: William Woodruff <[email protected]>
vlaci
added a commit
to onekey-sec/unblob-native
that referenced
this issue
May 4, 2023
vlaci
added a commit
to onekey-sec/unblob-native
that referenced
this issue
May 4, 2023
vlaci
added a commit
to onekey-sec/unblob-native
that referenced
this issue
May 4, 2023
vlaci
added a commit
to onekey-sec/unblob-native
that referenced
this issue
May 4, 2023
vlaci
added a commit
to onekey-sec/unblob-native
that referenced
this issue
May 4, 2023
vlaci
added a commit
to onekey-sec/unblob-native
that referenced
this issue
May 4, 2023
JannisNe
added a commit
to JannisNe/timewise
that referenced
this issue
May 5, 2023
AnonymouX47
added a commit
to AnonymouX47/term-image
that referenced
this issue
May 6, 2023
- Fix: Pin `urllib3` to `<2`. Refs: - psf/cachecontrol#292 - psf/requests#6437 - https://github.com/psf/requests/blob/main/HISTORY.md#2300-2023-05-03 - https://urllib3.readthedocs.io/en/stable/changelog.html#id3 or https://github.com/urllib3/urllib3/blob/main/CHANGES.rst#200-2023-04-26 ("Removed" sub-section)
AnonymouX47
added a commit
to AnonymouX47/term-image
that referenced
this issue
May 6, 2023
- Fix: Pin docs build requirement `requests` to `<2.30`. Refs: - psf/cachecontrol#292 - psf/requests#6437 - https://github.com/psf/requests/blob/main/HISTORY.md#2300-2023-05-03 - https://urllib3.readthedocs.io/en/stable/changelog.html#id3 or https://github.com/urllib3/urllib3/blob/main/CHANGES.rst#200-2023-04-26 ("Removed" sub-section)
AnonymouX47
added a commit
to AnonymouX47/term-image
that referenced
this issue
May 6, 2023
- Fix: Pin `urllib3` to `<2`. - Fix: Install the package before docs build requirements. Refs: - psf/cachecontrol#292 - psf/requests#6437 - https://github.com/psf/requests/blob/main/HISTORY.md#2300-2023-05-03 - https://urllib3.readthedocs.io/en/stable/changelog.html#id3 or https://github.com/urllib3/urllib3/blob/main/CHANGES.rst#200-2023-04-26 ("Removed" sub-section)
AnonymouX47
added a commit
to AnonymouX47/termvisage
that referenced
this issue
May 6, 2023
- Fix: Pin `urllib3` to `<2`. - Fix: Install the package before docs build requirements. Refs: - psf/cachecontrol#292 - psf/requests#6437 - https://github.com/psf/requests/blob/main/HISTORY.md#2300-2023-05-03 - https://urllib3.readthedocs.io/en/stable/changelog.html#id3 or https://github.com/urllib3/urllib3/blob/main/CHANGES.rst#200-2023-04-26 ("Removed" sub-section)
AnonymouX47
added a commit
to AnonymouX47/urwidgets
that referenced
this issue
May 6, 2023
- Fix: Pin `urllib3` to `<2`. - Fix: Install the package before docs build requirements. Refs: - psf/cachecontrol#292 - psf/requests#6437 - https://github.com/psf/requests/blob/main/HISTORY.md#2300-2023-05-03 - https://urllib3.readthedocs.io/en/stable/changelog.html#id3 or https://github.com/urllib3/urllib3/blob/main/CHANGES.rst#200-2023-04-26 ("Removed" sub-section)
dragon-dxw
added a commit
to nationalarchives/ds-caselaw-pdf-conversion
that referenced
this issue
May 18, 2023
Rereading psf/requests#6437 suggests that the underlying issue might not be in poetry -- taking a belt-and-braces approach and bringing everything up to speed whilst pinning urllib3 to <2 to prevent the issue
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Result
No
TypeError: HTTPResponse.__init__() got an unexpected keyword argument 'strict'
when running pdm install (which uses requests).Actual Result
System Information
I'm not sure if this is requests or one of the other libraries using requests incorrectly.
The text was updated successfully, but these errors were encountered: