fastapi
https://github.com/tiangolo/fastapi
Python
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported121 Subscribers
View all SubscribersAdd a CodeTriage badge to fastapi
Help out
- Issues
- ✨ Add support for custom `APIRoute` and `APIRouter`
- ✨ Support passing context to Pydantic serializers via `jsonable_encoder`
- 🐛 Don't prefill default values on form input
- 📝 Add caveat about ContextVar in dependencies
- 📝 Explain APM Services for Error Handling
- Dependency Models created from Form input data are loosing metadata(field set) and are enforcing validation on default values.
- ✨ Raise error with clear error message when generator didn't yield anything
- 📝 Remove references to `#app.on_event` in the SQL database section
- Duplicated OperationID when adding route with multiple methods
- Can't use `Annotated` with `ForwardRef`
- Docs
- Python not yet supported