mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-25 05:39:47 +00:00
fix(security): Bump jinja2 to >=3.1.6 (#1461)
This addresses the new vulnerability https://github.com/advisories/GHSA-cpwx-vrp4-4pq7. Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
4dccf916d1
commit
649d9bc26d
2 changed files with 7 additions and 5 deletions
|
@ -79,7 +79,7 @@ docs = [
|
|||
"sphinxcontrib.mermaid",
|
||||
"tomli",
|
||||
]
|
||||
codegen = ["rich", "pydantic", "jinja2"]
|
||||
codegen = ["rich", "pydantic", "jinja2>=3.1.6"]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/meta-llama/llama-stack"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue