openapi-python-client
openapi-python-client copied to clipboard
chore: prepare release 0.20.0
This PR was created by Knope. Merging it will create a new release
Breaking Changes
const values in responses are now validated at runtime
Prior to this version, const values returned from servers were assumed to always be correct. Now, if a server returns
an unexpected value, the client will raise a ValueError. This should enable better usage with oneOf.
PR #1024. Thanks @peter-greenatlas!
Features
- allow Ruff 0.4 (#1031)