You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kristján Valur Jónsson
ab03f22635
✨ Add exception handler for `WebSocketRequestValidationError` (which also allows to override it) (#6030)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <[email protected]>
|
3 years ago |
| .. |
|
dependencies
|
🐛 Fix using `Annotated` in routers or path operations decorated multiple times (#9315)
|
3 years ago |
|
middleware
|
✨ Update internal `AsyncExitStack` to fix context for dependencies with `yield` (#4575)
|
4 years ago |
|
openapi
|
🐛 Fix OpenAPI model fields int validations, change `gte` to `ge` (#9635)
|
3 years ago |
|
security
|
♻ Instantiate `HTTPException` only when needed, optimization refactor (#5356)
|
3 years ago |
|
__init__.py
|
🔖 Release version 0.96.1
|
3 years ago |
|
applications.py
|
✨ Add exception handler for `WebSocketRequestValidationError` (which also allows to override it) (#6030)
|
3 years ago |
|
background.py
|
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
|
6 years ago |
|
concurrency.py
|
🔧 Update package metadata, drop support for Python 3.6, move build internals from Flit to Hatch (#5240)
|
4 years ago |
|
datastructures.py
|
✨ Add support for declaring `UploadFile` parameters without explicit `File()` (#4469)
|
4 years ago |
|
encoders.py
|
⬆️ Upgrade Ruff (#5698)
|
4 years ago |
|
exception_handlers.py
|
✨ Add exception handler for `WebSocketRequestValidationError` (which also allows to override it) (#6030)
|
3 years ago |
|
exceptions.py
|
🐛 Fix `HTTPException` header type annotations (#9648)
|
3 years ago |
|
logger.py
|
🔊 Refactor logging (#781)
|
7 years ago |
|
param_functions.py
|
✨Add support for PEP-593 `Annotated` for specifying dependencies and parameters (#4871)
|
3 years ago |
|
params.py
|
✨Add support for PEP-593 `Annotated` for specifying dependencies and parameters (#4871)
|
3 years ago |
|
py.typed
|
✨ add py.typed to ship typing information (#209)
|
7 years ago |
|
requests.py
|
⬆ Require Pydantic > 1.0 (#1862)
|
6 years ago |
|
responses.py
|
♻ Remove `media_type` from `ORJSONResponse` as it's inherited from the parent class (#5805)
|
3 years ago |
|
routing.py
|
✨ Add exception handler for `WebSocketRequestValidationError` (which also allows to override it) (#6030)
|
3 years ago |
|
staticfiles.py
|
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
|
6 years ago |
|
templating.py
|
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
|
6 years ago |
|
testclient.py
|
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
|
6 years ago |
|
types.py
|
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
|
6 years ago |
|
utils.py
|
⚡ Update `create_cloned_field` to use a global cache and improve startup performance (#4645)
|
3 years ago |
|
websockets.py
|
✨ Export `WebSocketState` in `fastapi.websockets` (#4376)
|
4 years ago |