Skip to content

Bump cachelib from 0.13.0 to 0.14.0 in /betterproto2#220

Merged
AdrienVannson merged 1 commit into
mainfrom
dependabot/uv/betterproto2/cachelib-0.14.0
Jun 2, 2026
Merged

Bump cachelib from 0.13.0 to 0.14.0 in /betterproto2#220
AdrienVannson merged 1 commit into
mainfrom
dependabot/uv/betterproto2/cachelib-0.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps cachelib from 0.13.0 to 0.14.0.

Release notes

Sourced from cachelib's releases.

0.14.0

This is the CacheLib 0.14.0 feature and fix release. A feature release may include new features, remove previously deprecated code, add new deprecations, or introduce potentially breaking changes. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades. Test with warnings treated as errors to be able to adapt to deprecation warnings early.

PyPI: https://pypi.org/project/CacheLib/0.14.0/ Changes: https://cachelib.readthedocs.io/en/stable/changes/#version-0.14.0 Milestone: https://github.com/pallets-eco/cachelib/milestone/1?closed=1

Features

Issues

  • Replace deprecated datetime.utcnow() with datetime.now(). pallets-eco/cachelib#421
  • Fix FileSystemCache permission errors on Network Attached Storage (NAS) when trying to perform operations on files that are open in other processes. pallets-eco/cachelib#424
  • Fix serializer returning an unbound variable error instead of None when a pickle error is raised during serialization. pallets-eco/cachelib#448
  • Fix add() in SimpleCache treating expired keys as still valid, preventing them from being overwritten until explicitly deleted. pallets-eco/cachelib#449
  • Fix delete_many() in RedisCache and MemcachedCache incorrectly reporting failed deletions due to comparing normalized keys against non-normalized keys. pallets-eco/cachelib#443

Documentation

Code Changes

Full Changelog: pallets-eco/cachelib@0.13.0...0.14.0

Changelog

Sourced from cachelib's changelog.

Version 0.14.0

Released 2026-05-09

  • Improve typing and refresh project to use pyproject and pallets workflows :pr:420
  • Replace deprecated datetime.utcnow() with datetime.now() :pr:421
  • Fix FileSystemCache permission errors on Network Attached Storage (NAS) when trying to perform operations on files that are open in other processes :pr:424
  • Fix delete_many() in RedisCache and MemcachedCache incorrectly reporting failed deletions due to comparing normalized keys against non-normalized keys :pr:443
  • Fix serializer returning an unbound variable error instead of None when a pickle error is raised during serialization :pr:448
  • Fix add() in SimpleCache treating expired keys as still valid, preventing them from being overwritten until explicitly deleted :pr:449
  • Add valkey backend :pr:441
Commits
  • a317bbc release version 0.14.0
  • 8a4d3bb Merge pull request #451 from pallets-eco/add-missing-docs
  • a1adc63 add serializers docs and redis base cache and capitalize first letter in changes
  • 6ec27c4 add missing reference to valkey in docs
  • ef3803f Merge pull request #441 from pallets-eco/feat/add-valkey-backend
  • fb7e18a use new delete many with prefix base class
  • 45d98c0 Merge branch 'main' into feat/add-valkey-backend
  • 96b7f84 Merge pull request #450 from pallets-eco/add-changes
  • 734560e log all changes
  • 1e0a0a8 Merge pull request #443 from pallets-eco/fix/delete-many
  • 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 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 [cachelib](https://github.com/pallets-eco/cachelib) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/pallets-eco/cachelib/releases)
- [Changelog](https://github.com/pallets-eco/cachelib/blob/main/CHANGES.rst)
- [Commits](pallets-eco/cachelib@0.13.0...0.14.0)

---
updated-dependencies:
- dependency-name: cachelib
  dependency-version: 0.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 2, 2026
@AdrienVannson AdrienVannson merged commit 4d535db into main Jun 2, 2026
18 checks passed
@dependabot dependabot Bot deleted the dependabot/uv/betterproto2/cachelib-0.14.0 branch June 2, 2026 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant