Skip to content

Commit d16bf8f

Browse files
committed
make compile to update requirements/*.txt
1 parent 491dae0 commit d16bf8f

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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
11+
* updated **unstructured-inference** to be **0.8.1** in requirements/extra-pdf-image.in
1212

1313

1414
## 0.16.2

requirements/base.txt

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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.txt

Lines changed: 4 additions & 4 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)