Skip to content

0.6.2 - 2020-11-03

Compare
Choose a tag to compare
@dbanty dbanty released this 03 Nov 16:36
· 571 commits to main since this release

Fixes

  • Prefix generated identifiers to allow leading digits in field names (#206 - @kalzoo).
  • Prevent autoflake from removing __init__.py imports during generation. (#223 - Thanks @fyhertz!)
  • Update minimum Pydantic version to support Python 3.9

Additions

  • Allow specifying the generated client's version using package_version_override in a config file. (#225 - Thanks @fyhertz!)