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 supported122 Subscribers
View all SubscribersAdd a CodeTriage badge to fastapi
Help out
- Issues
- Fix type: Allow `None` in `username` for the docs snippets located in `/docs_src/security`
- Improve logging for custom exceptions in routing
- ✨ Support for mixed and multiple Pydantic models for parameters using Query, Cookie and Header
- 🐛 Fix `ImportError` errors from `fastapi.encoders`
- 🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/tutorial/first-steps.md`
- Update tutorials: Migrate Pydantic v1 dict() to v2 model_dump()
- "Cookies with a Pydantic Model" the demo codes cannot run properly
- ♻️ Refactor loop to list comprehension for performance optimization
- docs: refine Required with Ellipsis examples to use (...) in Query()
- ✨ Add schema generator class param to FastAPI
- Docs
- Python not yet supported