Skip to content

Commit

Permalink
version 0.0.81; bump to unstructured==0.15.13 (#463)
Browse files Browse the repository at this point in the history
### Summary

Bumps to `unstructured==0.15.13` to apply security patches.
  • Loading branch information
MthwRobinson authored Sep 23, 2024
1 parent a189c87 commit d42a6cf
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 55 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.0.81.dev
## 0.0.81

* Update `strategy` parameter to allow `'` and `"` as input surrounding the value.

Expand Down
52 changes: 27 additions & 25 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.7.0
# via pydantic
antlr4-python3-runtime==4.9.3
# via omegaconf
anyio==4.4.0
anyio==4.6.0
# via
# httpx
# starlette
Expand Down Expand Up @@ -46,7 +46,9 @@ coloredlogs==15.0.1
contourpy==1.3.0
# via matplotlib
cryptography==43.0.1
# via pdfminer-six
# via
# pdfminer-six
# unstructured-client
cycler==0.12.1
# via matplotlib
dataclasses-json==0.6.7
Expand All @@ -59,15 +61,15 @@ deprecated==1.2.14
# via pikepdf
effdet==0.4.1
# via unstructured
emoji==2.12.1
emoji==2.13.0
# via unstructured
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.2
# via anyio
fastapi==0.113.0
# via -r requirements/base.in
filelock==3.16.0
filelock==3.16.1
# via
# huggingface-hub
# torch
Expand All @@ -76,15 +78,15 @@ filetype==1.2.0
# via unstructured
flatbuffers==24.3.25
# via onnxruntime
fonttools==4.53.1
fonttools==4.54.0
# via matplotlib
fsspec==2024.9.0
# via
# huggingface-hub
# torch
google-api-core[grpc]==2.19.2
google-api-core[grpc]==2.20.0
# via google-cloud-vision
google-auth==2.34.0
google-auth==2.35.0
# via
# google-api-core
# google-cloud-vision
Expand All @@ -108,15 +110,15 @@ httpcore==1.0.5
# via httpx
httpx==0.27.2
# via unstructured-client
huggingface-hub==0.24.6
huggingface-hub==0.25.1
# via
# timm
# tokenizers
# transformers
# unstructured-inference
humanfriendly==10.0
# via coloredlogs
idna==3.8
idna==3.10
# via
# anyio
# httpx
Expand Down Expand Up @@ -211,7 +213,7 @@ packaging==24.1
# transformers
# unstructured-client
# unstructured-pytesseract
pandas==2.2.2
pandas==2.2.3
# via
# layoutparser
# unstructured
Expand Down Expand Up @@ -246,7 +248,7 @@ proto-plus==1.24.0
# via
# google-api-core
# google-cloud-vision
protobuf==5.28.0
protobuf==5.28.2
# via
# google-api-core
# google-cloud-vision
Expand All @@ -259,27 +261,27 @@ psutil==6.0.0
# via
# -r requirements/base.in
# unstructured
pyasn1==0.6.0
pyasn1==0.6.1
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
pyasn1-modules==0.4.1
# via google-auth
pycocotools==2.0.8
# via effdet
pycparser==2.22
# via cffi
pycryptodome==3.20.0
# via -r requirements/base.in
pydantic==2.9.1
pydantic==2.9.2
# via fastapi
pydantic-core==2.23.3
pydantic-core==2.23.4
# via pydantic
pypandoc==1.13
# via unstructured
pyparsing==3.1.4
# via matplotlib
pypdf==4.3.1
pypdf==5.0.0
# via
# -r requirements/base.in
# unstructured
Expand All @@ -297,13 +299,13 @@ python-iso639==2024.4.27
# via unstructured
python-magic==0.4.27
# via unstructured
python-multipart==0.0.9
python-multipart==0.0.10
# via unstructured-inference
python-oxmsg==0.0.1
# via unstructured
python-pptx==1.0.2
# via unstructured
pytz==2024.1
pytz==2024.2
# via pandas
pyyaml==6.0.2
# via
Expand All @@ -312,13 +314,13 @@ pyyaml==6.0.2
# omegaconf
# timm
# transformers
rapidfuzz==3.9.7
rapidfuzz==3.10.0
# via
# unstructured
# unstructured-inference
ratelimit==2.2.1
# via -r requirements/base.in
regex==2024.7.24
regex==2024.9.11
# via
# nltk
# transformers
Expand Down Expand Up @@ -352,9 +354,9 @@ sniffio==1.3.1
# httpx
soupsieve==2.6
# via beautifulsoup4
starlette==0.38.5
starlette==0.38.6
# via fastapi
sympy==1.13.2
sympy==1.13.3
# via
# onnxruntime
# torch
Expand Down Expand Up @@ -409,15 +411,15 @@ typing-inspect==0.9.0
# unstructured-client
tzdata==2024.1
# via pandas
unstructured[all-docs]==0.15.10
unstructured[all-docs]==0.15.13
# via -r requirements/base.in
unstructured-client==0.25.8
unstructured-client==0.25.9
# via unstructured
unstructured-inference==0.7.36
# via unstructured
unstructured-pytesseract==0.3.13
# via unstructured
urllib3==2.2.2
urllib3==2.2.3
# via
# requests
# unstructured-client
Expand Down
Loading

0 comments on commit d42a6cf

Please sign in to comment.