Skip to content

Version 0.15.1

Compare
Choose a tag to compare
@jcrist jcrist released this 19 May 17:40
· 161 commits to main since this release
  • Fix a reference counting bug introduced in 0.15.0 when decoding naive (no timezone) datetime/time objects in both the msgpack and json decoders (#409).
  • Work around an upstream bug in CPython to properly support Required/NotRequired in TypedDict when __future__.annotations is enabled (#410).