ricecooker
ricecooker copied to clipboard
Bump cachecontrol from 0.12.11 to 0.14.0
Bumps cachecontrol from 0.12.11 to 0.14.0.
Release notes
Sourced from cachecontrol's releases.
v0.14.0
What's Changed
- doc: improve the docs by
@frostmingin psf/cachecontrol#316- chore: update install command for
FileCacheby@m9810223in psf/cachecontrol#318- serialize: simplify loading logic by
@woodruffwin psf/cachecontrol#317- pyproject: constrain msgpack < 2.0.0 by
@woodruffwin psf/cachecontrol#319- Miscellaneous repo cleanup by
@woodruffwin psf/cachecontrol#320- update readme by
@sdp5in psf/cachecontrol#321- FileCache.directory: explictly allow pathlib.Path by
@mr-cin psf/cachecontrol#322- Add support for Python 3.12 and drop EOL 3.6 by
@hugovkin psf/cachecontrol#323- Fix document code case errors by
@somata-cnin psf/cachecontrol#326- Don't use the cache if the request has a Range header by
@dimblebyin psf/cachecontrol#328New Contributors
@m9810223made their first contribution in psf/cachecontrol#318@sdp5made their first contribution in psf/cachecontrol#321@mr-cmade their first contribution in psf/cachecontrol#322@somata-cnmade their first contribution in psf/cachecontrol#326Full Changelog: https://github.com/psf/cachecontrol/compare/v0.13.1...v0.14.0
v0.13.1
What's Changed
- serialize: remove v1 and v2 formats by
@woodruffwin psf/cachecontrol#310- refactor: move the serialization implementation to method by
@frostmingin psf/cachecontrol#313- feat: drop support of Python older than 3.7 by
@frostmingin psf/cachecontrol#312- fix(typing): fix wrong types by
@frostmingin psf/cachecontrol#314- workflows: add a release workflow by
@woodruffwin psf/cachecontrol#308- cachecontrol: 0.13.1 by
@woodruffwin psf/cachecontrol#315New Contributors
@woodruffwmade their first contribution in psf/cachecontrol#310Full Changelog: https://github.com/psf/cachecontrol/compare/v0.13.0...v0.13.1
v0.13.1rc0
This is a release candidate for 0.13.1.
Full Changelog: https://github.com/psf/cachecontrol/compare/v0.13.0...v0.13.1rc0
v0.13.0
What's Changed
- Fix #292: disuse HTTPResponse.strict by
@dairikiin psf/cachecontrol#301- fix: double reading error on urllib3 2.0 by
@frostmingin psf/cachecontrol#296- Packaging the tests, or not by
@dimblebyin psf/cachecontrol#287- Add type annotations by
@dimblebyin psf/cachecontrol#279- Use Python's unittest mock by
@jellyin psf/cachecontrol#289- feat: remove compat module by
@frostmingin psf/cachecontrol#303- tests: Support python 3.11 by
@danigmin psf/cachecontrol#304- fix: use pytest native method name by
@frostmingin psf/cachecontrol#305
... (truncated)
Changelog
Sourced from cachecontrol's changelog.
0.14.0
- Explicitly allow
pathlib.Pathas a type forFileCache.directory.- Don't use the cache to return a full response if a request has a Range header.
0.13.1
- Support for old serialization formats has been removed.
- Move the serialization implementation into own method.
- Drop support for Python older than 3.7.
0.13.0
YANKED
The project has been moved to the
PSF <https://github.com/psf>_ organization.
- Discard the
strictattribute when serializing and deserializing responses.- Fix the
IncompleteReaderror thrown byurllib3 2.0.- Remove usage of
utcnowin favor of timezone-aware datetimes.- Remove the
compatmodule.- Use Python's
unittest.mocklibrary instead ofmock.- Add type annotations.
- Exclude the
testsdirectory from the wheel.0.12.14
- Revert the change "switch lockfile to filelock" to fix the compatibility issue.
0.12.13
- Discard the
strictattribute when serializing and deserializing responses.- Fix the IncompleteRead error thrown by
urllib32.0.- Exclude the tests directory from the wheel.
Commits
e2be0c2prep 0.14.04e267a8fix: Don't use the cache if the request has a Range header (#328)7e3edbfFix document code case errors (#326)6c76160Add support for Python 3.12 and drop EOL 3.6 and 3.7 (#323)783a338FileCache.directory: explictly allow pathlib.Path (#322)65cf315fix: requests.exceptions.ConnectionError: Max retries exceeded with url: / (#...5c24307Miscellaneous repo cleanup (#320)1ee0f9dpyproject: constrain msgpack < 2.0.0 (#319)f5f2327fix(serialize): simplify loading logic (#317)23471adchore: update install command forFileCache(#318)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
This upgrade seems to have changed the API of the cache control, so this will need some code updates to use.
A newer version of cachecontrol exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
@dependabot recreate
Superseded by #537.