Openapi-pydantic

Latest version: v0.5.0

Safety actively analyzes 685525 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.5.0

<!-- 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

0.4.1

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Dependencies 📦
* chore: Update dependencies to resolve security advisories by mike-oakley in https://github.com/mike-oakley/openapi-pydantic/pull/36


**Full Changelog**: https://github.com/mike-oakley/openapi-pydantic/compare/v0.4.0...v0.4.1

0.4.0

Not secure
<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Breaking 💥
* Ensure Header objects generate valid OpenAPI specs by hathawsh in https://github.com/mike-oakley/openapi-pydantic/pull/22
Added 🎉
* Official Python 3.12 support by mike-oakley in https://github.com/mike-oakley/openapi-pydantic/pull/28


**Full Changelog**: https://github.com/mike-oakley/openapi-pydantic/compare/v0.3.2...v0.4.0

0.3.2

Not secure
<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Fixed 🐛
* fix: Make type hints compatible with Python 3.8 by mike-oakley in https://github.com/mike-oakley/openapi-pydantic/pull/21


**Full Changelog**: https://github.com/mike-oakley/openapi-pydantic/compare/v0.3.1...v0.3.2

0.3.1

Not secure
<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Fixed 🐛
* Fix typing compatibility for Python 3.9 by hathawsh in https://github.com/mike-oakley/openapi-pydantic/pull/18


**Full Changelog**: https://github.com/mike-oakley/openapi-pydantic/compare/v0.3.0...v0.3.1

0.3.0

Not secure
<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Added 🎉
* Compatibility with both Pydantic 1 and 2 by hathawsh in https://github.com/mike-oakley/openapi-pydantic/pull/17
Docs 📝
* feat: Add contribution guide by mike-oakley in https://github.com/mike-oakley/openapi-pydantic/pull/15

New Contributors
* hathawsh made their first contribution in https://github.com/mike-oakley/openapi-pydantic/pull/17

**Full Changelog**: https://github.com/mike-oakley/openapi-pydantic/compare/v0.2.2...v0.3.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.