Skip to content

Commit 39673ec

Browse files
Update python
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e714801 commit 39673ec

File tree

10 files changed

+334
-334
lines changed

10 files changed

+334
-334
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PyGithub==2.4.0
1+
PyGithub==2.8.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
llama-cpp-python[server]==0.3.8
1+
llama-cpp-python[server]==0.3.16
22
transformers==4.41.2
33
pip==24.0

model-servers/vllm/0.11.0/Pipfile

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,37 +9,37 @@ verify_ssl = false
99
name = "pytorch"
1010

1111
[packages]
12-
cmake = "~=3.29.3"
12+
cmake = "~=3.31.6"
1313
einops= "~=0.8.0"
14-
fastapi = "~=0.115.0"
15-
filelock = "~=3.14.0"
14+
fastapi = "~=0.119.1"
15+
filelock = "~=3.20.0"
1616
lm-format-enforcer = "==0.11.3"
17-
ninja = "~=1.11.1.1"
17+
ninja = "~=1.13.0.0"
1818
numpy = "~=1.26.4"
19-
nvidia-ml-py = "~=12.560.30"
20-
openai = "~=1.99.1"
21-
outlines = "~=0.1.11"
19+
nvidia-ml-py = "~=12.575.51"
20+
openai = "~=1.109.1"
21+
outlines = "~=0.2.3"
2222
pip = "~=24.0"
23-
prometheus_client = "~=0.20.0"
24-
prometheus-fastapi-instrumentator = "~=7.0.0"
23+
prometheus_client = "~=0.23.1"
24+
prometheus-fastapi-instrumentator = "~=7.1.0"
2525
psutil = "~=5.9.8"
2626
py-cpuinfo = "~=9.0.0"
27-
pydantic = "~=2.11.7"
28-
pynvml = "==11.5.0"
27+
pydantic = "~=2.12.3"
28+
pynvml = "==11.5.3"
2929
ray = "~=2.48.0"
3030
requests = "~=2.31.0"
3131
sentencepiece = "~=0.2.0"
32-
tiktoken = "~=0.6.0"
33-
torch = {version = "==2.8.0+cu126", index = "pytorch"} # Required by vllm 0.11.0 - CUDA 12.1 no longer supported
34-
tokenizers = "~=0.21.1"
35-
transformers = "~=4.55.2"
36-
triton = "==3.2.0"
37-
typing_extensions = "~=4.12.2"
38-
uvicorn = {extras = ["standard"], version = "~=0.29.0"}
32+
tiktoken = "~=0.12.0"
33+
torch = {version = "==2.9.0+cu126", index = "pytorch"} # Required by vllm 0.11.0 - CUDA 12.1 no longer supported
34+
tokenizers = "~=0.22.1"
35+
transformers = "~=4.57.1"
36+
triton = "==3.5.0"
37+
typing_extensions = "~=4.15.0"
38+
uvicorn = {extras = ["standard"], version = "~=0.38.0"}
3939
vllm = "==0.11.0"
4040
vllm-nccl-cu12 = "==2.18.1.0.4.0"
41-
wheel = "~=0.43.0"
42-
xformers = "==0.0.32.post1" # Required by vllm 0.11.0 with PyTorch 2.8.0
41+
wheel = "~=0.45.1"
42+
xformers = "==0.0.32.post2" # Required by vllm 0.11.0 with PyTorch 2.8.0
4343

