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
- 🐛 Fix non-deterministic openapi spec in case of duplicated model names
- ✨ Accept multiple status codes or exceptions in `exception_handler`
- ✅ Run tests on free threaded python 3.14
- 🗑️ Deprecate `scopes` parameter in `Security` in favor of `oauth_scopes`
- 🐛 Fix OpenAPI duplication of `anyOf` refs for app-level responses with specified `content` and `model` as `Union`
- ⬆️ Bump Starlette to <`0.53.0`
- 🌐 Update translations for uk (add-missing)
- docs: clarify required but nullable request body fields
- ✨ Add `viewport` meta tag to improve Swagger UI on mobile devices
- ✨ Support HTTP QUERY method
- Docs
- Python not yet supported