fastapi/fastapi
Paulo Costa d8b8f211e8
Add support for `dependencies` in WebSocket routes (#4534)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-06-11 20:35:39 +00:00
..
dependencies 🐛 Fix using `Annotated` in routers or path operations decorated multiple times (#9315) 2023-04-13 10:49:22 -07:00
middleware Update internal `AsyncExitStack` to fix context for dependencies with `yield` (#4575) 2022-02-17 13:40:12 +01:00
openapi 🐛 Fix OpenAPI model fields int validations, change `gte` to `ge` (#9635) 2023-06-07 22:44:12 +02:00
security ♻ Instantiate `HTTPException` only when needed, optimization refactor (#5356) 2023-06-10 14:05:35 +02:00
__init__.py 🔖 Release version 0.96.1 2023-06-10 23:51:40 +02:00
applications.py Add support for `dependencies` in WebSocket routes (#4534) 2023-06-11 20:35:39 +00:00
background.py Improve type annotations, add support for mypy --strict, internally and for external packages (#2547) 2020-12-20 19:50:00 +01:00
concurrency.py 🔧 Update package metadata, drop support for Python 3.6, move build internals from Flit to Hatch (#5240) 2022-09-14 20:31:19 +02:00
datastructures.py Add support for declaring `UploadFile` parameters without explicit `File()` (#4469) 2022-01-23 19:14:13 +00:00
encoders.py ⬆️ Upgrade Ruff (#5698) 2022-11-27 14:59:32 +01:00
exception_handlers.py Add exception handler for `WebSocketRequestValidationError` (which also allows to override it) (#6030) 2023-06-11 21:08:14 +02:00
exceptions.py 🐛 Fix `HTTPException` header type annotations (#9648) 2023-06-10 19:23:12 +02:00
logger.py 🔊 Refactor logging (#781) 2019-12-09 20:02:44 +01:00
param_functions.py Add support for PEP-593 `Annotated` for specifying dependencies and parameters (#4871) 2023-03-17 21:35:45 +01:00
params.py Add support for PEP-593 `Annotated` for specifying dependencies and parameters (#4871) 2023-03-17 21:35:45 +01:00
py.typed add py.typed to ship typing information (#209) 2019-05-11 13:43:47 +04:00
requests.py ⬆ Require Pydantic > 1.0 (#1862) 2020-08-09 22:17:08 +02:00
responses.py ♻ Remove `media_type` from `ORJSONResponse` as it's inherited from the parent class (#5805) 2023-06-10 19:04:29 +02:00
routing.py Add support for `dependencies` in WebSocket routes (#4534) 2023-06-11 20:35:39 +00:00
staticfiles.py Improve type annotations, add support for mypy --strict, internally and for external packages (#2547) 2020-12-20 19:50:00 +01:00
templating.py Improve type annotations, add support for mypy --strict, internally and for external packages (#2547) 2020-12-20 19:50:00 +01:00
testclient.py Improve type annotations, add support for mypy --strict, internally and for external packages (#2547) 2020-12-20 19:50:00 +01:00
types.py Improve type annotations, add support for mypy --strict, internally and for external packages (#2547) 2020-12-20 19:50:00 +01:00
utils.py Update `create_cloned_field` to use a global cache and improve startup performance (#4645) 2023-06-03 13:37:41 +00:00
websockets.py Export `WebSocketState` in `fastapi.websockets` (#4376) 2022-09-04 17:12:10 +02:00