]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
✨ Add support for multiple Annotated annotations, e.g. `Annotated[str, Field(), Query...
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 12 Dec 2023 00:22:47 +0000 (00:22 +0000)
committerGitHub <noreply@github.com>
Tue, 12 Dec 2023 00:22:47 +0000 (00:22 +0000)
commit6f5aa81c076d22e38afbe7d602db6730e28bc3cc
treeb9f6cfd3e045cacd7024e631832ceed131333b0c
parent73dcc40f09e3587b10d3a93ee225c2f5d3fc83cb
✨ Add support for multiple Annotated annotations, e.g. `Annotated[str, Field(), Query()]` (#10773)
.github/workflows/test.yml
fastapi/_compat.py
fastapi/dependencies/utils.py
tests/test_ambiguous_params.py
tests/test_annotated.py