sanic-org / sanic-ext

Extended Sanic functionality
https://sanic.dev/en/plugins/sanic-ext/getting-started.html
MIT License
50 stars 36 forks source link

fix: Updated pydantic schema method to model_json_schema #238

Open capturingnoise opened 9 months ago

capturingnoise commented 9 months ago

The schema method is deprecated; use model_json_schema instead. Deprecated in Pydantic V2.0 to be removed in V3.0.