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 route-level middleware decorator with tests and docs example
- 🐛 Fix TYPE_CHECKING annotations for Python 3.14 (PEP 649)
- ✨ Add possibility to get and modify response in dependencies with yield
- 🐛 Improve `jsonable_encoder` for other types of iterables
- ✨ Show a clear error on attempt to include router into itself
- 🐛 Don't pre-fill form parameters with default values in `_get_multidict_value`
- Feature/uploadfile read text
- 🐛 Fix status code when malformed JSON
- Improve error message for missing dependency type annotation
- 📝 Use `WSGIMiddleware` from `a2wsgi` instead of deprecated `fastapi.middleware.wsgi.WSGIMiddleware`
- Docs
- Python not yet supported