Skip to content

Commit b2b42df

Browse files
fix(starlette): Catch Jinja2Templates ImportError (#5741)
1 parent 48dc566 commit b2b42df

File tree

5 files changed

+48
-49
lines changed

5 files changed

+48
-49
lines changed

scripts/populate_tox/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
"python-multipart",
124124
"requests",
125125
"anyio<4",
126+
"jinja2",
126127
],
127128
# There's an incompatibility between FastAPI's TestClient, which is
128129
# actually Starlette's TestClient, which is actually httpx's Client.

0 commit comments

Comments
 (0)