fix: pin jinja2 <3.14 to avoid cache_key hash issue with dict globals

This commit is contained in:
2026-07-05 18:06:31 +07:00
parent e5c97973b2
commit 1ad2afbbd6
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ dependencies = [
"httpx>=0.27.0",
"python-jose[cryptography]>=3.3.0",
"loguru>=0.7.0",
"jinja2>=3.1.0",
"jinja2>=3.1.0,<3.14",
]
[project.optional-dependencies]

View File

@@ -12,4 +12,4 @@ redis>=5.0.0
httpx>=0.27.0
python-jose[cryptography]>=3.3.0
loguru>=0.7.0
jinja2>=3.1.0
jinja2>=3.1.0,<3.14