diff --git a/requirements-vllm.txt b/requirements-vllm.txt index 84e240ec7f..60af371a40 100644 --- a/requirements-vllm.txt +++ b/requirements-vllm.txt @@ -1,5 +1,5 @@ aiohappyeyeballs==2.6.1 -aiohttp==3.12.15 +aiohttp==3.13.4 aiosignal==1.4.0 annotated-types==0.7.0 anyio==4.9.0 @@ -7,7 +7,7 @@ astor==0.8.1 attrs==25.3.0 blake3==1.0.5 cachetools==6.1.0 -cbor2==5.6.5 +cbor2==5.9.0 certifi==2025.7.14 cffi==1.17.1 charset-normalizer==3.4.2 @@ -26,7 +26,7 @@ fastapi==0.116.1 fastapi-cli==0.0.8 fastapi-cloud-cli==0.1.5 fastrlock==0.8.3 -filelock==3.18.0 +filelock==3.20.3 frozenlist==1.7.0 fsspec==2025.7.0 gguf==0.17.1 @@ -77,11 +77,11 @@ opencv-python-headless==4.12.0.88 outlines_core==0.2.10 packaging==25.0 partial-json-parser==0.2.1.1.post6 -pillow==11.3.0 +pillow==12.2.0 prometheus-fastapi-instrumentator==7.1.0 prometheus_client==0.22.1 propcache==0.3.2 -protobuf==6.31.1 +protobuf==6.33.5 psutil==7.0.0 py-cpuinfo==9.0.0 pybase64==1.4.2 @@ -91,22 +91,22 @@ pydantic==2.11.7 pydantic-extra-types==2.10.5 pydantic_core==2.33.2 Pygments==2.19.2 -python-dotenv==1.1.1 +python-dotenv==1.2.2 python-json-logger==3.3.0 -python-multipart==0.0.20 +python-multipart==0.0.27 PyYAML==6.0.2 pyzmq==27.0.0 -ray==2.48.0 +ray==2.55.0 referencing==0.36.2 regex==2025.7.31 -requests==2.32.4 +requests==2.33.0 rich==14.1.0 rich-toolkit==0.14.9 rignore==0.6.4 rpds-py==0.26.0 safetensors==0.5.3 scipy==1.16.1 -sentencepiece==0.2.0 +sentencepiece==0.2.1 sentry-sdk==2.34.1 setuptools==79.0.1 shellingham==1.5.4 @@ -114,25 +114,25 @@ six==1.17.0 sniffio==1.3.1 soundfile==0.13.1 soxr==0.5.0.post1 -starlette==0.47.2 +starlette==0.49.1 sympy==1.14.0 tiktoken==0.9.0 tokenizers==0.21.4 -torch==2.7.1 +torch==2.11.0 torchaudio==2.7.1 torchvision==0.22.1 -tqdm==4.67.1 -transformers==4.54.1 +tqdm==4.67.3 +transformers==5.0.0rc3 triton==3.3.1 typer==0.16.0 typing-inspection==0.4.1 typing_extensions==4.14.1 -urllib3==2.5.0 +urllib3==2.7.0 uvicorn==0.35.0 uvloop==0.21.0 -vllm==0.10.0 +vllm==0.20.0 watchfiles==1.1.0 websockets==15.0.1 xformers==0.0.31 -xgrammar==0.1.21 +xgrammar==0.1.32 yarl==1.20.1 diff --git a/scripts/knowledge/requirements.txt b/scripts/knowledge/requirements.txt index fb11551b8d..cb84d7a2f2 100644 --- a/scripts/knowledge/requirements.txt +++ b/scripts/knowledge/requirements.txt @@ -1,2 +1,2 @@ arxiv==2.0.0 -tqdm==4.66.1 \ No newline at end of file +tqdm==4.67.3 \ No newline at end of file