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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.17.9
- Patch various CVEs

## 0.17.8

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY test_unstructured test_unstructured
COPY example-docs example-docs

RUN chown -R notebook-user:notebook-user /app && \
apk add font-ubuntu git && \
apk add --no-cache font-ubuntu fontconfig git && \
fc-cache -fv && \
[ -e /usr/bin/python3 ] || ln -s /usr/bin/$PYTHON /usr/bin/python3

Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ rapidfuzz==3.13.0
# via -r ./base.in
regex==2024.11.6
# via nltk
requests==2.32.3
requests==2.32.4
# via
# -r ./base.in
# requests-toolbelt
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-paddleocr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ rapidfuzz==3.13.0
# via
# -c ./base.txt
# unstructured-paddleocr
requests==2.32.3
requests==2.32.4
# via
# -c ./base.txt
# unstructured-paddleocr
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-pdf-image.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ regex==2024.11.6
# via
# -c ./base.txt
# transformers
requests==2.32.3
requests==2.32.4
# via
# -c ./base.txt
# google-api-core
Expand Down
2 changes: 1 addition & 1 deletion requirements/huggingface.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ regex==2024.11.6
# -c ./base.txt
# sacremoses
# transformers
requests==2.32.3
requests==2.32.4
# via
# -c ./base.txt
# huggingface-hub
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.17.8" # pragma: no cover
__version__ = "0.17.9" # pragma: no cover
Loading