Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## 0.18.24-dev0
## 0.18.24

### Enhancement
- Optimize `OCRAgentTesseract.extract_word_from_hocr` (codeflash)


### Fixes
- **Security update**: Bumped dependencies to address security vulnerabilities

## 0.18.23

### Enhancement
Expand Down
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ langdetect==1.0.9
# via -r base.in
lxml==6.0.2
# via -r base.in
marshmallow==3.26.1
marshmallow==3.26.2
# via
# dataclasses-json
# unstructured-client
Expand All @@ -89,7 +89,7 @@ psutil==7.1.3
# via -r base.in
pycparser==2.23
# via cffi
pypdf==6.3.0
pypdf==6.4.0
# via unstructured-client
python-dateutil==2.9.0.post0
# via unstructured-client
Expand Down Expand Up @@ -143,7 +143,7 @@ unstructured-client==0.25.9
# via
# -c deps/constraints.txt
# -r base.in
urllib3==2.5.0
urllib3==2.6.0
# via
# -c deps/constraints.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ click==8.3.1
# pip-tools
distlib==0.4.0
# via virtualenv
filelock==3.20.0
filelock==3.20.1
# via virtualenv
identify==2.6.15
# via pre-commit
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-paddleocr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ typing-inspection==0.4.2
# via pydantic
unstructured-paddleocr==2.10.0
# via -r ./extra-paddleocr.in
urllib3==2.5.0
urllib3==2.6.0
# via
# -c ./base.txt
# -c ././deps/constraints.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/extra-pdf-image.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ deprecated==1.3.1
# via pikepdf
effdet==0.4.1
# via -r ./extra-pdf-image.in
filelock==3.20.0
filelock==3.20.1
# via
# huggingface-hub
# torch
Expand Down Expand Up @@ -191,7 +191,7 @@ pycparser==2.23
# cffi
pyparsing==3.2.5
# via matplotlib
pypdf==6.3.0
pypdf==6.4.0
# via
# -c ./base.txt
# -r ./extra-pdf-image.in
Expand Down Expand Up @@ -283,7 +283,7 @@ unstructured-inference==1.1.2
# via -r ./extra-pdf-image.in
unstructured-pytesseract==0.3.15
# via -r ./extra-pdf-image.in
urllib3==2.5.0
urllib3==2.6.0
# via
# -c ./base.txt
# -c ././deps/constraints.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/huggingface.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ click==8.3.1
# via
# -c base.txt
# sacremoses
filelock==3.20.0
filelock==3.20.1
# via
# huggingface-hub
# torch
Expand Down Expand Up @@ -105,7 +105,7 @@ typing-extensions==4.15.0
# -c base.txt
# huggingface-hub
# torch
urllib3==2.5.0
urllib3==2.6.0
# via
# -c base.txt
# -c deps/constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ typing-extensions==4.15.0
# typing-inspection
typing-inspection==0.4.2
# via pydantic
urllib3==2.5.0
urllib3==2.6.0
# via
# -c base.txt
# -c deps/constraints.txt
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.18.24-dev0" # pragma: no cover
__version__ = "0.18.24" # pragma: no cover
Loading