mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 12:48:04 +00:00
fix(security): Upgrade protobuf and aiohttp. Fixes CVE-2025-4565
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
e7eb9f9adc
commit
c0a2cbd7ca
2 changed files with 46 additions and 44 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# uv export --frozen --no-hashes --no-emit-project --no-default-groups --output-file=requirements.txt
|
||||
aiohappyeyeballs==2.5.0
|
||||
# via aiohttp
|
||||
aiohttp==3.11.13
|
||||
aiohttp==3.12.13
|
||||
# via llama-stack
|
||||
aiosignal==1.3.2
|
||||
# via aiohttp
|
||||
|
|
@ -144,7 +144,7 @@ propcache==0.3.0
|
|||
# via
|
||||
# aiohttp
|
||||
# yarl
|
||||
protobuf==5.29.3
|
||||
protobuf==5.29.5
|
||||
# via
|
||||
# googleapis-common-protos
|
||||
# opentelemetry-proto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue