Skip to content

v0.5.1

Compare
Choose a tag to compare
@a-feld a-feld released this 12 Jul 03:11
· 178 commits to main since this release

Minor Update

Headers used to require a type of Optional[Dict[str, str]]. This has been changed to Optional[Mapping[str, str]] to support non-dict mapping types.