]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Fix support for strings in OpenAPI status codes: `default`, `1XX`, `2XX`, `3XX...
authorJarro van Ginkel <jarro@vanginkel-it.nl>
Fri, 14 Oct 2022 20:44:22 +0000 (23:44 +0300)
committerGitHub <noreply@github.com>
Fri, 14 Oct 2022 20:44:22 +0000 (22:44 +0200)
commit0ae8db447ad5f9b262b8d7264b8ee5f30426e7c2
tree34733bb14b4a144455348a76c8d72ee3dbaa3911
parent9c6086eee6fe0eff86ecd45ee96a45e5b79233e8
🐛 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 <tiangolo@gmail.com>
fastapi/utils.py
tests/test_additional_responses_router.py