File tree Expand file tree Collapse file tree 5 files changed +16
-9
lines changed Expand file tree Collapse file tree 5 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" )
488488def pipeline_1 (
489489 request : Request ,
490490 gz_uncompressed_content_type : Optional [str ] = Form (default = None ),
Original file line number Diff line number Diff line change 11name : general
2- version : 0.0.36
2+ version : 0.0.37
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ platformdirs==3.10.0
228228 # via jupyter-core
229229portalocker==2.7.0
230230 # via iopath
231- protobuf==4.24.0
231+ protobuf==4.24.1
232232 # via onnxruntime
233233pycocotools==2.0.7
234234 # via effdet
@@ -373,22 +373,24 @@ types-urllib3==1.26.25.14
373373 # via types-requests
374374typing-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
385387tzdata==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
389391unstructured-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
393395urllib3==2.0.4
394396 # via requests
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ jupyter-events==0.7.0
309309 # via jupyter-server
310310jupyter-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
608608python-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
853854unstructured-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
You can’t perform that action at this time.
0 commit comments