| .. |
|
dependencies
|
♻ Simplify conditional assignment in `fastapi/dependencies/utils.py` (#4597)
|
2022-08-26 13:16:17 +00:00 |
|
middleware
|
✨ Update internal `AsyncExitStack` to fix context for dependencies with `yield` (#4575)
|
2022-02-17 13:40:12 +01:00 |
|
openapi
|
⬆ Upgrade Swagger UI copy of `oauth2-redirect.html` to include fixes for flavors of authorization code flows in Swagger UI (#3439)
|
2022-08-23 13:57:25 +00:00 |
|
security
|
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906)
|
2022-05-13 18:38:22 -05:00 |
|
__init__.py
|
🔖 Release version 0.80.0
|
2022-08-23 16:14:48 +02:00 |
|
applications.py
|
🎨 Update type annotations for `response_model`, allow things like `Union[str, None]` (#5294)
|
2022-08-22 18:49:03 +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
|
⬆ Upgrade Starlette from 0.17.1 to 0.18.0 (#4483)
|
2022-05-05 17:19:59 -05:00 |
|
datastructures.py
|
✨ Add support for declaring `UploadFile` parameters without explicit `File()` (#4469)
|
2022-01-23 19:14:13 +00:00 |
|
encoders.py
|
♻ Move internal variable for errors in `jsonable_encoder` to put related code closer (#4560)
|
2022-08-26 13:16:44 +00:00 |
|
exception_handlers.py
|
🐛 Fix issue with exotic pydantic error serialization (#748)
|
2019-11-29 07:02:10 +01:00 |
|
exceptions.py
|
⬆ Upgrade Starlette from 0.19.0 to 0.19.1 (#4819)
|
2022-05-10 03:22:26 +00:00 |
|
logger.py
|
🔊 Refactor logging (#781)
|
2019-12-09 20:02:44 +01:00 |
|
param_functions.py
|
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906)
|
2022-05-13 18:38:22 -05:00 |
|
params.py
|
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906)
|
2022-05-13 18:38:22 -05: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
|
⬆️ Upgrade Starlette to 0.14.2, including internal UJSONResponse migrated from Starlette (#2335)
|
2021-05-10 16:09:04 +02:00 |
|
routing.py
|
✨ Allow custom middlewares to raise `HTTPException`s and propagate them (#2036)
|
2022-08-25 23:44:40 +02: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
|
♻ Change a `dict()` for `{}` in `fastapi/utils.py` (#3138)
|
2022-08-26 15:23:25 +02:00 |
|
websockets.py
|
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
|
2020-12-20 19:50:00 +01:00 |