<!-- Release notes generated using configuration in .github/release.yml at main -->
What's Changed
Breaking 💥
* OpenAPI 3.1.1 and 3.0.4 support by mike-oakley in https://github.com/mike-oakley/openapi-pydantic/pull/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 https://github.com/mike-oakley/openapi-pydantic/pull/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 https://github.com/mike-oakley/openapi-pydantic/pull/37
* chore(deps-dev): Bump certifi from 2024.6.2 to 2024.7.4 in the pip group across 1 directory by dependabot in https://github.com/mike-oakley/openapi-pydantic/pull/38
* chore: Update artifacts action to v4. by mike-oakley in https://github.com/mike-oakley/openapi-pydantic/pull/47
* chore: Bump actions and development dependencies. by mike-oakley in https://github.com/mike-oakley/openapi-pydantic/pull/49
New Contributors
* rafalkrupinski made their first contribution in https://github.com/mike-oakley/openapi-pydantic/pull/42
**Full Changelog**: https://github.com/mike-oakley/openapi-pydantic/compare/v0.4.1...v0.5.0