Skip to content

Commit ed73a50

Browse files
authored
chore(deps): bump unstructured (#190)
1 parent 2f1b925 commit ed73a50

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.37
2+
3+
* Bump unstructured to 0.10.4
4+
15
## 0.0.36
26

37
* Fix a bug in parallel mode causing `not a valid pdf` errors

Diff for: prepline_general/api/general.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ def return_content_type(filename):
484484

485485

486486
@router.post("/general/v0/general")
487-
@router.post("/general/v0.0.36/general")
487+
@router.post("/general/v0.0.37/general")
488488
def pipeline_1(
489489
request: Request,
490490
gz_uncompressed_content_type: Optional[str] = Form(default=None),

Diff for: preprocessing-pipeline-family.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name: general
2-
version: 0.0.36
2+
version: 0.0.37

Diff for: requirements/base.txt

+5-3
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ platformdirs==3.10.0
228228
# via jupyter-core
229229
portalocker==2.7.0
230230
# via iopath
231-
protobuf==4.24.0
231+
protobuf==4.24.1
232232
# via onnxruntime
233233
pycocotools==2.0.7
234234
# via effdet
@@ -373,22 +373,24 @@ types-urllib3==1.26.25.14
373373
# via types-requests
374374
typing-extensions==4.7.1
375375
# via
376+
# annotated-types
376377
# fastapi
377378
# huggingface-hub
378379
# iopath
379380
# mypy
380381
# pydantic
382+
# pydantic-core
381383
# pypdf
382384
# starlette
383385
# torch
384386
# uvicorn
385387
tzdata==2023.3
386388
# via pandas
387-
unstructured[local-inference]==0.10.2
389+
unstructured[local-inference]==0.10.4
388390
# via -r requirements/base.in
389391
unstructured-api-tools==0.10.11
390392
# via -r requirements/base.in
391-
unstructured-inference==0.5.13
393+
unstructured-inference==0.5.14
392394
# via unstructured
393395
urllib3==2.0.4
394396
# via requests

Diff for: requirements/test.txt

+5-4
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jupyter-events==0.7.0
309309
# via jupyter-server
310310
jupyter-lsp==2.2.0
311311
# via jupyterlab
312-
jupyter-server==2.7.1
312+
jupyter-server==2.7.2
313313
# via
314314
# jupyter-lsp
315315
# jupyterlab
@@ -539,7 +539,7 @@ prompt-toolkit==3.0.39
539539
# via
540540
# ipython
541541
# jupyter-console
542-
protobuf==4.24.0
542+
protobuf==4.24.1
543543
# via
544544
# -r requirements/base.txt
545545
# onnxruntime
@@ -608,6 +608,7 @@ pytest-mock==3.11.1
608608
python-dateutil==2.8.2
609609
# via
610610
# -r requirements/base.txt
611+
# arrow
611612
# jupyter-client
612613
# matplotlib
613614
# pandas
@@ -848,11 +849,11 @@ tzdata==2023.3
848849
# via
849850
# -r requirements/base.txt
850851
# pandas
851-
unstructured[local-inference]==0.10.2
852+
unstructured[local-inference]==0.10.4
852853
# via -r requirements/base.txt
853854
unstructured-api-tools==0.10.11
854855
# via -r requirements/base.txt
855-
unstructured-inference==0.5.13
856+
unstructured-inference==0.5.14
856857
# via
857858
# -r requirements/base.txt
858859
# unstructured

0 commit comments

Comments
 (0)