4444
[dev-packages]
4545

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,107 +1,107 @@
11
-i https://pypi.org/simple
22
--extra-index-url https://download.pytorch.org/whl/cu126/
3-
aiosignal==1.3.1; python_version >= '3.7'
4-
annotated-types==0.6.0; python_version >= '3.8'
5-
anyio==4.3.0; python_version >= '3.8'
3+
aiosignal==1.4.0; python_version >= '3.7'
4+
annotated-types==0.7.0; python_version >= '3.8'
5+
anyio==4.11.0; python_version >= '3.8'
66
attrs==23.2.0; python_version >= '3.7'
77
certifi==2024.2.2; python_version >= '3.6'
8-
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
9-
click==8.1.7; python_version >= '3.7'
10-
cloudpickle==3.0.0; python_version >= '3.8'
11-
cmake==3.29.3; python_version >= '3.7'
8+
charset-normalizer==3.4.4; python_full_version >= '3.7.0'
9+
click==8.3.0; python_version >= '3.7'
10+
cloudpickle==3.1.1; python_version >= '3.8'
11+
cmake==3.31.6; python_version >= '3.7'
1212
diskcache==5.6.3; python_version >= '3'
1313
distro==1.9.0; python_version >= '3.6'
14-
dnspython==2.6.1; python_version >= '3.8'
15-
einops==0.8.0; python_version >= '3.8'
16-
email-validator==2.1.1; python_version >= '3.8'
17-
fastapi==0.115.0; python_version >= '3.8'
18-
fastapi-cli==0.0.5; python_version >= '3.8'
19-
filelock==3.16.1; python_version >= '3.8'
20-
frozenlist==1.4.1; python_version >= '3.8'
21-
fsspec==2024.3.1; python_version >= '3.8'
14+
dnspython==2.8.0; python_version >= '3.8'
15+
einops==0.8.1; python_version >= '3.8'
16+
email-validator==2.3.0; python_version >= '3.8'
17+
fastapi==0.119.1; python_version >= '3.8'
18+
fastapi-cli==0.0.14; python_version >= '3.8'
19+
filelock==3.20.0; python_version >= '3.8'
20+
frozenlist==1.8.0; python_version >= '3.8'
21+
fsspec==2024.12.0; python_version >= '3.8'
2222
h11==0.14.0; python_version >= '3.7'
23-
httpcore==1.0.5; python_version >= '3.8'
24-
httptools==0.6.1
25-
httpx==0.27.0; python_version >= '3.8'
23+
httpcore==1.0.9; python_version >= '3.8'
24+
httptools==0.7.1
25+
httpx==0.28.1; python_version >= '3.8'
2626
huggingface-hub>=0.30.0; python_full_version >= '3.8.0'
27-
idna==3.7; python_version >= '3.5'
27+
idna==3.11; python_version >= '3.5'
2828
interegular==0.3.3; python_version >= '3.7'
2929
jinja2==3.1.4; python_version >= '3.7'
30-
joblib==1.4.2; python_version >= '3.8'
31-
jsonschema==4.22.0; python_version >= '3.8'
30+
joblib==1.5.2; python_version >= '3.8'
31+
jsonschema==4.25.1; python_version >= '3.8'
3232
jsonschema-specifications==2023.12.1; python_version >= '3.8'
33-
lark==1.2.2; python_version >= '3.8'
34-
llvmlite==0.44.0; python_version >= '3.10'
33+
lark==1.3.0; python_version >= '3.8'
34+
llvmlite==0.45.1; python_version >= '3.10'
3535
lm-format-enforcer==0.11.3; python_version >= '3.8' and python_version < '4.0'
3636
markdown-it-py==3.0.0; python_version >= '3.8'
3737
markupsafe==2.1.5; python_version >= '3.7'
3838
mdurl==0.1.2; python_version >= '3.7'
3939
mpmath==1.3.0
40-
msgpack==1.0.8; python_version >= '3.8'
40+
msgpack==1.1.2; python_version >= '3.8'
4141
nest-asyncio==1.6.0; python_version >= '3.5'
42-
networkx==3.3; python_version >= '3.10'
43-
ninja==1.11.1.1
44-
numba==0.61.2; python_version >= '3.10'
42+
networkx==3.5; python_version >= '3.10'
43+
ninja==1.13.0
44+
numba==0.62.1; python_version >= '3.10'
4545
numpy==1.26.4; python_version >= '3.9'
4646
nvidia-cublas-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
4747
nvidia-cuda-cupti-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
4848
nvidia-cuda-nvrtc-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
4949
nvidia-cuda-runtime-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
50-
nvidia-cudnn-cu12==9.10.2.21; platform_system == 'Linux' and platform_machine == 'x86_64'
50+
nvidia-cudnn-cu12==9.14.0.64; platform_system == 'Linux' and platform_machine == 'x86_64'
5151
nvidia-cufft-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
5252
nvidia-curand-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
5353
nvidia-cusolver-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
5454
nvidia-cusparse-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
55-
nvidia-ml-py==12.560.30
55+
nvidia-ml-py==12.575.51
5656
nvidia-nccl-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
57-
nvidia-nvjitlink-cu12==12.8.93; python_version >= '3'
57+
nvidia-nvjitlink-cu12==12.9.86; python_version >= '3'
5858
nvidia-nvtx-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
59-
openai==1.99.1; python_full_version >= '3.8'
60-
orjson==3.10.3; python_version >= '3.8'
61-
outlines==1.2.5; python_version >= '3.9'
62-
outlines-core==0.2.11; python_version >= '3.9'
63-
packaging==24.0; python_version >= '3.7'
59+
openai==1.109.1; python_full_version >= '3.8'
60+
orjson==3.11.3; python_version >= '3.8'
61+
outlines==1.2.7; python_version >= '3.9'
62+
outlines-core==0.2.13; python_version >= '3.9'
63+
packaging==24.2; python_version >= '3.7'
6464
pip==24.0; python_version >= '3.7'
65-
prometheus-client==0.20.0; python_version >= '3.8'
66-
prometheus-fastapi-instrumentator==7.0.0; python_full_version >= '3.8.1' and python_full_version < '4.0.0'
65+
prometheus-client==0.23.1; python_version >= '3.8'
66+
prometheus-fastapi-instrumentator==7.1.0; python_full_version >= '3.8.1' and python_full_version < '4.0.0'
6767
protobuf==4.25.6; python_version >= '3.8'
6868
psutil==5.9.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
6969
py-cpuinfo==9.0.0
70-
pydantic==2.11.7; python_version >= '3.8'
71-
pydantic-core==2.33.2; python_version >= '3.8'
72-
pygments==2.18.0; python_version >= '3.8'
73-
pynvml==11.5.0; python_version >= '3.6'
74-
python-dotenv==1.0.1
70+
pydantic==2.12.3; python_version >= '3.8'
71+
pydantic-core==2.41.4; python_version >= '3.8'
72+
pygments==2.19.2; python_version >= '3.8'
73+
pynvml==11.5.3; python_version >= '3.6'
74+
python-dotenv==1.1.1
7575
python-multipart==0.0.9; python_version >= '3.8'
76-
pyyaml==6.0.1; python_version >= '3.6'
76+
pyyaml==6.0.3; python_version >= '3.6'
7777
ray==2.48.0; python_version >= '3.9'
78-
referencing==0.35.1; python_version >= '3.8'
79-
regex==2024.5.10; python_version >= '3.8'
78+
referencing==0.37.0; python_version >= '3.8'
79+
regex==2024.11.6; python_version >= '3.8'
8080
requests==2.31.0; python_version >= '3.7'
81-
rich==13.7.1; python_full_version >= '3.7.0'
82-
rpds-py==0.18.1; python_version >= '3.8'
83-
safetensors==0.4.3; python_version >= '3.7'
84-
scipy==1.13.0; python_version >= '3.9'
85-
sentencepiece==0.2.0
81+
rich==13.9.4; python_full_version >= '3.7.0'
82+
rpds-py==0.28.0; python_version >= '3.8'
83+
safetensors==0.6.2; python_version >= '3.7'
84+
scipy==1.16.2; python_version >= '3.9'
85+
sentencepiece==0.2.1
8686
shellingham==1.5.4; python_version >= '3.7'
8787
sniffio==1.3.1; python_version >= '3.7'
8888
starlette==0.37.2; python_version >= '3.8'
89-
sympy==1.13.3; python_version >= '3.9'
89+
sympy==1.14.0; python_version >= '3.9'
9090
tiktoken>=0.6.0; python_version >= '3.8'
91-
tokenizers==0.21.1; python_version >= '3.7'
92-
torch==2.8.0; python_full_version >= '3.9.0'
93-
tqdm==4.66.4; python_version >= '3.7'
91+
tokenizers==0.22.1; python_version >= '3.7'
92+
torch==2.9.0; python_full_version >= '3.9.0'
93+
tqdm==4.67.1; python_version >= '3.7'
9494
transformers>=4.55.2; python_full_version >= '3.9.0'
95-
triton==3.4.0; platform_system == 'Linux' and platform_machine == 'x86_64'
96-
typer==0.12.3; python_version >= '3.7'
97-
typing-extensions==4.12.2; python_version >= '3.8'
98-
ujson==5.9.0; python_version >= '3.8'
95+
triton==3.5.0; platform_system == 'Linux' and platform_machine == 'x86_64'
96+
typer==0.20.0; python_version >= '3.7'
97+
typing-extensions==4.15.0; python_version >= '3.8'
98+
ujson==5.11.0; python_version >= '3.8'
9999
urllib3==2.2.1; python_version >= '3.8'
100-
uvicorn[standard]==0.29.0; python_version >= '3.8'
101-
uvloop==0.19.0
100+
uvicorn[standard]==0.38.0; python_version >= '3.8'
101+
uvloop==0.22.1
102102
vllm==0.11.0; python_version >= '3.9' and python_full_version < '3.13'
103103
vllm-nccl-cu12==2.18.1.0.4.0
104-
watchfiles==0.21.0
104+
watchfiles==0.24.0
105105
websockets==12.0
106-
wheel==0.43.0; python_version >= '3.8'
107-
xformers==0.0.32.post1; python_version >= '3.9'
106+
wheel==0.45.1; python_version >= '3.8'
107+
xformers==0.0.32.post2; python_version >= '3.9'

