File tree Expand file tree Collapse file tree 8 files changed +12
-11
lines changed Expand file tree Collapse file tree 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
22
33### Enhancements
44
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
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ python-magic==0.4.27
100100 # via -r ./base.in
101101python-oxmsg==0.0.1
102102 # via -r ./base.in
103- rapidfuzz==3.10.0
103+ rapidfuzz==3.10.1
104104 # via -r ./base.in
105105regex==2024.9.11
106106 # via nltk
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ python-dateutil==2.9.0.post0
127127 # matplotlib
128128pyyaml==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
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ google-cloud-vision
1111effdet
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
1515unstructured.pytesseract>=0.3.12
Original file line number Diff line number Diff 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
5959googleapis-common-protos==1.65.0
6060 # via
@@ -167,7 +167,7 @@ pillow==11.0.0
167167 # unstructured-pytesseract
168168portalocker==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
283283tzdata==2024.2
284284 # via pandas
285- unstructured-inference==0.8.0
285+ unstructured-inference==0.8.1
286286 # via -r ./extra-pdf-image.in
287287unstructured-pytesseract==0.3.13
288288 # via -r ./extra-pdf-image.in
Original file line number Diff line number Diff line change 44#
55# pip-compile ./extra-xlsx.in
66#
7- et-xmlfile==1.1 .0
7+ et-xmlfile==2.0 .0
88 # via openpyxl
99networkx==3.2.1
1010 # via -r ./extra-xlsx.in
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ mccabe==0.7.0
9595 # via flake8
9696multidict==6.1.0
9797 # via yarl
98- mypy==1.12.1
98+ mypy==1.13.0
9999 # via -r ./test.in
100100mypy-extensions==1.0.0
101101 # 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