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.
Thomas Meckel
0b4fe10c8f
🐛 Fix empty reponse body when default `status_code` is empty but the a `Response` parameter with `response.status_code` is set (#5360)
Co-authored-by: Thomas Meckel <[email protected]>
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
|
♻ Simplify conditional assignment in `fastapi/dependencies/utils.py` (#4597)
|
3 years ago |
middleware
|
✨ Update internal `AsyncExitStack` to fix context for dependencies with `yield` (#4575)
|
3 years ago |
openapi
|
🐛 Make sure a parameter defined as required is kept required in OpenAPI even if defined as optional in another dependency (#4319)
|
3 years ago |
security
|
🔧 Fix Type hint of `auto_error` which does not need to be `Optional[bool]` (#4933)
|
3 years ago |
__init__.py
|
🔖 Release version 0.82.0
|
3 years ago |
applications.py
|
♻ Internal small refactor, move `operation_id` parameter position in delete method for consistency with the code (#4474)
|
3 years ago |
background.py
|
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
|
4 years ago |
concurrency.py
|
🐛 Allow exit code for dependencies with `yield` to always execute, by removing capacity limiter for them, to e.g. allow closing DB connections without deadlocks (#5122)
|
3 years ago |
datastructures.py
|
✨ Add support for declaring `UploadFile` parameters without explicit `File()` (#4469)
|
3 years ago |
encoders.py
|
✨ Add support in `jsonable_encoder` for include and exclude with dataclasses (#4923)
|
3 years ago |
exception_handlers.py
|
🐛 Fix issue with exotic pydantic error serialization (#748)
|
5 years ago |
exceptions.py
|
⬆ Upgrade Starlette from 0.19.0 to 0.19.1 (#4819)
|
3 years ago |
logger.py
|
🔊 Refactor logging (#781)
|
5 years ago |
param_functions.py
|
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906)
|
3 years ago |
params.py
|
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906)
|
3 years ago |
py.typed
|
✨ add py.typed to ship typing information (#209)
|
6 years ago |
requests.py
|
⬆ Require Pydantic > 1.0 (#1862)
|
5 years ago |
responses.py
|
✨ Update `ORJSONResponse` to support non `str` keys and serializing Numpy arrays (#3892)
|
3 years ago |
routing.py
|
🐛 Fix empty reponse body when default `status_code` is empty but the a `Response` parameter with `response.status_code` is set (#5360)
|
3 years ago |
staticfiles.py
|
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
|
4 years ago |
templating.py
|
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
|
4 years ago |
testclient.py
|
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
|
4 years ago |
types.py
|
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
|
4 years ago |
utils.py
|
✨ Support Python internal description on Pydantic model's docstring (#3032)
|
3 years ago |
websockets.py
|
✨ Export `WebSocketState` in `fastapi.websockets` (#4376)
|
3 years ago |