v0.11.0
0.11.0 (2026-06-20)
⚠ BREAKING CHANGES
- orjson is no longer installed by
pip install cachekit. To use the orjson serializer (serializer="orjson" or OrjsonSerializer), installcachekit[json]. Without it, get_serializer("orjson") raises an ImportError with an actionable install hint.
Features
Security
- bump msgpack floor to 1.2.1 (GHSA-6v7p-g79w-8964) (#197) (fc1bb80)