-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* tests(ci): set fail-fast: false so that the whole test matrix is run * fix(ci): update matrix to use runners that support selected python versions * fix: omit `strict` attribute from response serialization The `strict` attribute of `HTTPResponse` is gone in `urllib3>=2.0`. In addition it has no effect, at least when running under Python 3. * fix: omit `strict` attribute during response deserialization This prevents issues when deserializing responses serialized by an earlier version of cachecontrol. * fix(test_etag): fix for requests>=2.29 Patch all the possible methods that might be used to generate a response.
- Loading branch information
Showing
4 changed files
with
26 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8f037ba
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ionrock now this commit is in - can you release a new version i.e. 0.12.13 for https://pypi.org/project/cachecontrol/#history ?
motivation: this would solve many downstream issues for others eg. depending on latest cachecontrol for CI jobs etc. i.e. those using poetry ...
see example at https://gitlab.com/inkscape/extensions/-/commit/22095f0e72e4b0b4064292d75fa72263d68ae068#587d266bb27a4dc3022bbed44dfa19849df3044c_97_94