Skip to content

Commit 2a523f3

Browse files
Bump h11 from 0.14.0 to 0.16.0 in /examples/server
Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0. - [Commits](python-hyper/h11@v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent edd7880 commit 2a523f3

File tree

1 file changed

+45
-3
lines changed

1 file changed

+45
-3
lines changed

examples/server/requirements.txt

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ annotated-types==0.7.0
1010
# via pydantic
1111
anyio==4.6.2.post1
1212
# via starlette
13+
async-timeout==4.0.3
14+
# via aiohttp
1315
attrs==24.2.0
1416
# via aiohttp
1517
certifi==2024.8.30
@@ -18,13 +20,16 @@ charset-normalizer==3.4.0
1820
# via requests
1921
click==8.1.7
2022
# via uvicorn
23+
exceptiongroup==1.2.2
24+
# via anyio
2125
fastapi==0.115.3
2226
# via -r requirements.in
2327
filelock==3.16.1
2428
# via
2529
# huggingface-hub
2630
# torch
2731
# transformers
32+
# triton
2833
frozenlist==1.5.0
2934
# via
3035
# aiohttp
@@ -33,7 +38,7 @@ fsspec==2024.10.0
3338
# via
3439
# huggingface-hub
3540
# torch
36-
h11==0.14.0
41+
h11==0.16.0
3742
# via uvicorn
3843
huggingface-hub==0.26.1
3944
# via
@@ -54,10 +59,41 @@ multidict==6.1.0
5459
# via
5560
# aiohttp
5661
# yarl
57-
networkx==3.4.2
62+
networkx==3.2.1
5863
# via torch
59-
numpy==2.1.2
64+
numpy==2.0.2
6065
# via transformers
66+
nvidia-cublas-cu12==12.1.3.1
67+
# via
68+
# nvidia-cudnn-cu12
69+
# nvidia-cusolver-cu12
70+
# torch
71+
nvidia-cuda-cupti-cu12==12.1.105
72+
# via torch
73+
nvidia-cuda-nvrtc-cu12==12.1.105
74+
# via torch
75+
nvidia-cuda-runtime-cu12==12.1.105
76+
# via torch
77+
nvidia-cudnn-cu12==9.1.0.70
78+
# via torch
79+
nvidia-cufft-cu12==11.0.2.54
80+
# via torch
81+
nvidia-curand-cu12==10.3.2.106
82+
# via torch
83+
nvidia-cusolver-cu12==11.4.5.107
84+
# via torch
85+
nvidia-cusparse-cu12==12.1.0.106
86+
# via
87+
# nvidia-cusolver-cu12
88+
# torch
89+
nvidia-nccl-cu12==2.20.5
90+
# via torch
91+
nvidia-nvjitlink-cu12==12.8.93
92+
# via
93+
# nvidia-cusolver-cu12
94+
# nvidia-cusparse-cu12
95+
nvidia-nvtx-cu12==12.1.105
96+
# via torch
6197
packaging==24.1
6298
# via
6399
# huggingface-hub
@@ -109,13 +145,19 @@ tqdm==4.66.5
109145
# transformers
110146
transformers==4.46.1
111147
# via -r requirements.in
148+
triton==3.0.0
149+
# via torch
112150
typing-extensions==4.12.2
113151
# via
152+
# anyio
114153
# fastapi
115154
# huggingface-hub
155+
# multidict
116156
# pydantic
117157
# pydantic-core
158+
# starlette
118159
# torch
160+
# uvicorn
119161
urllib3==2.2.3
120162
# via requests
121163
uvicorn==0.32.0

0 commit comments

Comments
 (0)