Skip to content

Commit 2bf0ec9

Browse files
committed
pip install due to cve for h11
1 parent 84d0f15 commit 2bf0ec9

2 files changed

Lines changed: 180 additions & 171 deletions

File tree

requirements/base.txt

Lines changed: 72 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ annotated-types==0.7.0
1010
# via pydantic
1111
antlr4-python3-runtime==4.9.3
1212
# via omegaconf
13-
anyio==4.8.0
13+
anyio==4.9.0
1414
# via
1515
# httpx
1616
# starlette
1717
backoff==2.2.1
1818
# via
1919
# -r requirements/base.in
2020
# unstructured
21-
beautifulsoup4==4.12.3
21+
beautifulsoup4==4.13.4
2222
# via unstructured
23-
cachetools==5.5.1
23+
cachetools==5.5.2
2424
# via google-auth
25-
certifi==2024.12.14
25+
certifi==2025.1.31
2626
# via
2727
# httpcore
2828
# httpx
@@ -43,9 +43,9 @@ click==8.1.3
4343
# uvicorn
4444
coloredlogs==15.0.1
4545
# via onnxruntime
46-
contourpy==1.3.1
46+
contourpy==1.3.2
4747
# via matplotlib
48-
cryptography==44.0.0
48+
cryptography==44.0.2
4949
# via
5050
# pdfminer-six
5151
# unstructured-client
@@ -63,52 +63,52 @@ et-xmlfile==2.0.0
6363
# via openpyxl
6464
eval-type-backport==0.2.2
6565
# via unstructured-client
66-
fastapi==0.115.8
66+
fastapi==0.115.12
6767
# via -r requirements/base.in
68-
filelock==3.17.0
68+
filelock==3.18.0
6969
# via
7070
# huggingface-hub
7171
# torch
7272
# transformers
7373
filetype==1.2.0
7474
# via unstructured
75-
flatbuffers==25.1.24
75+
flatbuffers==25.2.10
7676
# via onnxruntime
77-
fonttools==4.55.8
77+
fonttools==4.57.0
7878
# via matplotlib
79-
fsspec==2024.12.0
79+
fsspec==2025.3.2
8080
# via
8181
# huggingface-hub
8282
# torch
83-
google-api-core[grpc]==2.24.1
83+
google-api-core[grpc]==2.24.2
8484
# via google-cloud-vision
85-
google-auth==2.38.0
85+
google-auth==2.39.0
8686
# via
8787
# google-api-core
8888
# google-cloud-vision
89-
google-cloud-vision==3.9.0
89+
google-cloud-vision==3.10.1
9090
# via unstructured
91-
googleapis-common-protos==1.66.0
91+
googleapis-common-protos==1.70.0
9292
# via
9393
# google-api-core
9494
# grpcio-status
95-
grpcio==1.70.0
95+
grpcio==1.71.0
9696
# via
9797
# google-api-core
9898
# grpcio-status
99-
grpcio-status==1.70.0
99+
grpcio-status==1.71.0
100100
# via google-api-core
101-
h11==0.14.0
101+
h11==0.16.0
102102
# via
103103
# httpcore
104104
# uvicorn
105105
html5lib==1.1
106106
# via unstructured
107-
httpcore==1.0.7
107+
httpcore==1.0.9
108108
# via httpx
109109
httpx==0.28.1
110110
# via unstructured-client
111-
huggingface-hub==0.28.1
111+
huggingface-hub==0.30.2
112112
# via
113113
# timm
114114
# tokenizers
@@ -121,35 +121,33 @@ idna==3.10
121121
# anyio
122122
# httpx
123123
# requests
124-
jinja2==3.1.5
124+
jinja2==3.1.6
125125
# via torch
126126
joblib==1.4.2
127127
# via nltk
128-
jsonpath-python==1.0.6
129-
# via unstructured-client
130128
kiwisolver==1.4.8
131129
# via matplotlib
132130
langdetect==1.0.9
133131
# via unstructured
134-
lxml==5.3.0
132+
lxml==5.4.0
135133
# via
136134
# pikepdf
137135
# python-docx
138136
# python-pptx
139137
# unstructured
140-
markdown==3.7
138+
markdown==3.8
141139
# via unstructured
142140
markupsafe==3.0.2
143141
# via jinja2
144-
marshmallow==3.26.0
142+
marshmallow==3.26.1
145143
# via dataclasses-json
146-
matplotlib==3.10.0
144+
matplotlib==3.10.1
147145
# via
148146
# pycocotools
149147
# unstructured-inference
150148
mpmath==1.3.0
151149
# via sympy
152-
mypy-extensions==1.0.0
150+
mypy-extensions==1.1.0
153151
# via typing-inspect
154152
nest-asyncio==1.6.0
155153
# via unstructured-client
@@ -182,13 +180,15 @@ onnx==1.17.0
182180
# via
183181
# unstructured
184182
# unstructured-inference
185-
onnxruntime==1.20.1
186-
# via unstructured-inference
183+
onnxruntime==1.21.1
184+
# via
185+
# unstructured
186+
# unstructured-inference
187187
opencv-python==4.11.0.86
188188
# via unstructured-inference
189189
openpyxl==3.1.5
190190
# via unstructured
191-
packaging==24.2
191+
packaging==25.0
192192
# via
193193
# huggingface-hub
194194
# marshmallow
@@ -203,15 +203,15 @@ pandas==2.2.3
203203
# unstructured-inference
204204
pdf2image==1.17.0
205205
# via unstructured
206-
pdfminer-six==20240706
206+
pdfminer-six==20250416
207207
# via
208208
# unstructured
209209
# unstructured-inference
210-
pi-heif==0.21.0
210+
pi-heif==0.22.0
211211
# via unstructured
212-
pikepdf==9.5.1
212+
pikepdf==9.7.0
213213
# via unstructured
214-
pillow==11.1.0
214+
pillow==11.2.1
215215
# via
216216
# matplotlib
217217
# pdf2image
@@ -220,11 +220,11 @@ pillow==11.1.0
220220
# python-pptx
221221
# torchvision
222222
# unstructured-pytesseract
223-
proto-plus==1.26.0
223+
proto-plus==1.26.1
224224
# via
225225
# google-api-core
226226
# google-cloud-vision
227-
protobuf==5.29.3
227+
protobuf==5.29.4
228228
# via
229229
# google-api-core
230230
# google-cloud-vision
@@ -233,33 +233,33 @@ protobuf==5.29.3
233233
# onnx
234234
# onnxruntime
235235
# proto-plus
236-
psutil==6.1.1
236+
psutil==7.0.0
237237
# via
238238
# -r requirements/base.in
239239
# unstructured
240240
pyasn1==0.6.1
241241
# via
242242
# pyasn1-modules
243243
# rsa
244-
pyasn1-modules==0.4.1
244+
pyasn1-modules==0.4.2
245245
# via google-auth
246246
pycocotools==2.0.8
247247
# via effdet
248248
pycparser==2.22
249249
# via cffi
250-
pycryptodome==3.21.0
250+
pycryptodome==3.22.0
251251
# via -r requirements/base.in
252-
pydantic==2.10.6
252+
pydantic==2.11.3
253253
# via
254254
# fastapi
255255
# unstructured-client
256-
pydantic-core==2.27.2
256+
pydantic-core==2.33.1
257257
# via pydantic
258258
pypandoc==1.15
259259
# via unstructured
260-
pyparsing==3.2.1
260+
pyparsing==3.2.3
261261
# via matplotlib
262-
pypdf==5.2.0
262+
pypdf==5.4.0
263263
# via
264264
# -r requirements/base.in
265265
# unstructured
@@ -270,28 +270,27 @@ python-dateutil==2.9.0.post0
270270
# via
271271
# matplotlib
272272
# pandas
273-
# unstructured-client
274273
python-docx==1.1.2
275274
# via unstructured
276-
python-iso639==2025.1.28
275+
python-iso639==2025.2.18
277276
# via unstructured
278277
python-magic==0.4.27
279278
# via unstructured
280279
python-multipart==0.0.20
281280
# via unstructured-inference
282-
python-oxmsg==0.0.1
281+
python-oxmsg==0.0.2
283282
# via unstructured
284283
python-pptx==1.0.2
285284
# via unstructured
286-
pytz==2024.2
285+
pytz==2025.2
287286
# via pandas
288287
pyyaml==6.0.2
289288
# via
290289
# huggingface-hub
291290
# omegaconf
292291
# timm
293292
# transformers
294-
rapidfuzz==3.12.1
293+
rapidfuzz==3.13.0
295294
# via
296295
# unstructured
297296
# unstructured-inference
@@ -311,13 +310,13 @@ requests==2.32.3
311310
# unstructured
312311
requests-toolbelt==1.0.0
313312
# via unstructured-client
314-
rsa==4.9
313+
rsa==4.9.1
315314
# via google-auth
316-
safetensors==0.5.2
315+
safetensors==0.5.3
317316
# via
318317
# timm
319318
# transformers
320-
scipy==1.15.1
319+
scipy==1.15.2
321320
# via unstructured-inference
322321
six==1.17.0
323322
# via
@@ -326,29 +325,29 @@ six==1.17.0
326325
# python-dateutil
327326
sniffio==1.3.1
328327
# via anyio
329-
soupsieve==2.6
328+
soupsieve==2.7
330329
# via beautifulsoup4
331330
starlette==0.41.2
332331
# via
333332
# -c requirements/constraints.in
334333
# fastapi
335-
sympy==1.13.1
334+
sympy==1.13.3
336335
# via
337336
# onnxruntime
338337
# torch
339-
timm==1.0.14
338+
timm==1.0.15
340339
# via
341340
# effdet
342341
# unstructured-inference
343-
tokenizers==0.21.0
342+
tokenizers==0.21.1
344343
# via transformers
345-
torch==2.6.0
344+
torch==2.7.0
346345
# via
347346
# effdet
348347
# timm
349348
# torchvision
350349
# unstructured-inference
351-
torchvision==0.21.0
350+
torchvision==0.22.0
352351
# via
353352
# effdet
354353
# timm
@@ -358,11 +357,12 @@ tqdm==4.67.1
358357
# nltk
359358
# transformers
360359
# unstructured
361-
transformers==4.48.2
360+
transformers==4.51.3
362361
# via unstructured-inference
363-
typing-extensions==4.12.2
362+
typing-extensions==4.13.2
364363
# via
365364
# anyio
365+
# beautifulsoup4
366366
# fastapi
367367
# huggingface-hub
368368
# pydantic
@@ -372,24 +372,27 @@ typing-extensions==4.12.2
372372
# python-pptx
373373
# torch
374374
# typing-inspect
375+
# typing-inspection
375376
# unstructured
376377
typing-inspect==0.9.0
378+
# via dataclasses-json
379+
typing-inspection==0.4.0
377380
# via
378-
# dataclasses-json
381+
# pydantic
379382
# unstructured-client
380-
tzdata==2025.1
383+
tzdata==2025.2
381384
# via pandas
382-
unstructured[all-docs]==0.16.17
385+
unstructured[all-docs]==0.17.2
383386
# via -r requirements/base.in
384-
unstructured-client==0.29.0
387+
unstructured-client==0.34.0
385388
# via unstructured
386-
unstructured-inference==0.8.6
389+
unstructured-inference==0.8.10
387390
# via unstructured
388-
unstructured-pytesseract==0.3.13
391+
unstructured-pytesseract==0.3.15
389392
# via unstructured
390-
urllib3==2.3.0
393+
urllib3==2.4.0
391394
# via requests
392-
uvicorn==0.34.0
395+
uvicorn==0.34.2
393396
# via -r requirements/base.in
394397
webencodings==0.5.1
395398
# via html5lib
@@ -399,7 +402,7 @@ wrapt==1.17.2
399402
# unstructured
400403
xlrd==2.0.1
401404
# via unstructured
402-
xlsxwriter==3.2.2
405+
xlsxwriter==3.2.3
403406
# via python-pptx
404407

405408
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)