Closed renovate[bot] closed 1 year ago
Totals | |
---|---|
Change from base Build 4508582335: | 0% |
Covered Lines: | 2016 |
Relevant Lines: | 2069 |
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠ Warning: custom changes will be lost.
This PR contains the following updates:
0.9.6
->0.9.8
Release Notes
requests-cache/requests-cache
### [`v0.9.8`](https://togithub.com/requests-cache/requests-cache/blob/HEAD/HISTORY.md#098-2023-01-13) [Compare Source](https://togithub.com/requests-cache/requests-cache/compare/v0.9.7...v0.9.8) - Fix `DeprecationWarning` raised by `BaseCache.urls` - Reword ambiguous log message for `BaseCache.delete` Backport fixes from 1.0: - For custom serializers, handle using a cattrs converter that doesn't support `omit_if_default` - Raise an error for invalid expiration string values (except for headers containing httpdates) ### [`v0.9.7`](https://togithub.com/requests-cache/requests-cache/blob/HEAD/HISTORY.md#097-2022-10-26) [Compare Source](https://togithub.com/requests-cache/requests-cache/compare/v0.9.6...v0.9.7) Backport compatibility fixes from 1.0: - **PyInstaller:** Fix potential `AttributeError` due to undetected imports when requests-cache is bundled in a PyInstaller package - **requests-oauthlib:** Add support for header values as bytes for compatibility with OAuth1 features - **cattrs:** Add compatibility with cattrs 22.2 - **python:** Add tests to ensure compatibility with python 3.11 - Fix `AttributeError` when attempting to unpickle a `CachedSession` object, and instead disable pickling by raising a `NotImplementedError` Add the following for forwards-compatibility with 1.0: - `DeprecationWarnings` to give an earlier notice for methods deprecated (not removed) in 1.0 - `requests_cache.policy` subpackage (will replace `requests_cache.cache_control` module) - `BaseCache.contains()` - `BaseCache.delete()` - `BaseCache.filter()` - `CachedSession.settings`Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.