Skip to content

Commit 340a07f

Browse files
authored
[Merge] release to 0.16.3 (#3755)
- bump version to 0.16.3 based on Pluto's fix on layout parsing - update unstructured-inference version to 0.8.1 in
1 parent 5a91f0c commit 340a07f

File tree

8 files changed

+12
-11
lines changed

8 files changed

+12
-11
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.16.3-dev2
1+
## 0.16.3
22

33
### Enhancements
44

@@ -8,6 +8,7 @@
88

99
* **V2 elements without first parent ID can be parsed**
1010
* **Fix missing elements when layout element parsed in V2 ontology**
11+
* updated **unstructured-inference** to be **0.8.1** in requirements/extra-pdf-image.in
1112

1213

1314
## 0.16.2

requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ python-magic==0.4.27
100100
# via -r ./base.in
101101
python-oxmsg==0.0.1
102102
# via -r ./base.in
103-
rapidfuzz==3.10.0
103+
rapidfuzz==3.10.1
104104
# via -r ./base.in
105105
regex==2024.9.11
106106
# via nltk

requirements/extra-paddleocr.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ python-dateutil==2.9.0.post0
127127
# matplotlib
128128
pyyaml==6.0.2
129129
# via unstructured-paddleocr
130-
rapidfuzz==3.10.0
130+
rapidfuzz==3.10.1
131131
# via
132132
# -c ./base.txt
133133
# unstructured-paddleocr

requirements/extra-pdf-image.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ google-cloud-vision
1111
effdet
1212
# Do not move to constraints.in, otherwise unstructured-inference will not be upgraded
1313
# when unstructured library is.
14-
unstructured-inference==0.8.0
14+
unstructured-inference==0.8.1
1515
unstructured.pytesseract>=0.3.12

requirements/extra-pdf-image.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ google-auth==2.35.0
5454
# via
5555
# google-api-core
5656
# google-cloud-vision
57-
google-cloud-vision==3.7.4
57+
google-cloud-vision==3.8.0
5858
# via -r ./extra-pdf-image.in
5959
googleapis-common-protos==1.65.0
6060
# via
@@ -167,7 +167,7 @@ pillow==11.0.0
167167
# unstructured-pytesseract
168168
portalocker==2.10.1
169169
# via iopath
170-
proto-plus==1.24.0
170+
proto-plus==1.25.0
171171
# via
172172
# google-api-core
173173
# google-cloud-vision
@@ -217,7 +217,7 @@ pyyaml==6.0.2
217217
# omegaconf
218218
# timm
219219
# transformers
220-
rapidfuzz==3.10.0
220+
rapidfuzz==3.10.1
221221
# via
222222
# -c ./base.txt
223223
# unstructured-inference
@@ -282,7 +282,7 @@ typing-extensions==4.12.2
282282
# torch
283283
tzdata==2024.2
284284
# via pandas
285-
unstructured-inference==0.8.0
285+
unstructured-inference==0.8.1
286286
# via -r ./extra-pdf-image.in
287287
unstructured-pytesseract==0.3.13
288288
# via -r ./extra-pdf-image.in

requirements/extra-xlsx.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile ./extra-xlsx.in
66
#
7-
et-xmlfile==1.1.0
7+
et-xmlfile==2.0.0
88
# via openpyxl
99
networkx==3.2.1
1010
# via -r ./extra-xlsx.in

requirements/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ mccabe==0.7.0
9595
# via flake8
9696
multidict==6.1.0
9797
# via yarl
98-
mypy==1.12.1
98+
mypy==1.13.0
9999
# via -r ./test.in
100100
mypy-extensions==1.0.0
101101
# via

unstructured/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.16.3-dev2" # pragma: no cover
1+
__version__ = "0.16.3" # pragma: no cover

0 commit comments

Comments
 (0)