Skip to content

Commit 6779918

Browse files
cragwolfeshreyanid
andauthored
build(release): bump unstructured-inference (#1074)
* build(release): bump unstructured-inference Related to downstream issue: Unstructured-IO/unstructured-api#182 And upstream PR: Unstructured-IO/unstructured-inference#165 --------- Co-authored-by: Shreya Nidadavolu <[email protected]>
1 parent 64a1930 commit 6779918

40 files changed

+185
-90
lines changed

Diff for: CHANGELOG.md

+9-14
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,24 @@
1-
## 0.9.2-dev3
2-
=======
3-
4-
### Enhancements
5-
6-
### Features
7-
8-
* Adds Sharepoint connector.
9-
10-
### Fixes
11-
12-
## 0.9.2-dev2
13-
=======
1+
## 0.9.2
142

153
### Enhancements
164

175
* Update table extraction section in API documentation to sync with change in Prod API
186
* Update Notion connector to extract to html
7+
* Bump unstructured-inference==0.5.9:
8+
- better caching of models
9+
- another version of detectron2 available, though the default layout model is unchanged
1910
* Added UUID option for element_id
2011

2112
### Features
2213

14+
* Adds Sharepoint connector.
15+
2316
### Fixes
2417

18+
* Bump unstructured-inference==0.5.9:
19+
- ignores Tesseract errors where no text is extracted for tiles that indeed, have no text
20+
2521
## 0.9.1
26-
=======
2722

2823
### Enhancements
2924

Diff for: docs/requirements.txt

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
55
# pip-compile requirements/build.in
@@ -32,16 +32,20 @@ idna==3.4
3232
# requests
3333
imagesize==1.4.1
3434
# via sphinx
35+
importlib-metadata==6.8.0
36+
# via sphinx
3537
jinja2==3.1.2
3638
# via sphinx
3739
markupsafe==2.1.3
3840
# via jinja2
3941
packaging==23.1
4042
# via sphinx
41-
pygments==2.15.1
43+
pygments==2.16.1
4244
# via
4345
# furo
4446
# sphinx
47+
pytz==2023.3
48+
# via babel
4549
requests==2.31.0
4650
# via
4751
# -c requirements/base.txt
@@ -80,3 +84,5 @@ urllib3==1.26.16
8084
# -c requirements/base.txt
8185
# -c requirements/constraints.in
8286
# requests
87+
zipp==3.16.2
88+
# via importlib-metadata

Diff for: requirements/base.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
55
# pip-compile requirements/base.in
@@ -8,7 +8,7 @@ certifi==2023.7.22
88
# via
99
# -c requirements/constraints.in
1010
# requests
11-
chardet==5.1.0
11+
chardet==5.2.0
1212
# via -r requirements/base.in
1313
charset-normalizer==3.2.0
1414
# via requests
@@ -18,21 +18,21 @@ filetype==1.2.0
1818
# via -r requirements/base.in
1919
idna==3.4
2020
# via requests
21-
joblib==1.3.1
21+
joblib==1.3.2
2222
# via nltk
2323
lxml==4.9.3
2424
# via -r requirements/base.in
2525
nltk==3.8.1
2626
# via -r requirements/base.in
2727
python-magic==0.4.27
2828
# via -r requirements/base.in
29-
regex==2023.6.3
29+
regex==2023.8.8
3030
# via nltk
3131
requests==2.31.0
3232
# via -r requirements/base.in
3333
tabulate==0.9.0
3434
# via -r requirements/base.in
35-
tqdm==4.65.0
35+
tqdm==4.66.0
3636
# via nltk
3737
urllib3==1.26.16
3838
# via

Diff for: requirements/build.txt

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
55
# pip-compile requirements/build.in
@@ -32,16 +32,20 @@ idna==3.4
3232
# requests
3333
imagesize==1.4.1
3434
# via sphinx
35+
importlib-metadata==6.8.0
36+
# via sphinx
3537
jinja2==3.1.2
3638
# via sphinx
3739
markupsafe==2.1.3
3840
# via jinja2
3941
packaging==23.1
4042
# via sphinx
41-
pygments==2.15.1
43+
pygments==2.16.1
4244
# via
4345
# furo
4446
# sphinx
47+
pytz==2023.3
48+
# via babel
4549
requests==2.31.0
4650
# via
4751
# -c requirements/base.txt
@@ -80,3 +84,5 @@ urllib3==1.26.16
8084
# -c requirements/base.txt
8185
# -c requirements/constraints.in
8286
# requests
87+
zipp==3.16.2
88+
# via importlib-metadata

Diff for: requirements/dev.txt

+49-12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
55
# pip-compile requirements/dev.in
@@ -54,18 +54,22 @@ click==8.1.6
5454
# -c requirements/base.txt
5555
# -c requirements/test.txt
5656
# pip-tools
57-
comm==0.1.3
57+
comm==0.1.4
5858
# via
5959
# ipykernel
6060
# ipywidgets
61-
debugpy==1.6.7
61+
debugpy==1.6.7.post1
6262
# via ipykernel
6363
decorator==5.1.1
6464
# via ipython
6565
defusedxml==0.7.1
6666
# via nbconvert
6767
distlib==0.3.7
6868
# via virtualenv
69+
exceptiongroup==1.1.2
70+
# via
71+
# -c requirements/test.txt
72+
# anyio
6973
executing==1.2.0
7074
# via stack-data
7175
fastjsonschema==2.18.0
@@ -83,7 +87,20 @@ idna==3.4
8387
# anyio
8488
# jsonschema
8589
# requests
86-
ipykernel==6.25.0
90+
importlib-metadata==6.8.0
91+
# via
92+
# jupyter-client
93+
# jupyter-lsp
94+
# jupyterlab
95+
# jupyterlab-server
96+
# nbconvert
97+
importlib-resources==6.0.1
98+
# via
99+
# jsonschema
100+
# jsonschema-specifications
101+
# jupyterlab
102+
# notebook
103+
ipykernel==6.25.1
87104
# via
88105
# jupyter
89106
# jupyter-console
@@ -114,7 +131,7 @@ json5==0.9.14
114131
# via jupyterlab-server
115132
jsonpointer==2.4
116133
# via jsonschema
117-
jsonschema[format-nongpl]==4.18.4
134+
jsonschema[format-nongpl]==4.19.0
118135
# via
119136
# jupyter-events
120137
# jupyterlab-server
@@ -157,7 +174,7 @@ jupyter-server==2.7.0
157174
# notebook-shim
158175
jupyter-server-terminals==0.4.4
159176
# via jupyter-server
160-
jupyterlab==4.0.3
177+
jupyterlab==4.0.4
161178
# via notebook
162179
jupyterlab-pygments==0.2.2
163180
# via nbconvert
@@ -192,13 +209,13 @@ nest-asyncio==1.5.7
192209
# via ipykernel
193210
nodeenv==1.8.0
194211
# via pre-commit
195-
notebook==7.0.1
212+
notebook==7.0.2
196213
# via jupyter
197214
notebook-shim==0.2.3
198215
# via
199216
# jupyterlab
200217
# notebook
201-
overrides==7.3.1
218+
overrides==7.4.0
202219
# via jupyter-server
203220
packaging==23.1
204221
# via
@@ -219,8 +236,10 @@ pexpect==4.8.0
219236
# via ipython
220237
pickleshare==0.7.5
221238
# via ipython
222-
pip-tools==7.1.0
239+
pip-tools==7.3.0
223240
# via -r requirements/dev.in
241+
pkgutil-resolve-name==1.3.10
242+
# via jsonschema
224243
platformdirs==3.10.0
225244
# via
226245
# -c requirements/test.txt
@@ -244,7 +263,7 @@ pure-eval==0.2.2
244263
# via stack-data
245264
pycparser==2.21
246265
# via cffi
247-
pygments==2.15.1
266+
pygments==2.16.1
248267
# via
249268
# ipython
250269
# jupyter-console
@@ -259,6 +278,8 @@ python-dateutil==2.8.2
259278
# jupyter-client
260279
python-json-logger==2.0.7
261280
# via jupyter-events
281+
pytz==2023.3
282+
# via babel
262283
pyyaml==6.0.1
263284
# via
264285
# -c requirements/test.txt
@@ -275,7 +296,7 @@ qtconsole==5.4.3
275296
# via jupyter
276297
qtpy==2.3.1
277298
# via qtconsole
278-
referencing==0.30.0
299+
referencing==0.30.2
279300
# via
280301
# jsonschema
281302
# jsonschema-specifications
@@ -318,6 +339,13 @@ terminado==0.17.1
318339
# jupyter-server-terminals
319340
tinycss2==1.2.1
320341
# via nbconvert
342+
tomli==2.0.1
343+
# via
344+
# -c requirements/test.txt
345+
# build
346+
# jupyterlab
347+
# pip-tools
348+
# pyproject-hooks
321349
tornado==6.3.2
322350
# via
323351
# ipykernel
@@ -343,6 +371,11 @@ traitlets==5.9.0
343371
# nbconvert
344372
# nbformat
345373
# qtconsole
374+
typing-extensions==4.7.1
375+
# via
376+
# -c requirements/test.txt
377+
# async-lru
378+
# ipython
346379
uri-template==1.3.0
347380
# via jsonschema
348381
urllib3==1.26.16
@@ -363,12 +396,16 @@ webencodings==0.5.1
363396
# tinycss2
364397
websocket-client==1.6.1
365398
# via jupyter-server
366-
wheel==0.41.0
399+
wheel==0.41.1
367400
# via
368401
# -c requirements/constraints.in
369402
# pip-tools
370403
widgetsnbextension==4.0.8
371404
# via ipywidgets
405+
zipp==3.16.2
406+
# via
407+
# importlib-metadata
408+
# importlib-resources
372409

373410
# The following packages are considered to be unsafe in a requirements file:
374411
# pip

Diff for: requirements/extra-csv.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
55
# pip-compile requirements/extra-csv.in

Diff for: requirements/extra-docx.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
55
# pip-compile requirements/extra-docx.in

Diff for: requirements/extra-markdown.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
55
# pip-compile requirements/extra-markdown.in
66
#
7+
importlib-metadata==6.8.0
8+
# via markdown
79
markdown==3.4.4
810
# via -r requirements/extra-markdown.in
11+
zipp==3.16.2
12+
# via importlib-metadata

Diff for: requirements/extra-msg.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
55
# pip-compile requirements/extra-msg.in

Diff for: requirements/extra-odt.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
55
# pip-compile requirements/extra-odt.in

Diff for: requirements/extra-pandoc.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
55
# pip-compile requirements/extra-pandoc.in

Diff for: requirements/extra-pdf-image.in

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ pdfminer.six
66
# NOTE(robinson) - See this issue here
77
# https://github.com/facebookresearch/detectron2/issues/5010
88
Pillow<10
9-
unstructured-inference==0.5.7
9+
unstructured-inference==0.5.9
10+
# consistency with other ingest-*.in
11+
cryptography==41.0.2

0 commit comments

Comments
 (0)