Skip to content

Commit 18428f2

Browse files
chore: bump unstructured-inference 0.7.33 (#3074)
Summary: - bump unstructured-inference to `0.7.33` - cut a release for `0.14.2` - add some dependencies that previously came through from the layoutparser extras.
1 parent 30e5a0c commit 18428f2

39 files changed

+70
-64
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
## 0.14.2-dev1
1+
## 0.14.2
22

33
### Enhancements
44

5+
* **Bump unstructured-inference==0.7.33**.
6+
57
### Features
68

7-
* Add attribution to the `pinecone` connector
9+
* **Add attribution to the `pinecone` connector**.
810

911
### Fixes
1012

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pygments==2.18.0
6666
# sphinx-tabs
6767
pyyaml==6.0.1
6868
# via myst-parser
69-
requests==2.32.1
69+
requests==2.32.2
7070
# via
7171
# -c ./base.txt
7272
# sphinx

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ rapidfuzz==3.9.1
7171
# via -r ./base.in
7272
regex==2024.5.15
7373
# via nltk
74-
requests==2.32.1
74+
requests==2.32.2
7575
# via
7676
# -r ./base.in
7777
# unstructured-client

requirements/build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pygments==2.18.0
6666
# sphinx-tabs
6767
pyyaml==6.0.1
6868
# via myst-parser
69-
requests==2.32.1
69+
requests==2.32.2
7070
# via
7171
# -c ./base.txt
7272
# sphinx

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jupyterlab==4.2.0
189189
# via notebook
190190
jupyterlab-pygments==0.3.0
191191
# via nbconvert
192-
jupyterlab-server==2.27.1
192+
jupyterlab-server==2.27.2
193193
# via
194194
# jupyterlab
195195
# notebook
@@ -315,7 +315,7 @@ referencing==0.35.1
315315
# jsonschema
316316
# jsonschema-specifications
317317
# jupyter-events
318-
requests==2.32.1
318+
requests==2.32.2
319319
# via
320320
# -c ./base.txt
321321
# -c ./test.txt

requirements/extra-paddleocr.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ rapidfuzz==3.9.1
174174
# unstructured-paddleocr
175175
rarfile==4.2
176176
# via visualdl
177-
requests==2.32.1
177+
requests==2.32.2
178178
# via
179179
# -c ./base.txt
180180
# premailer

requirements/extra-pdf-image.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ pdfminer.six
77
pikepdf
88
pillow_heif
99
pypdf
10+
pytesseract
11+
google-cloud-vision
12+
effdet
1013
# Do not move to constraints.in, otherwise unstructured-inference will not be upgraded
1114
# when unstructured library is.
12-
unstructured-inference==0.7.31
15+
unstructured-inference==0.7.33
1316
# unstructured fork of pytesseract that provides an interface to allow for multiple output formats
1417
# from one tesseract call
1518
unstructured.pytesseract>=0.3.12
16-
google-cloud-vision

requirements/extra-pdf-image.txt

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cycler==0.12.1
3131
deprecated==1.2.14
3232
# via pikepdf
3333
effdet==0.4.1
34-
# via layoutparser
34+
# via -r ./extra-pdf-image.in
3535
filelock==3.14.0
3636
# via
3737
# huggingface-hub
@@ -84,7 +84,7 @@ jinja2==3.1.4
8484
# via torch
8585
kiwisolver==1.4.5
8686
# via matplotlib
87-
layoutparser[layoutmodels,tesseract]==0.3.4
87+
layoutparser==0.3.4
8888
# via unstructured-inference
8989
lxml==5.2.2
9090
# via
@@ -96,6 +96,7 @@ matplotlib==3.7.2
9696
# via
9797
# -c ././deps/constraints.txt
9898
# pycocotools
99+
# unstructured-inference
99100
mpmath==1.3.0
100101
# via sympy
101102
networkx==3.2.1
@@ -203,7 +204,7 @@ pypdf==4.2.0
203204
pypdfium2==4.30.0
204205
# via pdfplumber
205206
pytesseract==0.3.10
206-
# via layoutparser
207+
# via -r ./extra-pdf-image.in
207208
python-dateutil==2.9.0.post0
208209
# via
209210
# -c ./base.txt
@@ -228,7 +229,7 @@ regex==2024.5.15
228229
# via
229230
# -c ./base.txt
230231
# transformers
231-
requests==2.32.1
232+
requests==2.32.2
232233
# via
233234
# -c ./base.txt
234235
# google-api-core
@@ -253,28 +254,29 @@ sympy==1.12
253254
# onnxruntime
254255
# torch
255256
timm==1.0.3
256-
# via effdet
257+
# via
258+
# effdet
259+
# unstructured-inference
257260
tokenizers==0.19.1
258261
# via transformers
259262
torch==2.3.0
260263
# via
261264
# -c ././deps/constraints.txt
262265
# effdet
263-
# layoutparser
264266
# timm
265267
# torchvision
268+
# unstructured-inference
266269
torchvision==0.18.0
267270
# via
268271
# effdet
269-
# layoutparser
270272
# timm
271273
tqdm==4.66.4
272274
# via
273275
# -c ./base.txt
274276
# huggingface-hub
275277
# iopath
276278
# transformers
277-
transformers==4.41.0
279+
transformers==4.41.1
278280
# via unstructured-inference
279281
typing-extensions==4.11.0
280282
# via
@@ -285,7 +287,7 @@ typing-extensions==4.11.0
285287
# torch
286288
tzdata==2024.1
287289
# via pandas
288-
unstructured-inference==0.7.31
290+
unstructured-inference==0.7.33
289291
# via -r ./extra-pdf-image.in
290292
unstructured-pytesseract==0.3.12
291293
# via

requirements/huggingface.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ regex==2024.5.15
7171
# -c ./base.txt
7272
# sacremoses
7373
# transformers
74-
requests==2.32.1
74+
requests==2.32.2
7575
# via
7676
# -c ./base.txt
7777
# huggingface-hub
@@ -100,7 +100,7 @@ tqdm==4.66.4
100100
# huggingface-hub
101101
# sacremoses
102102
# transformers
103-
transformers==4.41.0
103+
transformers==4.41.1
104104
# via -r ./huggingface.in
105105
typing-extensions==4.11.0
106106
# via

requirements/ingest/airtable.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pydantic==2.7.1
2727
# via pyairtable
2828
pydantic-core==2.18.2
2929
# via pydantic
30-
requests==2.32.1
30+
requests==2.32.2
3131
# via
3232
# -c ./ingest/../base.txt
3333
# pyairtable

0 commit comments

Comments
 (0)