Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: karlicoss/cachew

Tags

v0.22.20251013

Toggle v0.22.20251013's commit message
chore: some minor cleanup

- update readme
- remote references to pylint
- more exceptions to common instead of utils (there are more internal)
- hide legacy 'experimental' stuff under TYPE_CHECKING

v0.22.20251012

Toggle v0.22.20251012's commit message
core: fix support for annotations defined with python3.12 'type' keyword

v0.22.20251011

Toggle v0.22.20251011's commit message
general: set min version to 3.12; update ci to run 3.14

It's a bit of a toll to support so many versions, especially with new 3.12 type syntax and other goodies.

With pyenv/uv these days using custom python version is far easier than before and even preferred.

v0.21.20250823

Toggle v0.21.20250823's commit message
chore: deprecate python 3.9 support, it's EOL soon

v0.20.20250726

Toggle v0.20.20250726's commit message
tests: mark test_concurrent_writes as flaky on osx

v0.19.20250118

Toggle v0.19.20250118's commit message
general: switch from deprecated apprdirs to platformdirs, update readme

v0.18.20241020

Toggle v0.18.20241020's commit message
marshall.cachew: better exception in case we fail to get type hints f…

…rom type

v0.17.20241017

Toggle v0.17.20241017's commit message
general: add extra tests for new style type annotations

also update readme

v0.16.20240129

Toggle v0.16.20240129's commit message
ci: update actions versions

v0.15.20231019

Toggle v0.15.20231019's commit message
fix handling of undefined type annotations when from __future__ impor…

…t annotations is on