]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Fix bug preventing to use OpenAPI when using tuples (#3874)
authorVictor Benichoux <victor.benichoux@gmail.com>
Sun, 23 Jan 2022 22:13:55 +0000 (23:13 +0100)
committerGitHub <noreply@github.com>
Sun, 23 Jan 2022 22:13:55 +0000 (23:13 +0100)
commita698908ed65d887a17245a580ecbf3bf3c848406
tree9d05ccab737a4c7b20e80516c74c895b7a58b5e8
parentdba9ea81208078bdd91fbfff4fdbfe203dcc303f
🐛 Fix bug preventing to use OpenAPI when using tuples (#3874)

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