Skip to content

Releases: mike-oakley/openapi-pydantic

0.5.0

04 Nov 22:49
Compare
Choose a tag to compare

What's Changed

Breaking 💥

  • OpenAPI 3.1.1 and 3.0.4 support by @mike-oakley in #48

    Support for OpenAPI 3.1.1 and 3.0.4 has been added! To better structure the project for future OAS versions (and to align with the convention that patch versions are non-functional changes in OAS), the version folder structure has been adjusted from v3_0_3 -> v3_0 and v3_1_0 -> v3_1 respectively. If you have imported from the explicit version paths previously you'll need to adjust the import paths accordingly in your code.

  • Default explode value changed to None by @rafalkrupinski in #42

    To better align with the indeterminate behaviour of explode (which depends on location in the spec), the default value has been changed from False to None. If you previously relied upon the value being False, you will need to update your code to specifically set the value.

Dependencies 📦

  • chore(deps-dev): Bump urllib3 from 2.2.1 to 2.2.2 in the pip group across 1 directory by @dependabot in #37
  • chore(deps-dev): Bump certifi from 2024.6.2 to 2024.7.4 in the pip group across 1 directory by @dependabot in #38
  • chore: Update artifacts action to v4. by @mike-oakley in #47
  • chore: Bump actions and development dependencies. by @mike-oakley in #49

New Contributors

Full Changelog: v0.4.1...v0.5.0

0.4.1

15 Jun 16:44
139d792
Compare
Choose a tag to compare

What's Changed

Dependencies 📦

  • chore: Update dependencies to resolve security advisories by @mike-oakley in #36

Full Changelog: v0.4.0...v0.4.1

0.4.0

27 Dec 16:53
Compare
Choose a tag to compare

What's Changed

Breaking 💥

  • Ensure Header objects generate valid OpenAPI specs by @hathawsh in #22

Added 🎉

Full Changelog: v0.3.2...v0.4.0

0.3.2

18 Jul 17:40
69bd862
Compare
Choose a tag to compare

What's Changed

Fixed 🐛

Full Changelog: v0.3.1...v0.3.2

0.3.1

10 Jul 22:38
2ba7f5d
Compare
Choose a tag to compare

What's Changed

Fixed 🐛

  • Fix typing compatibility for Python 3.9 by @hathawsh in #18

Full Changelog: v0.3.0...v0.3.1

0.3.0

07 Jul 18:58
77b2c23
Compare
Choose a tag to compare

What's Changed

Added 🎉

  • Compatibility with both Pydantic 1 and 2 by @hathawsh in #17

Docs 📝

New Contributors

Full Changelog: v0.2.2...v0.3.0

0.2.2

21 May 22:51
9ec517a
Compare
Choose a tag to compare

What's Changed

Fixed 🐛

Full Changelog: v0.2.1...v0.2.2

0.2.1

21 May 20:06
561267a
Compare
Choose a tag to compare

What's Changed

Fixed 🐛

Full Changelog: v0.2.0...v0.2.1

0.2.0

21 May 18:57
c6653b7
Compare
Choose a tag to compare

What's Changed

Added 🎉

Full Changelog: v0.1.1...v0.2.0

0.1.1

21 May 16:07
4b9c873
Compare
Choose a tag to compare

Fixed:

  • Support relative URLs on all models
  • Add missing update_forward_refs call for Operation model

Full Changelog: v0.1.0...v0.1.1