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.
Sharon Yogev
fdf66c825e
🐛 Fix using `Annotated` in routers or path operations decorated multiple times ( #9315 )
* Fix: copy FieldInfo from Annotated arguments
We need to copy the field_info to prevent ourselves from
mutating it. This allows multiple path or nested routers ,etc.
* 📝 Add comment in fastapi/dependencies/utils.py
Co-authored-by: Nadav Zingerman <[email protected] >
* ✅ Extend and tweak tests for Annotated
* ✅ Tweak coverage, it's probably covered by a different version of Python
---------
Co-authored-by: Sebastián Ramírez <[email protected] >
Co-authored-by: Nadav Zingerman <[email protected] >
2 years ago
..
dependencies
🐛 Fix using `Annotated` in routers or path operations decorated multiple times (#9315)
2 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
⬆ [pre-commit.ci] pre-commit autoupdate (#5709)
2 years ago
__init__.py
🔖 Release version 0.95.0
2 years ago
applications.py
🎨 Fix types for lifespan, upgrade Starlette to 0.26.1 (#9245)
2 years ago
background.py
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
4 years ago
concurrency.py
🔧 Update package metadata, drop support for Python 3.6, move build internals from Flit to Hatch (#5240)
3 years ago
datastructures.py
✨ Add support for declaring `UploadFile` parameters without explicit `File()` (#4469)
3 years ago
encoders.py
⬆️ Upgrade Ruff (#5698)
2 years ago
exception_handlers.py
🐛 Fix `RuntimeError` raised when `HTTPException` has a status code with no content (#5365)
3 years ago
exceptions.py
✨ Re-export Starlette's `WebSocketException` and add it to docs (#5629)
2 years ago
logger.py
🔊 Refactor logging (#781)
5 years ago
param_functions.py
✨ Add support for PEP-593 `Annotated` for specifying dependencies and parameters (#4871)
2 years ago
params.py
✨ Add support for PEP-593 `Annotated` for specifying dependencies and parameters (#4871)
2 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 types for lifespan, upgrade Starlette to 0.26.1 (#9245)
2 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
✨ Add support for PEP-593 `Annotated` for specifying dependencies and parameters (#4871)
2 years ago
websockets.py
✨ Export `WebSocketState` in `fastapi.websockets` (#4376)
3 years ago