openapi-schema-pydantic
openapi-schema-pydantic copied to clipboard
Update to Pydantic 2
This is a mostly-straightforward port to Pydantic 2. It takes advantage of Pydantic's new JSON schema mode feature, which can be set to "validation" or "serialization". Tests added and updated and documentation updated.
Hi
Great work here! ... any plans to release this in the short term?
Thanks!
I moved this work to a fork of this project. It's now being maintained:
https://pypi.org/project/openapi-pydantic/ https://github.com/mike-oakley/openapi-pydantic
That project now supports both versions of Pydantic.
Any plans to merge this and surface pydantic 2 changes?
@kuimono has not been responsive, so it's probably best for everyone to move to the newer project.