mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-09 17:38:49 -04:00
⬆️ Upgrade jinja2 to >=3.1.5 (#13194)
This commit is contained in:
@@ -60,7 +60,7 @@ standard = [
|
||||
# For the test client
|
||||
"httpx >=0.23.0",
|
||||
# For templates
|
||||
"jinja2 >=2.11.2",
|
||||
"jinja2 >=3.1.5",
|
||||
# For forms and file uploads
|
||||
"python-multipart >=0.0.7",
|
||||
# To validate email fields
|
||||
@@ -79,7 +79,7 @@ all = [
|
||||
# # For the test client
|
||||
"httpx >=0.23.0",
|
||||
# For templates
|
||||
"jinja2 >=2.11.2",
|
||||
"jinja2 >=3.1.5",
|
||||
# For forms and file uploads
|
||||
"python-multipart >=0.0.7",
|
||||
# For Starlette's SessionMiddleware, not commonly used with FastAPI
|
||||
|
||||
Reference in New Issue
Block a user