Skip to content

Commit 79a7787

Browse files
chore(deps): bump unstructured to 0.12.4 (#377)
1 parent d5263fb commit 79a7787

File tree

4 files changed

+76
-85
lines changed

4 files changed

+76
-85
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
## 0.0.65-dev0
1+
## 0.0.65-dev1
2+
3+
* Bump unstructured to 0.12.4
24
* Add support for both `list[str]` and `str` input formats for `ocr_languages` parameter
35

46
## 0.0.64
7+
58
* Bump Pydantic to 2.5.x and remove it from explicit dependencies list (will be managed by fastapi)
69
* Introduce Form params description in the code, which will form openapi and swagger documentation
710
* Roll back some openapi customizations

requirements/base.txt

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ annotated-types==0.6.0
88
# via pydantic
99
antlr4-python3-runtime==4.9.3
1010
# via omegaconf
11-
anyio==4.2.0
11+
anyio==4.3.0
1212
# via starlette
1313
backoff==2.2.1
1414
# via
@@ -38,7 +38,7 @@ coloredlogs==15.0.1
3838
# via onnxruntime
3939
contourpy==1.2.0
4040
# via matplotlib
41-
cryptography==42.0.2
41+
cryptography==42.0.4
4242
# via pdfminer-six
4343
cycler==0.12.1
4444
# via matplotlib
@@ -67,7 +67,7 @@ filetype==1.2.0
6767
# via unstructured
6868
flatbuffers==23.5.26
6969
# via onnxruntime
70-
fonttools==4.48.1
70+
fonttools==4.49.0
7171
# via matplotlib
7272
fsspec==2024.2.0
7373
# via
@@ -117,7 +117,7 @@ marshmallow==3.20.2
117117
# dataclasses-json
118118
# dataclasses-json-speakeasy
119119
# unstructured-client
120-
matplotlib==3.8.2
120+
matplotlib==3.8.3
121121
# via pycocotools
122122
mpmath==1.3.0
123123
# via sympy
@@ -186,9 +186,9 @@ pdfminer-six==20221105
186186
# via
187187
# pdfplumber
188188
# unstructured
189-
pdfplumber==0.10.3
189+
pdfplumber==0.10.4
190190
# via layoutparser
191-
pikepdf==8.12.0
191+
pikepdf==8.13.0
192192
# via unstructured
193193
pillow==10.2.0
194194
# via
@@ -197,13 +197,16 @@ pillow==10.2.0
197197
# pdf2image
198198
# pdfplumber
199199
# pikepdf
200+
# pillow-heif
200201
# pytesseract
201202
# python-pptx
202203
# torchvision
203204
# unstructured-pytesseract
205+
pillow-heif==0.15.0
206+
# via unstructured
204207
portalocker==2.8.2
205208
# via iopath
206-
protobuf==4.25.2
209+
protobuf==4.25.3
207210
# via
208211
# onnx
209212
# onnxruntime
@@ -219,15 +222,15 @@ pydantic==2.6.1
219222
# via fastapi
220223
pydantic-core==2.16.2
221224
# via pydantic
222-
pypandoc==1.12
225+
pypandoc==1.13
223226
# via unstructured
224227
pyparsing==3.1.1
225228
# via matplotlib
226-
pypdf==4.0.1
229+
pypdf==4.0.2
227230
# via
228231
# -r requirements/base.in
229232
# unstructured
230-
pypdfium2==4.26.0
233+
pypdfium2==4.27.0
231234
# via pdfplumber
232235
pytesseract==0.3.10
233236
# via layoutparser
@@ -238,11 +241,11 @@ python-dateutil==2.8.2
238241
# unstructured-client
239242
python-docx==1.1.0
240243
# via unstructured
241-
python-iso639==2024.1.2
244+
python-iso639==2024.2.7
242245
# via unstructured
243246
python-magic==0.4.27
244247
# via unstructured
245-
python-multipart==0.0.7
248+
python-multipart==0.0.9
246249
# via unstructured-inference
247250
python-pptx==0.6.23
248251
# via unstructured
@@ -269,7 +272,6 @@ requests==2.31.0
269272
# via
270273
# -r requirements/base.in
271274
# huggingface-hub
272-
# torchvision
273275
# transformers
274276
# unstructured
275277
# unstructured-client
@@ -297,22 +299,22 @@ sympy==1.12
297299
# torch
298300
tabulate==0.9.0
299301
# via unstructured
300-
timm==0.9.12
302+
timm==0.9.16
301303
# via effdet
302-
tokenizers==0.15.1
304+
tokenizers==0.15.2
303305
# via transformers
304-
torch==2.2.0
306+
torch==2.2.1
305307
# via
306308
# effdet
307309
# layoutparser
308310
# timm
309311
# torchvision
310-
torchvision==0.17.0
312+
torchvision==0.17.1
311313
# via
312314
# effdet
313315
# layoutparser
314316
# timm
315-
tqdm==4.66.1
317+
tqdm==4.66.2
316318
# via
317319
# huggingface-hub
318320
# iopath
@@ -339,27 +341,27 @@ typing-inspect==0.9.0
339341
# dataclasses-json
340342
# dataclasses-json-speakeasy
341343
# unstructured-client
342-
tzdata==2023.4
344+
tzdata==2024.1
343345
# via pandas
344-
unstructured[local-inference]==0.12.3
346+
unstructured[local-inference]==0.12.4
345347
# via -r requirements/base.in
346-
unstructured-client==0.17.0
348+
unstructured-client==0.18.0
347349
# via unstructured
348350
unstructured-inference==0.7.23
349351
# via unstructured
350352
unstructured-pytesseract==0.3.12
351353
# via unstructured
352-
urllib3==2.2.0
354+
urllib3==2.2.1
353355
# via
354356
# requests
355357
# unstructured-client
356-
uvicorn==0.27.0.post1
358+
uvicorn==0.27.1
357359
# via -r requirements/base.in
358360
wrapt==1.16.0
359361
# via
360362
# deprecated
361363
# unstructured
362364
xlrd==2.0.1
363365
# via unstructured
364-
xlsxwriter==3.1.9
366+
xlsxwriter==3.2.0
365367
# via python-pptx

0 commit comments

Comments
 (0)