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.
Andy Challis
eb3ab337ab
✨ Allow custom middlewares to raise `HTTPException`s and propagate them (#2036)
Co-authored-by: Sebastián Ramírez <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
4 years ago |
| .. |
|
dependencies
|
🐛 Fix cached dependencies when using a dependency in `Security()` and other places (e.g. `Depends()`) with different OAuth2 scopes (#2945)
|
4 years ago |
|
middleware
|
✨ Update internal `AsyncExitStack` to fix context for dependencies with `yield` (#4575)
|
4 years ago |
|
openapi
|
⬆ Upgrade Swagger UI copy of `oauth2-redirect.html` to include fixes for flavors of authorization code flows in Swagger UI (#3439)
|
4 years ago |
|
security
|
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906)
|
4 years ago |
|
__init__.py
|
🔖 Release version 0.80.0
|
4 years ago |
|
applications.py
|
🎨 Update type annotations for `response_model`, allow things like `Union[str, None]` (#5294)
|
4 years ago |
|
background.py
|
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
|
6 years ago |
|
concurrency.py
|
⬆ Upgrade Starlette from 0.17.1 to 0.18.0 (#4483)
|
4 years ago |
|
datastructures.py
|
✨ Add support for declaring `UploadFile` parameters without explicit `File()` (#4469)
|
4 years ago |
|
encoders.py
|
🐛 Fix `jsonable_encoder` using `include` and `exclude` parameters for non-Pydantic objects (#2606)
|
4 years ago |
|
exception_handlers.py
|
🐛 Fix issue with exotic pydantic error serialization (#748)
|
7 years ago |
|
exceptions.py
|
⬆ Upgrade Starlette from 0.19.0 to 0.19.1 (#4819)
|
4 years ago |
|
logger.py
|
🔊 Refactor logging (#781)
|
7 years ago |
|
param_functions.py
|
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906)
|
4 years ago |
|
params.py
|
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906)
|
4 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
|
⬆️ Upgrade Starlette to 0.14.2, including internal UJSONResponse migrated from Starlette (#2335)
|
5 years ago |
|
routing.py
|
✨ Allow custom middlewares to raise `HTTPException`s and propagate them (#2036)
|
4 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
|
🐛 Fix `response_model` not invalidating `None` (#2725)
|
4 years ago |
|
websockets.py
|
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
|
6 years ago |