Skip to content

Commit

Permalink
[Merge] release to 0.16.3 (#3755)
Browse files Browse the repository at this point in the history
- bump version to 0.16.3 based on Pluto's fix on layout parsing
- update unstructured-inference version to 0.8.1 in
  • Loading branch information
tbs17 authored Oct 25, 2024
1 parent 5a91f0c commit 340a07f
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.16.3-dev2
## 0.16.3

### Enhancements

Expand All @@ -8,6 +8,7 @@

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


## 0.16.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ python-magic==0.4.27
# via -r ./base.in
python-oxmsg==0.0.1
# via -r ./base.in
rapidfuzz==3.10.0
rapidfuzz==3.10.1
# via -r ./base.in
regex==2024.9.11
# via nltk
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-paddleocr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ python-dateutil==2.9.0.post0
# matplotlib
pyyaml==6.0.2
# via unstructured-paddleocr
rapidfuzz==3.10.0
rapidfuzz==3.10.1
# via
# -c ./base.txt
# unstructured-paddleocr
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-pdf-image.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ google-cloud-vision
effdet
# Do not move to constraints.in, otherwise unstructured-inference will not be upgraded
# when unstructured library is.
unstructured-inference==0.8.0
unstructured-inference==0.8.1
unstructured.pytesseract>=0.3.12
8 changes: 4 additions & 4 deletions requirements/extra-pdf-image.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ google-auth==2.35.0
# via
# google-api-core
# google-cloud-vision
google-cloud-vision==3.7.4
google-cloud-vision==3.8.0
# via -r ./extra-pdf-image.in
googleapis-common-protos==1.65.0
# via
Expand Down Expand Up @@ -167,7 +167,7 @@ pillow==11.0.0
# unstructured-pytesseract
portalocker==2.10.1
# via iopath
proto-plus==1.24.0
proto-plus==1.25.0
# via
# google-api-core
# google-cloud-vision
Expand Down Expand Up @@ -217,7 +217,7 @@ pyyaml==6.0.2
# omegaconf
# timm
# transformers
rapidfuzz==3.10.0
rapidfuzz==3.10.1
# via
# -c ./base.txt
# unstructured-inference
Expand Down Expand Up @@ -282,7 +282,7 @@ typing-extensions==4.12.2
# torch
tzdata==2024.2
# via pandas
unstructured-inference==0.8.0
unstructured-inference==0.8.1
# via -r ./extra-pdf-image.in
unstructured-pytesseract==0.3.13
# via -r ./extra-pdf-image.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-xlsx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile ./extra-xlsx.in
#
et-xmlfile==1.1.0
et-xmlfile==2.0.0
# via openpyxl
networkx==3.2.1
# via -r ./extra-xlsx.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ mccabe==0.7.0
# via flake8
multidict==6.1.0
# via yarl
mypy==1.12.1
mypy==1.13.0
# via -r ./test.in
mypy-extensions==1.0.0
# via
Expand Down
2 changes: 1 addition & 1 deletion unstructured/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.16.3-dev2" # pragma: no cover
__version__ = "0.16.3" # pragma: no cover

0 comments on commit 340a07f

Please sign in to comment.