model-servers/vllm/0.6.4/Pipfile

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,38 +9,38 @@ verify_ssl = false
99
name = "pytorch"
1010

1111
[packages]
12-
cmake = "~=3.29.3"
12+
cmake = "~=3.31.6"
1313
einops= "~=0.8.0"
14-
fastapi = "~=0.111.0"
15-
filelock = "~=3.14.0"
16-
lm-format-enforcer = "==0.9.8" # Fixed by vllm 0.4.2
17-
ninja = "~=1.11.1.1"
14+
fastapi = "~=0.119.1"
15+
filelock = "~=3.20.0"
16+
lm-format-enforcer = "==0.11.3" # Fixed by vllm 0.4.2
17+
ninja = "~=1.13.0.0"
1818
numpy = "~=1.26.4"
19-
nvidia-ml-py = "~=12.550.52"
20-
openai = "~=1.28.1"
21-
outlines = "==0.0.34" # Requires torch >= 2.1.0 - Fixed by vllm 0.4.2
19+
nvidia-ml-py = "~=12.575.51"
20+
openai = "~=1.109.1"
21+
outlines = "==0.2.3" # Requires torch >= 2.1.0 - Fixed by vllm 0.4.2
2222
pip = "~=24.0"
23-
prometheus_client = "~=0.20.0"
24-
prometheus-fastapi-instrumentator = "~=7.0.0"
23+
prometheus_client = "~=0.23.1"
24+
prometheus-fastapi-instrumentator = "~=7.1.0"
2525
psutil = "~=5.9.8"
2626
py-cpuinfo = "~=9.0.0"
27-
pydantic = "~=2.7.1"
28-
pynvml = "==11.5.0"
27+
pydantic = "~=2.12.3"
28+
pynvml = "==11.5.3"
2929
ray = "~=2.21.0"
3030
requests = "~=2.31.0"
3131
sentencepiece = "~=0.2.0"
32-
tiktoken = "==0.6.0" # Required for DBRX tokenizer - Fixed by vllm 0.4.2
32+
tiktoken = "==0.12.0" # Required for DBRX tokenizer - Fixed by vllm 0.4.2
3333
torch = {version = "==2.3.0+cu121", index = "pytorch"}
34-
tokenizers = "~=0.19.1"
34+
tokenizers = "~=0.22.1"
3535
transformers = "~=4.40.2"
36-
triton = "==2.3.0"
37-
typing_extensions = "~=4.11.0"
38-
uvicorn = {extras = ["standard"], version = "~=0.29.0"}
36+
triton = "==2.3.1"
37+
typing_extensions = "~=4.15.0"
38+
uvicorn = {extras = ["standard"], version = "~=0.38.0"}
3939
vllm = "==v0.6.4"
4040
vllm-flash-attn = "==2.6.2"
4141
vllm-nccl-cu12 = "==2.18.1.0.4.0"
42-
wheel = "~=0.43.0"
43-
xformers = "==0.0.26.post1" # Requires torch 2.3.0 - Fixed by vllm 0.4.2
42+
wheel = "~=0.45.1"
43+
xformers = "==0.0.32.post2" # Requires torch 2.3.0 - Fixed by vllm 0.4.2
4444

4545
[dev-packages]
4646

0 commit comments

Comments
 (0)