521 Commits (6f6e786979eb3156b85e7c2f44d0b8af5cf0af17)

Author SHA1 Message Date
Rafal Skolasinski 8450dc204d
✏️ Fix typo in `fastapi/security/oauth2.py` (#10972) 1 year ago
Sebastián Ramírez dcc952d699
Include HTTP 205 in status codes with no body (#10969) 1 year ago
Evgenii de0126d145
♻️ Simplify string format with f-strings in `fastapi/utils.py` (#10576) 1 year ago
Sebastián Ramírez cb95d1cb89 🔖 Release version 0.109.0 1 year ago
Sepehr Shirkhanlu 60e1259ca4
✏️ Fix typo in `fastapi/routing.py` (#10520) 1 year ago
Sebastián Ramírez fe0249a23e 🔖 Release version 0.108.0 1 year ago
Sebastián Ramírez f933fd6ff8 🔖 Release version 0.107.0 1 year ago
Sebastián Ramírez 91510db620 🔖 Release version 0.106.0 1 year ago
Sebastián Ramírez a4aa79e0b4
Add support for raising exceptions (including `HTTPException`) in dependencies with `yield` in the exit code, do not support them in background tasks (#10831) 1 year ago
Sebastián Ramírez d8185efb6e 🔖 Release version 0.105.0 1 year ago
Sebastián Ramírez b98c65cb36
🔥 Remove unused NoneType (#10774) 1 year ago
Sebastián Ramírez 6f5aa81c07
Add support for multiple Annotated annotations, e.g. `Annotated[str, Field(), Query()]` (#10773) 1 year ago
Sebastián Ramírez 7e5afe2cb9 🔖 Release version 0.104.1 1 year ago
Alejandra Klachquin 758a8f29e1
📌 Pin Swagger UI version to 5.9.0 temporarily to handle a bug crashing it in 5.9.1 (#10529) 1 year ago
Sebastián Ramírez 2e14c69c31
👷 Adopt Ruff format (#10517) 1 year ago
Heinz-Alexander Fuetterer ae84ff6e44
✏️ Fix typos in emoji docs and in some source examples (#10438) 1 year ago
Sebastián Ramírez c13aa9ed5f
🔥 Remove unnecessary duplicated docstrings (#10484) 1 year ago
Sebastián Ramírez 38f191dcd3 🔖 Release version 0.104.0 1 year ago
Sebastián Ramírez 05ca41cfd1
Add reference (code API) docs with PEP 727, add subclass with custom docstrings for `BackgroundTasks`, refactor docs structure (#10392) 1 year ago
Sebastián Ramírez 1bf5e7a10e 🔖 Release 0.103.2 2 years ago
Sebastián Ramírez bc935e08b6
⬆️ Upgrade compatibility with Pydantic v2.4, new renamed functions and JSON Schema input/output models with default values (#10344) 2 years ago
Sebastián Ramírez bfde8f3ef2 🔖 Release version 0.103.1 2 years ago
Ahsan Sheraz 9fc33f8565
✏️ Fix typos in comment in `fastapi/applications.py` (#10045) 2 years ago
Sebastián Ramírez 415eb1405a 🔖 Release version 0.103.0 2 years ago
Sebastián Ramírez 1b714b3177
Add support for `openapi_examples` in all FastAPI parameters (#10152) 2 years ago
Sebastián Ramírez 9cf9e1084d 🔖 Release version 0.102.0 2 years ago
Sebastián Ramírez ea43f227e5
Add support for disabling the separation of input and output JSON Schemas in OpenAPI with Pydantic v2 (#10145) 2 years ago
Sebastián Ramírez 63e7edb295 🔖 Release version 0.101.1 2 years ago
Sebastián Ramírez 5e8f7f13d7
Add `ResponseValidationError` printable details, to show up in server error logs (#10078) 2 years ago
Russ Biggs bdd991244d
✏️ Fix typo in deprecation warnings in `fastapi/params.py` (#9854) 2 years ago
ElliottLarsen 5e59acd35b
✏️ Fix typos in comments on internal code in `fastapi/concurrency.py` and `fastapi/routing.py` (#9590) 2 years ago
Sebastián Ramírez 8adbafc076 🔖 Release version 0.101.0 2 years ago
Sebastián Ramírez 19a2c3bb54
Enable Pydantic's serialization mode for responses, add support for Pydantic's `computed_field`, better OpenAPI for response models, proper required attributes, better generated clients (#10011) 2 years ago
Sebastián Ramírez 8d27236648 🔖 Release version 0.100.1 2 years ago
Marcelo Trylesinski 6c99e90a6b
🐛 Replace `MultHostUrl` to `AnyUrl` for compatibility with older versions of Pydantic v1 (#9852) 2 years ago
Sebastián Ramírez f8356d9fff 🔖 Release version 0.100.0 2 years ago
Sebastián Ramírez 0976185af9
Add support for Pydantic v2 (#9816) 2 years ago
Sebastián Ramírez dd4e78ca7b 🔖 Release version 0.99.1 2 years ago
Sebastián Ramírez 07e1dea467
🐛 Fix JSON Schema accepting bools as valid JSON Schemas, e.g. `additionalProperties: false` (#9781) 2 years ago
Sebastián Ramírez 983f1d34db 🔖 Release version 0.99.0 2 years ago
Sebastián Ramírez 7dad5a820b
Add support for OpenAPI 3.1.0 (#9770) 2 years ago
Carson Crane 1f21b16e03
Add support for `deque` objects and children in `jsonable_encoder` (#9433) 2 years ago
Sebastián Ramírez 4721405ef7 🔖 Release version 0.98.0 2 years ago
cyberlis e94c13ce74
Add allow disabling `redirect_slashes` at the FastAPI app level (#3432) 2 years ago
Sebastián Ramírez 32935103b1 🔖 Release version 0.97.0 2 years ago
Sebastián Ramírez 7167c77a18
⬆️ Upgrade and fully migrate to Ruff, remove isort, includes a couple of tweaks suggested by the new version of Ruff (#9660) 2 years ago
Sebastián Ramírez 4ac55af283
♻️ Update internal type annotations and upgrade mypy (#9658) 2 years ago
Sebastián Ramírez 17e49bc9f7
♻️ Simplify `AsyncExitStackMiddleware` as without Python 3.6 `AsyncExitStack` is always available (#9657) 2 years ago
Paulo Costa d8b8f211e8
Add support for `dependencies` in WebSocket routes (#4534) 2 years ago
Kristján Valur Jónsson ab03f22635
Add exception handler for `WebSocketRequestValidationError` (which also allows to override it) (#6030) 2 years ago