Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2025

Updates the requirements on py-key-value-aio[disk,keyring,memory] to permit the latest version.

Release notes

Sourced from py-key-value-aio[disk,keyring,memory]'s releases.

0.3.0: The Store is now Open

Unstable stores may have had breaking changes to how they store data.

🚀 New Features & Storage Backends

  • New Stores: Added support for DuckDB and FileTreeStore.
  • Routing Wrappers: Introduced RoutingWrapper and CollectionRoutingWrapper to manage request routing between stores.
  • Dataclasses: Added DataclassAdapter utilizing Pydantic TypeAdapter for better object serialization.

⚡ Core API & Architecture

  • Lifecycle Management: Refactored client ownership to better handle store lifecycle (setup/teardown). If you provide a client you own entering / exiting it.
  • Serialization Updates: Serialized documents now explicitly include key, collection, and version fields.
  • Input Refactoring: Switched input parameters from strict dict/list to abstract Mapping/Sequence for better compatibility.
  • Batch Operations: put_many now requires a single TTL for all items in the batch, rather than individual TTLs.
  • Sanitization: Introduced SanitizationStrategy for configurable input cleaning during store initialization. Stores no long sanitize by default, you must select the sanitization method when providing the store.

🛡️ Reliability & Type Safety

  • Runtime Enforcement: extensive application of BearType across Stores, Wrappers, and utility functions to enforce runtime type safety.
  • Bug Fixes: Resolved critical bugs regarding Memory Store TTL, Windows Registry operations, and DynamoDB TTL creation.
  • Relaxed Dependencies: Loosened version constraints for pymongo, elasticsearch, cachetools, and diskcache.
Commits

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)

Updates the requirements on [py-key-value-aio[disk,keyring,memory]](https://github.com/strawgate/py-key-value) to permit the latest version.
- [Release notes](https://github.com/strawgate/py-key-value/releases)
- [Commits](strawgate/py-key-value@0.2.8...0.3.0)

---
updated-dependencies:
- dependency-name: py-key-value-aio[disk,keyring,memory]
  dependency-version: 0.3.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Updates to project dependencies. Automatically applied to dependabot PRs. label Nov 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Updates to project dependencies. Automatically applied to dependabot PRs.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant