Skip to content

0.7.0

Compare
Choose a tag to compare
@pylakey pylakey released this 11 Apr 09:37
· 25 commits to main since this release

BREAKING

  • All types moved from client to separate types module

  • Removed unused error_response_class from Client constructur parameters


  • Added custom url_compatible_encoder for params, cookies and headers because Aiohttp expects their values to be int, float or str instances

  • model_to_dict now accepts all pydantic.BaseModel.dict parameters

  • utils module added to package export

  • encoders module added to package export

  • All absolute package path exports replaced with relative