]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Fix edge case with repeated aliases names not shown in OpenAPI (#2351)
authorLuca Repetti <39653693+klaa97@users.noreply.github.com>
Thu, 18 Aug 2022 20:31:19 +0000 (22:31 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Aug 2022 20:31:19 +0000 (20:31 +0000)
commite88089ec210dadb06311377ab203eabfbda3d830
tree898881b72d4dce0bcb2711bd9655fc369f771f5e
parent3a3b61dc6e26717f824ffa4c7ace999ad96c07f0
🐛 Fix edge case with repeated aliases names not shown in OpenAPI (#2351)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
fastapi/openapi/utils.py
tests/test_repeated_parameter_alias.py [new file with mode: 0644]