Skip to content

Releases: openapi-generators/openapi-python-client

0.1.2

16 Mar 15:05
Compare
Choose a tag to compare
  • Improve handling of optional properties in generated to_dict function for models
  • Add PEP 561 marker file (py.typed) to generated packages (#18)

0.1.1

06 Mar 19:11
Compare
Choose a tag to compare
  • Fix mypy issue in generated models from_dict with datetime or reference properties
  • Generated clients now raise an ApiResponseError if they receive a response that was not declared
  • Stop including optional query parameters when value is set to None
  • Added an update command to update a previously generated client
  • Added click-completion for installable tab completion in most shells

0.1.0

28 Feb 21:29
Compare
Choose a tag to compare

Initial release!