Neoteroi / BlackSheep

Fast ASGI web framework for Python
https://www.neoteroi.dev/blacksheep/
MIT License
1.88k stars 77 forks source link

Upgrade SwaggerUI to version 5 #447

Closed sinisaos closed 11 months ago

sinisaos commented 11 months ago

It's not really a bug, but after upgrading Piccolo ORM to V1 (migrate to Pydantic v2) in Piccolo Blacksheep asgi template request body is empty if we use create_pydantic_model (Pydantic BaseModel works fine). Here's the conversation. If this makes sense to you, I can make a PR with those small changes, if not, feel free to close this issue. Thank you.

RobertoPrevato commented 11 months ago

Hi @sinisaos Sure, a PR is welcome!

sinisaos commented 11 months ago

@RobertoPrevato Thanks for quick response. I will make PR during the day.