Skip to content

0.9.0 beta 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@henryiii henryiii released this 27 Sep 16:28
· 33 commits to main since this release
dc72d09

Features:

  • Add TypedDict's in new module for typing pyproject.toml dicts
  • all_errors=True causes ExceptionGroup's to be emitted
  • Support METADATA 2.1+ JSON format with new .as_json() method

Internal and CI:

  • Require 100% coverage

Refactoring:

  • Spit up over multiple files
  • Remove data fetcher, use static types wherever possible