File tree 8 files changed +12
-11
lines changed
8 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
- ## 0.16.3-dev2
1
+ ## 0.16.3
2
2
3
3
### Enhancements
4
4
8
8
9
9
* ** V2 elements without first parent ID can be parsed**
10
10
* ** 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
11
12
12
13
13
14
## 0.16.2
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ python-magic==0.4.27
100
100
# via -r ./base.in
101
101
python-oxmsg==0.0.1
102
102
# via -r ./base.in
103
- rapidfuzz==3.10.0
103
+ rapidfuzz==3.10.1
104
104
# via -r ./base.in
105
105
regex==2024.9.11
106
106
# via nltk
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ python-dateutil==2.9.0.post0
127
127
# matplotlib
128
128
pyyaml==6.0.2
129
129
# via unstructured-paddleocr
130
- rapidfuzz==3.10.0
130
+ rapidfuzz==3.10.1
131
131
# via
132
132
# -c ./base.txt
133
133
# unstructured-paddleocr
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ google-cloud-vision
11
11
effdet
12
12
# Do not move to constraints.in, otherwise unstructured-inference will not be upgraded
13
13
# when unstructured library is.
14
- unstructured-inference==0.8.0
14
+ unstructured-inference==0.8.1
15
15
unstructured.pytesseract>=0.3.12
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ google-auth==2.35.0
54
54
# via
55
55
# google-api-core
56
56
# google-cloud-vision
57
- google-cloud-vision==3.7.4
57
+ google-cloud-vision==3.8.0
58
58
# via -r ./extra-pdf-image.in
59
59
googleapis-common-protos==1.65.0
60
60
# via
@@ -167,7 +167,7 @@ pillow==11.0.0
167
167
# unstructured-pytesseract
168
168
portalocker==2.10.1
169
169
# via iopath
170
- proto-plus==1.24 .0
170
+ proto-plus==1.25 .0
171
171
# via
172
172
# google-api-core
173
173
# google-cloud-vision
@@ -217,7 +217,7 @@ pyyaml==6.0.2
217
217
# omegaconf
218
218
# timm
219
219
# transformers
220
- rapidfuzz==3.10.0
220
+ rapidfuzz==3.10.1
221
221
# via
222
222
# -c ./base.txt
223
223
# unstructured-inference
@@ -282,7 +282,7 @@ typing-extensions==4.12.2
282
282
# torch
283
283
tzdata==2024.2
284
284
# via pandas
285
- unstructured-inference==0.8.0
285
+ unstructured-inference==0.8.1
286
286
# via -r ./extra-pdf-image.in
287
287
unstructured-pytesseract==0.3.13
288
288
# via -r ./extra-pdf-image.in
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile ./extra-xlsx.in
6
6
#
7
- et-xmlfile==1.1 .0
7
+ et-xmlfile==2.0 .0
8
8
# via openpyxl
9
9
networkx==3.2.1
10
10
# via -r ./extra-xlsx.in
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ mccabe==0.7.0
95
95
# via flake8
96
96
multidict==6.1.0
97
97
# via yarl
98
- mypy==1.12.1
98
+ mypy==1.13.0
99
99
# via -r ./test.in
100
100
mypy-extensions==1.0.0
101
101
# via
Original file line number Diff line number Diff line change 1
- __version__ = "0.16.3-dev2 " # pragma: no cover
1
+ __version__ = "0.16.3" # pragma: no cover
You can’t perform that action at this time.
0 commit comments