Skip to content

Release v4.2.1

Choose a tag to compare

@awolverp awolverp released this 10 Oct 19:55
· 358 commits to main since this release

Fixed

  • Fix BaseCacheImpl.__class_getitem__
cache = cachebox.Cache[int, int](0) # Before this release, you will get error but now is OK
  • Fix cached and cachedmethod type-hint