]> git.ipfire.org Git - thirdparty/starlette.git/commit
Allow async exception handlers to type-check (#2949)
authorJonathan Berthias <jvberthias@gmail.com>
Fri, 13 Jun 2025 12:39:24 +0000 (14:39 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Jun 2025 12:39:24 +0000 (14:39 +0200)
commit739ea4928b11d4b4cb2b366ccad11405ef3034c4
treec442009c9bf39ecb8b8f4f5779012567b18f1403
parent78da9b9e218ab289117df7d62aee200ed4c59617
Allow async exception handlers to type-check (#2949)

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
pyproject.toml
starlette/_exception_handler.py
starlette/_utils.py
starlette/applications.py
starlette/middleware/errors.py
starlette/middleware/exceptions.py
starlette/routing.py
tests/test_exceptions.py