]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
✨ Add support for `dependencies` in WebSocket routes (#4534)
authorPaulo Costa <me@paulo.costa.nom.br>
Sun, 11 Jun 2023 20:35:39 +0000 (17:35 -0300)
committerGitHub <noreply@github.com>
Sun, 11 Jun 2023 20:35:39 +0000 (20:35 +0000)
commitd8b8f211e813ba4d53987a2bae16587eeaff4ad2
treef855b220b48a2d5211d358bca18febbc83e8aed3
parentee96a099d8acc7ede6c66aaef987b6412e0fcc54
✨ Add support for `dependencies` in WebSocket routes (#4534)

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