frozendict 2.3.9
What's Changed
- Various improvements to type hints
- Fix union of frozendict for python implementation by @apmorton in #89
- Avoid storing empty singleton on class itself in python implementation by @apmorton in #86
- Now pure py implementation can be built also passing the
FROZENDICT_PURE_PY
env var with value1
New Contributors
Full Changelog: v2.3.8...v2.3.9