From d42a6cfcbfc826c511ab34849c805ae4c2279c11 Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Mon, 23 Sep 2024 13:55:03 -0400 Subject: [PATCH] version `0.0.81`; bump to `unstructured==0.15.13` (#463) ### Summary Bumps to `unstructured==0.15.13` to apply security patches. --- CHANGELOG.md | 2 +- requirements/base.txt | 52 ++++++++++++++++++++------------------ requirements/test.txt | 59 ++++++++++++++++++++++--------------------- 3 files changed, 58 insertions(+), 55 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e8a050c..3c2e8fa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.0.81.dev +## 0.0.81 * Update `strategy` parameter to allow `'` and `"` as input surrounding the value. diff --git a/requirements/base.txt b/requirements/base.txt index 089c02ff..47934cf0 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -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 @@ -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 @@ -59,7 +61,7 @@ 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 @@ -67,7 +69,7 @@ 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 @@ -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 @@ -108,7 +110,7 @@ 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 @@ -116,7 +118,7 @@ huggingface-hub==0.24.6 # unstructured-inference humanfriendly==10.0 # via coloredlogs -idna==3.8 +idna==3.10 # via # anyio # httpx @@ -211,7 +213,7 @@ packaging==24.1 # transformers # unstructured-client # unstructured-pytesseract -pandas==2.2.2 +pandas==2.2.3 # via # layoutparser # unstructured @@ -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 @@ -259,11 +261,11 @@ 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 @@ -271,15 +273,15 @@ 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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements/test.txt b/requirements/test.txt index fff96f98..cbfbd943 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -12,7 +12,7 @@ antlr4-python3-runtime==4.9.3 # via # -r requirements/base.txt # omegaconf -anyio==4.4.0 +anyio==4.6.0 # via # -r requirements/base.txt # httpx @@ -105,6 +105,7 @@ cryptography==43.0.1 # via # -r requirements/base.txt # pdfminer-six + # unstructured-client cycler==0.12.1 # via # -r requirements/base.txt @@ -133,7 +134,7 @@ effdet==0.4.1 # via # -r requirements/base.txt # unstructured -emoji==2.12.1 +emoji==2.13.0 # via # -r requirements/base.txt # unstructured @@ -153,14 +154,14 @@ executing==2.1.0 # via stack-data fastapi==0.113.0 # via -r requirements/base.txt -fastcore==1.7.5 +fastcore==1.7.9 # via # execnb # ghapi # nbdev fastjsonschema==2.20.0 # via nbformat -filelock==3.16.0 +filelock==3.16.1 # via # -r requirements/base.txt # huggingface-hub @@ -176,7 +177,7 @@ flatbuffers==24.3.25 # via # -r requirements/base.txt # onnxruntime -fonttools==4.53.1 +fonttools==4.54.0 # via # -r requirements/base.txt # matplotlib @@ -189,11 +190,11 @@ fsspec==2024.9.0 # torch ghapi==1.0.6 # via nbdev -google-api-core[grpc]==2.19.2 +google-api-core[grpc]==2.20.0 # via # -r requirements/base.txt # google-cloud-vision -google-auth==2.34.0 +google-auth==2.35.0 # via # -r requirements/base.txt # google-api-core @@ -231,7 +232,7 @@ httpx==0.27.2 # -r requirements/test.in # jupyterlab # unstructured-client -huggingface-hub==0.24.6 +huggingface-hub==0.25.1 # via # -r requirements/base.txt # timm @@ -242,7 +243,7 @@ humanfriendly==10.0 # via # -r requirements/base.txt # coloredlogs -idna==3.8 +idna==3.10 # via # -r requirements/base.txt # anyio @@ -302,7 +303,7 @@ jsonschema-specifications==2023.12.1 # via jsonschema jupyter==1.1.1 # via -r requirements/test.in -jupyter-client==8.6.2 +jupyter-client==8.6.3 # via # ipykernel # jupyter-console @@ -410,7 +411,7 @@ nbconvert==7.16.4 # via # jupyter # jupyter-server -nbdev==2.3.29 +nbdev==2.3.31 # via -r requirements/test.in nbformat==5.10.4 # via @@ -506,7 +507,7 @@ packaging==24.1 # transformers # unstructured-client # unstructured-pytesseract -pandas==2.2.2 +pandas==2.2.3 # via # -r requirements/base.txt # layoutparser @@ -553,7 +554,7 @@ pillow==10.4.0 # python-pptx # torchvision # unstructured-pytesseract -platformdirs==4.3.2 +platformdirs==4.3.6 # via # black # jupyter-core @@ -563,7 +564,7 @@ portalocker==2.10.1 # via # -r requirements/base.txt # iopath -prometheus-client==0.20.0 +prometheus-client==0.21.0 # via jupyter-server prompt-toolkit==3.0.47 # via @@ -574,7 +575,7 @@ proto-plus==1.24.0 # -r requirements/base.txt # google-api-core # google-cloud-vision -protobuf==5.28.0 +protobuf==5.28.2 # via # -r requirements/base.txt # google-api-core @@ -595,12 +596,12 @@ ptyprocess==0.7.0 # terminado pure-eval==0.2.3 # via stack-data -pyasn1==0.6.0 +pyasn1==0.6.1 # via # -r requirements/base.txt # pyasn1-modules # rsa -pyasn1-modules==0.4.0 +pyasn1-modules==0.4.1 # via # -r requirements/base.txt # google-auth @@ -616,11 +617,11 @@ pycparser==2.22 # cffi pycryptodome==3.20.0 # via -r requirements/base.txt -pydantic==2.9.1 +pydantic==2.9.2 # via # -r requirements/base.txt # fastapi -pydantic-core==2.23.3 +pydantic-core==2.23.4 # via # -r requirements/base.txt # pydantic @@ -639,7 +640,7 @@ pyparsing==3.1.4 # via # -r requirements/base.txt # matplotlib -pypdf==4.3.1 +pypdf==5.0.0 # via # -r requirements/base.txt # unstructured @@ -678,7 +679,7 @@ python-magic==0.4.27 # via # -r requirements/base.txt # unstructured -python-multipart==0.0.9 +python-multipart==0.0.10 # via # -r requirements/base.txt # unstructured-inference @@ -690,7 +691,7 @@ python-pptx==1.0.2 # via # -r requirements/base.txt # unstructured -pytz==2024.1 +pytz==2024.2 # via # -r requirements/base.txt # pandas @@ -710,7 +711,7 @@ pyzmq==26.2.0 # jupyter-client # jupyter-console # jupyter-server -rapidfuzz==3.9.7 +rapidfuzz==3.10.0 # via # -r requirements/base.txt # unstructured @@ -722,7 +723,7 @@ referencing==0.35.1 # jsonschema # jsonschema-specifications # jupyter-events -regex==2024.7.24 +regex==2024.9.11 # via # -r requirements/base.txt # nltk @@ -789,11 +790,11 @@ soupsieve==2.6 # beautifulsoup4 stack-data==0.6.3 # via ipython -starlette==0.38.5 +starlette==0.38.6 # via # -r requirements/base.txt # fastapi -sympy==1.13.2 +sympy==1.13.3 # via # -r requirements/base.txt # onnxruntime @@ -906,9 +907,9 @@ tzdata==2024.1 # via # -r requirements/base.txt # pandas -unstructured[all-docs]==0.15.10 +unstructured[all-docs]==0.15.13 # via -r requirements/base.txt -unstructured-client==0.25.8 +unstructured-client==0.25.9 # via # -r requirements/base.txt # unstructured @@ -922,7 +923,7 @@ unstructured-pytesseract==0.3.13 # unstructured uri-template==1.3.0 # via jsonschema -urllib3==2.2.2 +urllib3==2.2.3 # via # -r requirements/base.txt # requests