Skip to content

Releases: openapi-generators/openapi-python-client

0.12.3

18 Dec 00:46
298cc5a

Choose a tag to compare

0.12.3

Features

0.12.2

04 Dec 04:17
17373e0

Choose a tag to compare

0.12.2

Fixes

  • Support Python 3.11.0 (#701)

0.12.1

12 Nov 19:18
1cf7a45

Choose a tag to compare

0.12.1

Fixes

  • Version bump due to PyPI error

0.12.0

12 Nov 19:11
5375116

Choose a tag to compare

0.12.0

Breaking Changes

  • Change the Response.status_code type to the HTTPStatus enum [#665]

Features

Fixes

  • If data.type is None but has data.properties, assume type is object [#691, #674]. Thanks @ahuang11!

0.11.6

27 Aug 21:49
ba1dbee

Choose a tag to compare

0.11.6

Features

Fixes

  • Exception when parsing documents which contain callbacks [#661]. Thanks @dachucky!

0.11.5

13 Aug 18:49
7955faa

Choose a tag to compare

0.11.5

Features

Fixes

0.11.4

03 Jul 00:37

Choose a tag to compare

0.11.4

Fixes

  • Invalid code generation with some oneOf and anyOf combinations [#603, #642]. Thanks @jselig-rigetti!
  • Allow relative references in all URLs [#630]. Thanks @jtv8!

0.11.3 - 2022-06-09

10 Jun 02:06

Choose a tag to compare

Fixes

  • Allow tokenUrl to be relative [#618]. Thanks @Fokko!

0.11.2 - 2022-06-02

03 Jun 02:26

Choose a tag to compare

Features

  • Allow httpx 0.23.x (#617)

Fixes

0.11.1 - 2022-01-29

29 Jan 22:46

Choose a tag to compare

Features

  • Allow httpx 0.22.* in generated clients [#577]

Fixes

  • Type annotations for optional dates and datetimes in multipart/form [#580]
  • Error generating clients with dates or datetimes in multipart/form [#579]. Thanks @lsaavedr!
  • Include nested packages in generated setup.py [#575, #576]. Thanks @tedo-benchling!