File tree 5 files changed +16
-9
lines changed
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
+
1
5
## 0.0.36
2
6
3
7
* 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):
484
484
485
485
486
486
@router .post ("/general/v0/general" )
487
- @router .post ("/general/v0.0.36 /general" )
487
+ @router .post ("/general/v0.0.37 /general" )
488
488
def pipeline_1 (
489
489
request : Request ,
490
490
gz_uncompressed_content_type : Optional [str ] = Form (default = None ),
Original file line number Diff line number Diff line change 1
1
name : 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
228
228
# via jupyter-core
229
229
portalocker==2.7.0
230
230
# via iopath
231
- protobuf==4.24.0
231
+ protobuf==4.24.1
232
232
# via onnxruntime
233
233
pycocotools==2.0.7
234
234
# via effdet
@@ -373,22 +373,24 @@ types-urllib3==1.26.25.14
373
373
# via types-requests
374
374
typing-extensions==4.7.1
375
375
# via
376
+ # annotated-types
376
377
# fastapi
377
378
# huggingface-hub
378
379
# iopath
379
380
# mypy
380
381
# pydantic
382
+ # pydantic-core
381
383
# pypdf
382
384
# starlette
383
385
# torch
384
386
# uvicorn
385
387
tzdata==2023.3
386
388
# via pandas
387
- unstructured[local-inference]==0.10.2
389
+ unstructured[local-inference]==0.10.4
388
390
# via -r requirements/base.in
389
391
unstructured-api-tools==0.10.11
390
392
# via -r requirements/base.in
391
- unstructured-inference==0.5.13
393
+ unstructured-inference==0.5.14
392
394
# via unstructured
393
395
urllib3==2.0.4
394
396
# via requests
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ jupyter-events==0.7.0
309
309
# via jupyter-server
310
310
jupyter-lsp==2.2.0
311
311
# via jupyterlab
312
- jupyter-server==2.7.1
312
+ jupyter-server==2.7.2
313
313
# via
314
314
# jupyter-lsp
315
315
# jupyterlab
@@ -539,7 +539,7 @@ prompt-toolkit==3.0.39
539
539
# via
540
540
# ipython
541
541
# jupyter-console
542
- protobuf==4.24.0
542
+ protobuf==4.24.1
543
543
# via
544
544
# -r requirements/base.txt
545
545
# onnxruntime
@@ -608,6 +608,7 @@ pytest-mock==3.11.1
608
608
python-dateutil==2.8.2
609
609
# via
610
610
# -r requirements/base.txt
611
+ # arrow
611
612
# jupyter-client
612
613
# matplotlib
613
614
# pandas
@@ -848,11 +849,11 @@ tzdata==2023.3
848
849
# via
849
850
# -r requirements/base.txt
850
851
# pandas
851
- unstructured[local-inference]==0.10.2
852
+ unstructured[local-inference]==0.10.4
852
853
# via -r requirements/base.txt
853
854
unstructured-api-tools==0.10.11
854
855
# via -r requirements/base.txt
855
- unstructured-inference==0.5.13
856
+ unstructured-inference==0.5.14
856
857
# via
857
858
# -r requirements/base.txt
858
859
# unstructured
You can’t perform that action at this time.
0 commit comments