openapi-python-client icon indicating copy to clipboard operation
openapi-python-client copied to clipboard

chore: prepare release 0.20.0

Open dbanty opened this issue 1 year ago • 0 comments

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)

dbanty avatar Apr 19 '24 20:04 dbanty