Skip to content

Commit 9552fbb

Browse files
chore: bump unstructured-inference 0.7.35 (#3205)
### Summary - bump unstructured-inference to `0.7.35` which fixed syntax for generated HTML tables - update unit tests and ingest test fixtures to reflect changes in the generated HTML tables - cut a release for `0.14.6` --------- Co-authored-by: ryannikolaidis <[email protected]> Co-authored-by: christinestraub <[email protected]>
1 parent a6c09ec commit 9552fbb

File tree

18 files changed

+31
-23
lines changed

18 files changed

+31
-23
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## 0.14.6-dev7
1+
## 0.14.6
22

33
### Enhancements
44

5+
* **Bump unstructured-inference==0.7.35** Fix syntax for generated HTML tables.
6+
57
### Features
68

79
* **tqdm ingest support** add optional flag to ingest flow to print out progress bar of each step in the process.

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ executing==2.0.1
8282
# via stack-data
8383
fastjsonschema==2.19.1
8484
# via nbformat
85-
filelock==3.14.0
85+
filelock==3.15.1
8686
# via virtualenv
8787
fqdn==1.5.1
8888
# via jsonschema

requirements/extra-paddleocr.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ opencv-python==4.8.0.76
121121
# -c ././deps/constraints.txt
122122
# imgaug
123123
# unstructured-paddleocr
124-
openpyxl==3.1.3
124+
openpyxl==3.1.4
125125
# via unstructured-paddleocr
126126
packaging==23.2
127127
# via

requirements/extra-pdf-image.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ google-cloud-vision
1212
effdet
1313
# Do not move to constraints.in, otherwise unstructured-inference will not be upgraded
1414
# when unstructured library is.
15-
unstructured-inference==0.7.33
15+
unstructured-inference==0.7.35
1616
# unstructured fork of pytesseract that provides an interface to allow for multiple output formats
1717
# from one tesseract call
1818
unstructured.pytesseract>=0.3.12

requirements/extra-pdf-image.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ deprecated==1.2.14
3232
# via pikepdf
3333
effdet==0.4.1
3434
# via -r ./extra-pdf-image.in
35-
filelock==3.14.0
35+
filelock==3.15.1
3636
# via
3737
# huggingface-hub
3838
# torch
@@ -287,7 +287,7 @@ typing-extensions==4.12.2
287287
# torch
288288
tzdata==2024.1
289289
# via pandas
290-
unstructured-inference==0.7.33
290+
unstructured-inference==0.7.35
291291
# via -r ./extra-pdf-image.in
292292
unstructured-pytesseract==0.3.12
293293
# via

requirements/extra-xlsx.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ numpy==1.26.4
1313
# -c ././deps/constraints.txt
1414
# -c ./base.txt
1515
# pandas
16-
openpyxl==3.1.3
16+
openpyxl==3.1.4
1717
# via -r ./extra-xlsx.in
1818
pandas==2.2.2
1919
# via -r ./extra-xlsx.in

requirements/huggingface.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ click==8.1.7
1717
# via
1818
# -c ./base.txt
1919
# sacremoses
20-
filelock==3.14.0
20+
filelock==3.15.1
2121
# via
2222
# huggingface-hub
2323
# torch

requirements/ingest/chroma.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ exceptiongroup==1.2.1
5252
# via anyio
5353
fastapi==0.110.3
5454
# via chromadb
55-
filelock==3.14.0
55+
filelock==3.15.1
5656
# via huggingface-hub
5757
flatbuffers==24.3.25
5858
# via onnxruntime

requirements/ingest/clarifai.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ charset-normalizer==3.3.2
1515
# requests
1616
clarifai==10.5.0
1717
# via -r ./ingest/clarifai.in
18-
clarifai-grpc==10.5.1
18+
clarifai-grpc==10.5.2
1919
# via clarifai
2020
contextlib2==21.6.0
2121
# via schema

requirements/ingest/embed-huggingface.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dataclasses-json==0.6.7
3131
# via
3232
# -c ./ingest/../base.txt
3333
# langchain-community
34-
filelock==3.14.0
34+
filelock==3.15.1
3535
# via
3636
# huggingface-hub
3737
# torch

0 commit comments

Comments
 (0)