forked from phoenix-oss/llama-stack-mirror
fix: Bump h11 to 0.16.0 to fix cve-2025-43859 (#2041)
This resolves a new critical severity on h11. See https://access.redhat.com/security/cve/cve-2025-43859. We should consider releasing a new patch with this fix. This was updated via: ``` uv add "h11>=0.16.0" uv export --frozen --no-hashes --no-emit-project --output-file=requirements.txt ``` Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
6cf6791de1
commit
28687b0e85
3 changed files with 11 additions and 8 deletions
|
@ -38,6 +38,7 @@ dependencies = [
|
|||
"termcolor",
|
||||
"tiktoken",
|
||||
"pillow",
|
||||
"h11>=0.16.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue