v0.5.1
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.
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.