Skip to content
This repository was archived by the owner on Oct 27, 2024. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps aiohttp-client-cache from 0.11.1 to 0.12.3.

Release notes

Sourced from aiohttp-client-cache's releases.

v0.12.2

Fixed a regression in v0.12.0 when the request_info property was unavailable on a cached response.

See Changelog for details.

v0.12.1

Fixed requests-cache/aiohttp-client-cache#254 regression.

See Changelog for details.

v0.12

This is a small release containing a few bugfixes and compatibility updates. Note that previously cached data will be invalidated after updating.

See Changelog for details.

Changelog

Sourced from aiohttp-client-cache's changelog.

0.12.3 (2024-10-04)

  • Revert some changes from v0.12.0, and add alternative fix for compatibility with aiohttp 3.10.6+

0.12.2 (2024-10-02)

  • Fixed a regression in v0.12.0 when the request_info property was unavailable on a cached response. (!260)

0.12.1 (2024-10-02)

  • Fixed get_encoding() access after unpickling. (#256)

0.12.0 (2024-10-01)

  • Add support for Python 3.13
  • Fix CachedResponse.is_expired check to consider any errors as "expired". (!252)
  • Fix compatibility with aiohttp 3.10.6+ (#251)
    • Now CachedResponse inherits from the aiohttp.ClientResponse.
Commits
  • 86f4783 Merge pull request #264 from requests-cache/dev
  • 071b53e Update version and changelog
  • 31d2000 test: request as context manager
  • 7dd99bc fix: interface compatibility
  • 93e1f08 chore: unpind and update aiohttp
  • 160b0d0 chore: restrict aiohttp
  • 32db5e9 Revert "feat: 'CachedResponse' inherits from 'Response'"
  • c65c3eb Revert "refactor: clean up"
  • 5db0a3c Revert "Initialize CachedResponse._content in init to avoid possible race con...
  • 59bd77d Revert "fix: 'get_encoding' access"
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aiohttp-client-cache](https://github.com/requests-cache/aiohttp-client-cache) from 0.11.1 to 0.12.3.
- [Release notes](https://github.com/requests-cache/aiohttp-client-cache/releases)
- [Changelog](https://github.com/requests-cache/aiohttp-client-cache/blob/main/HISTORY.md)
- [Commits](requests-cache/aiohttp-client-cache@v0.11.1...v0.12.3)

---
updated-dependencies:
- dependency-name: aiohttp-client-cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant