Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(type-safe-api): deserialize python body with model_validate inste…
…ad of from_json (#686) A bug in OpenAPI Generator can cause some fields to be omitted when deserializing python models which make use of `allOf` to compose schemas: OpenAPITools/openapi-generator#12778 Instead of using the generated `from_json` method which may omit fields to deserialize, we use the pydantic `model_validate` method directly.
- Loading branch information