Unverified Commit 7c023baf authored by zaristei2's avatar zaristei2 Committed by GitHub
Browse files

Patch Protobuf for CVE 2026-0994 (#33619)


Signed-off-by: default avatarZachary Aristei <zaristei@nvidia.com>
Co-authored-by: default avatarZachary Aristei <zaristei@nvidia.com>
parent 099a787e
...@@ -9,5 +9,5 @@ wheel ...@@ -9,5 +9,5 @@ wheel
jinja2>=3.1.6 jinja2>=3.1.6
regex regex
build build
protobuf protobuf >= 6.33.5
grpcio-tools grpcio-tools
...@@ -9,7 +9,7 @@ blake3 ...@@ -9,7 +9,7 @@ blake3
py-cpuinfo py-cpuinfo
transformers >= 4.56.0, < 5 transformers >= 4.56.0, < 5
tokenizers >= 0.21.1 # Required for fast incremental detokenization. tokenizers >= 0.21.1 # Required for fast incremental detokenization.
protobuf # Required by LlamaTokenizer, gRPC. protobuf >= 6.33.5 # Required by LlamaTokenizer, gRPC. CVE-2026-0994
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint. fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
aiohttp >= 3.13.3 aiohttp >= 3.13.3
openai >= 1.99.1 # For Responses API with reasoning content openai >= 1.99.1 # For Responses API with reasoning content
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment