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

+4-2
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

+1-1
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

+1-1
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

+1-1
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

+2-2
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

+1-1
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

+4-2
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

+11-9
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

+2-2
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

+1-1
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

requirements/ingest/astra.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ anyio==3.7.1
88
# via
99
# -c ./ingest/../deps/constraints.txt
1010
# httpx
11-
astrapy==1.1.0
11+
astrapy==1.2.0
1212
# via -r ./ingest/astra.in
1313
bson==0.5.10
1414
# via astrapy
@@ -69,7 +69,7 @@ python-dateutil==2.9.0.post0
6969
# via
7070
# -c ./ingest/../base.txt
7171
# bson
72-
requests==2.32.1
72+
requests==2.32.2
7373
# via
7474
# -c ./ingest/../base.txt
7575
# cassio

requirements/ingest/azure-cognitive-search.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ idna==3.7
2525
# requests
2626
isodate==0.6.1
2727
# via azure-search-documents
28-
requests==2.32.1
28+
requests==2.32.2
2929
# via
3030
# -c ./ingest/../base.txt
3131
# azure-core

requirements/ingest/azure.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pycparser==2.22
8282
# via cffi
8383
pyjwt[crypto]==2.8.0
8484
# via msal
85-
requests==2.32.1
85+
requests==2.32.2
8686
# via
8787
# -c ./ingest/../base.txt
8888
# azure-core

requirements/ingest/box.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ attrs==23.2.0
88
# via boxsdk
99
boxfs==0.3.0
1010
# via -r ./ingest/box.in
11-
boxsdk[jwt]==3.9.2
11+
boxsdk[jwt]==3.10.0
1212
# via boxfs
1313
certifi==2024.2.2
1414
# via
@@ -40,7 +40,7 @@ python-dateutil==2.9.0.post0
4040
# via
4141
# -c ./ingest/../base.txt
4242
# boxsdk
43-
requests==2.32.1
43+
requests==2.32.2
4444
# via
4545
# -c ./ingest/../base.txt
4646
# boxsdk

requirements/ingest/chroma.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ pyyaml==6.0.1
161161
# huggingface-hub
162162
# kubernetes
163163
# uvicorn
164-
requests==2.32.1
164+
requests==2.32.2
165165
# via
166166
# -c ./ingest/../base.txt
167167
# chromadb

requirements/ingest/clarifai.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ python-rapidjson==1.17
5656
# via tritonclient
5757
pyyaml==6.0.1
5858
# via clarifai
59-
requests==2.32.1
59+
requests==2.32.2
6060
# via
6161
# -c ./ingest/../base.txt
6262
# clarifai-grpc

requirements/ingest/confluence.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ oauthlib==3.2.2
3131
# via
3232
# atlassian-python-api
3333
# requests-oauthlib
34-
requests==2.32.1
34+
requests==2.32.2
3535
# via
3636
# -c ./ingest/../base.txt
3737
# atlassian-python-api

requirements/ingest/databricks-volumes.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pyasn1==0.6.0
2929
# rsa
3030
pyasn1-modules==0.4.0
3131
# via google-auth
32-
requests==2.32.1
32+
requests==2.32.2
3333
# via
3434
# -c ./ingest/../base.txt
3535
# databricks-sdk

requirements/ingest/dropbox.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ idna==3.7
2828
# requests
2929
ply==3.11
3030
# via stone
31-
requests==2.32.1
31+
requests==2.32.2
3232
# via
3333
# -c ./ingest/../base.txt
3434
# dropbox

requirements/ingest/embed-aws-bedrock.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ langchain==0.2.0
6060
# via langchain-community
6161
langchain-community==0.2.0
6262
# via -r ./ingest/embed-aws-bedrock.in
63-
langchain-core==0.2.0
63+
langchain-core==0.2.1
6464
# via
6565
# langchain
6666
# langchain-community
6767
# langchain-text-splitters
6868
langchain-text-splitters==0.2.0
6969
# via langchain
70-
langsmith==0.1.60
70+
langsmith==0.1.61
7171
# via
7272
# langchain
7373
# langchain-community
@@ -114,7 +114,7 @@ pyyaml==6.0.1
114114
# langchain
115115
# langchain-community
116116
# langchain-core
117-
requests==2.32.1
117+
requests==2.32.2
118118
# via
119119
# -c ./ingest/../base.txt
120120
# langchain

requirements/ingest/embed-huggingface.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ langchain==0.2.0
7272
# via langchain-community
7373
langchain-community==0.2.0
7474
# via -r ./ingest/embed-huggingface.in
75-
langchain-core==0.2.0
75+
langchain-core==0.2.1
7676
# via
7777
# langchain
7878
# langchain-community
7979
# langchain-text-splitters
8080
langchain-text-splitters==0.2.0
8181
# via langchain
82-
langsmith==0.1.60
82+
langsmith==0.1.61
8383
# via
8484
# langchain
8585
# langchain-community
@@ -142,7 +142,7 @@ regex==2024.5.15
142142
# via
143143
# -c ./ingest/../base.txt
144144
# transformers
145-
requests==2.32.1
145+
requests==2.32.2
146146
# via
147147
# -c ./ingest/../base.txt
148148
# huggingface-hub
@@ -186,7 +186,7 @@ tqdm==4.66.4
186186
# huggingface-hub
187187
# sentence-transformers
188188
# transformers
189-
transformers==4.41.0
189+
transformers==4.41.1
190190
# via sentence-transformers
191191
typing-extensions==4.11.0
192192
# via

requirements/ingest/embed-octoai.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ regex==2024.5.15
4848
# via
4949
# -c ./ingest/../base.txt
5050
# tiktoken
51-
requests==2.32.1
51+
requests==2.32.2
5252
# via
5353
# -c ./ingest/../base.txt
5454
# tiktoken

requirements/ingest/embed-openai.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ langchain==0.2.0
6868
# via langchain-community
6969
langchain-community==0.2.0
7070
# via -r ./ingest/embed-openai.in
71-
langchain-core==0.2.0
71+
langchain-core==0.2.1
7272
# via
7373
# langchain
7474
# langchain-community
7575
# langchain-text-splitters
7676
langchain-text-splitters==0.2.0
7777
# via langchain
78-
langsmith==0.1.60
78+
langsmith==0.1.61
7979
# via
8080
# langchain
8181
# langchain-community
@@ -125,7 +125,7 @@ regex==2024.5.15
125125
# via
126126
# -c ./ingest/../base.txt
127127
# tiktoken
128-
requests==2.32.1
128+
requests==2.32.2
129129
# via
130130
# -c ./ingest/../base.txt
131131
# langchain

0 commit comments

Comments
 (0)