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 supported120 Subscribers
View all SubscribersAdd a CodeTriage badge to fastapi
Help out
- Issues
- 📝 Update the part of "Behind a proxy" section related to `root_path`
- 🐛 Ensure handlers receive `fastapi.UploadFile` instances, not Starlette's
- 📝 Fix CORS tutorial inconsistency with `allow_credentials=True` and wildcard values in `allow_methods`/`allow_headers`
- 📝 Fix docs UI asset paths to respect `root_path` in Custom Docs code example
- ✨ Improve JSON Parsing Error Messages
- 📝 Clarify misleading "Required, can be `None`" section in `query-params-str-validations.md`
- 🐛 Don't prefill default values on form input
- 📝 Add caveat about ContextVar in dependencies
- ✨ Raise error with clear error message when generator didn't yield anything
- ✨ Allow to have multiple Query parameter models
- Docs
- Python not yet supported