Generate an API client that uses Pydantic version 2.
What would this feature improve or what problem would it solve?
The OpenAPI code generator does not support chunked transfers with the Pydantic v1 models. Migrating to v2 would allow the API to stream files which would be useful for the /result endpoints
What is the feature you are proposing?
Generate an API client that uses Pydantic version 2.
What would this feature improve or what problem would it solve?
The OpenAPI code generator does not support chunked transfers with the Pydantic v1 models. Migrating to v2 would allow the API to stream files which would be useful for the /result endpoints
What alternatives have you considered?
No response