Skip to content

Pull requests: tiangolo/fastapi

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Enhancement: ResponseValidationError instead of ValidationError feature New feature or request p4
#3668 opened Aug 7, 2021 by gistart Loading…
feat: support exclude_none in dataclass response models feature New feature or request
#3849 opened Sep 1, 2021 by sbelzile-nexapp Loading…
Add default API error schema feature New feature or request p3
#4042 opened Oct 12, 2021 by CaioFauza Loading…
✏ Allow integer constraints on openapi schema feature New feature or request p3
#9453 opened Apr 27, 2023 by alesanfra Loading…
UploadFile and EmailStr class cleanup refactor
#9919 opened Jul 20, 2023 by kubasaw Loading…
✨ Support HEAD method when GET is supported feature New feature or request p3
#9935 opened Jul 24, 2023 by juantoca Draft
2 tasks
⬆ Update typer[all] requirement from <0.8.0,>=0.6.1 to >=0.6.1,<0.10.0 dependencies Pull requests that update a dependency file internal python Pull requests that update Python code
#10030 opened Aug 7, 2023 by dependabot bot Loading…
Add tests for #10240 p4
#10258 opened Sep 18, 2023 by danielfcollier Loading…
Added OIDC - JWT Access Token validation tutorial p3
#10278 opened Sep 19, 2023 by laveolus Loading…
fix: respect call localns at get_typed_signature feature New feature or request p4
#10647 opened Nov 14, 2023 by Lancetnik Loading…
Allow setting schema generator instance feature New feature or request p4
#10903 opened Jan 8, 2024 by mvdbeek Loading…
Printing object failing to encode to json feature New feature or request p4
#10947 opened Jan 12, 2024 by leonarf Loading…
📝 Update README.md, remove ujson reference docs Documentation about how to use FastAPI p3
#11034 opened Jan 26, 2024 by Kludex Loading…
♻️ Generate cleaner Swagger HTML refactor
#11072 opened Feb 1, 2024 by s-rigaud Loading…
Fixed import in Security example docs Documentation about how to use FastAPI p4
#11168 opened Feb 20, 2024 by 0shah0 Loading…
🔧 Expose examples at swagger feature New feature or request p4
#11190 opened Feb 24, 2024 by jujumilk3 Loading…
Fix call async routes decorated with class based decorator feature New feature or request p4
#11200 opened Feb 26, 2024 by zzzzlzzzz Loading…
Allow superimposing an additional response's media type in /docs feature New feature or request p4
#11232 opened Mar 1, 2024 by vinicius-oa Loading…
Validation of pydantic models in query params feature New feature or request p4
#11243 opened Mar 4, 2024 by mylius Loading…
Add test for self-hosted docs behind a proxy bug Something isn't working p3
#11253 opened Mar 6, 2024 by bertomaniac Loading…
ProTip! Exclude everything labeled bug with -label:bug.