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.
Jarro van Ginkel
0ae8db447a
🐛 Fix support for strings in OpenAPI status codes: `default`, `1XX`, `2XX`, `3XX`, `4XX`, `5XX` (#5187)
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]>
|
4 years ago |
| .. |
|
dependencies
|
⬆️ Upgrade mypy and tweak internal type annotations (#5398)
|
4 years ago |
|
middleware
|
✨ Update internal `AsyncExitStack` to fix context for dependencies with `yield` (#4575)
|
4 years ago |
|
openapi
|
🐛 Make sure a parameter defined as required is kept required in OpenAPI even if defined as optional in another dependency (#4319)
|
4 years ago |
|
security
|
⬆ Upgrade version required of Starlette from `0.19.1` to `0.20.4` (#4820)
|
4 years ago |
|
__init__.py
|
🔖 Release version 0.85.0
|
4 years ago |
|
applications.py
|
⬆ Upgrade version required of Starlette from `0.19.1` to `0.20.4` (#4820)
|
4 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
|
🔧 Update package metadata, drop support for Python 3.6, move build internals from Flit to Hatch (#5240)
|
4 years ago |
|
exception_handlers.py
|
🐛Fix `RuntimeError` raised when `HTTPException` has a status code with no content (#5365)
|
4 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
|
✨ Update `ORJSONResponse` to support non `str` keys and serializing Numpy arrays (#3892)
|
4 years ago |
|
routing.py
|
⬆️ Upgrade mypy and tweak internal type annotations (#5398)
|
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 support for strings in OpenAPI status codes: `default`, `1XX`, `2XX`, `3XX`, `4XX`, `5XX` (#5187)
|
4 years ago |
|
websockets.py
|
✨ Export `WebSocketState` in `fastapi.websockets` (#4376)
|
4 years ago |