Unverified Commit 099a787e authored by zaristei2's avatar zaristei2 Committed by GitHub
Browse files

Patch aiohttp for CVE-2025-69223 (#33621)


Signed-off-by: default avatarZachary Aristei <zaristei@nvidia.com>
Co-authored-by: default avatarZachary Aristei <zaristei@nvidia.com>
parent 31a64c63
...@@ -11,7 +11,7 @@ transformers >= 4.56.0, < 5 ...@@ -11,7 +11,7 @@ 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 # Required by LlamaTokenizer, gRPC.
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 aiohttp >= 3.13.3
openai >= 1.99.1 # For Responses API with reasoning content openai >= 1.99.1 # For Responses API with reasoning content
pydantic >= 2.12.0 pydantic >= 2.12.0
prometheus_client >= 0.18.0 prometheus_client >= 0.18.0
......
...@@ -14,7 +14,7 @@ pytest-shard==0.1.2 ...@@ -14,7 +14,7 @@ pytest-shard==0.1.2
# Async/HTTP dependencies # Async/HTTP dependencies
anyio==4.6.2.post1 anyio==4.6.2.post1
# via httpx, starlette # via httpx, starlette
aiohttp==3.13.0 aiohttp==3.13.3
# via gpt-oss # via gpt-oss
httpx==0.27.2 httpx==0.27.2
# HTTP testing # HTTP testing
......
...@@ -12,7 +12,7 @@ affine==2.4.0 ...@@ -12,7 +12,7 @@ affine==2.4.0
# via rasterio # via rasterio
aiohappyeyeballs==2.6.1 aiohappyeyeballs==2.6.1
# via aiohttp # via aiohttp
aiohttp==3.13.0 aiohttp==3.13.3
# via # via
# aiohttp-cors # aiohttp-cors
# datasets # datasets
......
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