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
- Breaking change with path parameters when updating to pydantic>=2 from pydantic<2
- ✨ Allow superimposing an additional response's media type in openapi schema
- Potential footgun when using custom `Response(background=<Task()>)` in conjunction with injected `BackgroundTasks` - the custom response overwrites the tasks
- Use `RootModel` as query parameter
- ♻️ Add `router_class` param
- ♻️ Flexible router args
- Using pydantic Json Type as Form data type doesn't work
- Old `HTTPValidationError` and `ValidationError` OpenAPI entry
- 📝 Add tips on relative url_for in templates docs
- `Annotated` dependencies are interpreted incorrectly when using `PEP 695`-style type alias.
- Docs
- Python not yet supported