awtkns / fastapi-crudrouter

A dynamic FastAPI router that automatically creates CRUD routes for your models
https://fastapi-crudrouter.awtkns.com
MIT License
1.38k stars 155 forks source link

Fix route response_model typing #182

Open cpaillet opened 1 year ago

cpaillet commented 1 year ago

As the response is always a list (even if it's empty), we can remove the Optional.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
fastapi-crudrouter ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 16, 2023 at 9:10AM (UTC)
paulocoutinhox commented 3 weeks ago

it will be merged?