pgjones / quart-schema

Quart-Schema is a Quart extension that provides schema validation and auto-generated API documentation.
MIT License
76 stars 24 forks source link

Replace pydantic_encoder with to_jsonable_python #61

Closed rco-ableton closed 10 months ago

rco-ableton commented 11 months ago

pydantic_encoder is deprecated in Pydantic v2 and triggers a DeprecationWarning.

I'm not sure what's happening with the test failures, they happen for me on the main branch too (presumably some newer dependency versions have changed behaviour slightly).

pgjones commented 10 months ago

Thanks