diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a91d2e47..89d90e04e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 0.0.83 +* Patch more CVEs * Patch various CVEs * Fix Starlette vulnerability diff --git a/requirements/base.txt b/requirements/base.txt index fe3d9f563..2980bbb8d 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -10,7 +10,7 @@ annotated-types==0.7.0 # via pydantic antlr4-python3-runtime==4.9.3 # via omegaconf -anyio==4.8.0 +anyio==4.9.0 # via # httpx # starlette @@ -18,11 +18,11 @@ backoff==2.2.1 # via # -r requirements/base.in # unstructured -beautifulsoup4==4.12.3 +beautifulsoup4==4.13.4 # via unstructured -cachetools==5.5.1 +cachetools==5.5.2 # via google-auth -certifi==2024.12.14 +certifi==2025.4.26 # via # httpcore # httpx @@ -43,9 +43,9 @@ click==8.1.3 # uvicorn coloredlogs==15.0.1 # via onnxruntime -contourpy==1.3.1 +contourpy==1.3.2 # via matplotlib -cryptography==44.0.0 +cryptography==44.0.2 # via # pdfminer-six # unstructured-client @@ -63,52 +63,52 @@ et-xmlfile==2.0.0 # via openpyxl eval-type-backport==0.2.2 # via unstructured-client -fastapi==0.115.8 +fastapi==0.115.12 # via -r requirements/base.in -filelock==3.17.0 +filelock==3.18.0 # via # huggingface-hub # torch # transformers filetype==1.2.0 # via unstructured -flatbuffers==25.1.24 +flatbuffers==25.2.10 # via onnxruntime -fonttools==4.55.8 +fonttools==4.57.0 # via matplotlib -fsspec==2024.12.0 +fsspec==2025.3.2 # via # huggingface-hub # torch -google-api-core[grpc]==2.24.1 +google-api-core[grpc]==2.24.2 # via google-cloud-vision -google-auth==2.38.0 +google-auth==2.39.0 # via # google-api-core # google-cloud-vision -google-cloud-vision==3.9.0 +google-cloud-vision==3.10.1 # via unstructured -googleapis-common-protos==1.66.0 +googleapis-common-protos==1.70.0 # via # google-api-core # grpcio-status -grpcio==1.70.0 +grpcio==1.71.0 # via # google-api-core # grpcio-status -grpcio-status==1.70.0 +grpcio-status==1.71.0 # via google-api-core -h11==0.14.0 +h11==0.16.0 # via # httpcore # uvicorn html5lib==1.1 # via unstructured -httpcore==1.0.7 +httpcore==1.0.9 # via httpx httpx==0.28.1 # via unstructured-client -huggingface-hub==0.28.1 +huggingface-hub==0.30.2 # via # timm # tokenizers @@ -121,35 +121,33 @@ idna==3.10 # anyio # httpx # requests -jinja2==3.1.5 +jinja2==3.1.6 # via torch joblib==1.4.2 # via nltk -jsonpath-python==1.0.6 - # via unstructured-client kiwisolver==1.4.8 # via matplotlib langdetect==1.0.9 # via unstructured -lxml==5.3.0 +lxml==5.4.0 # via # pikepdf # python-docx # python-pptx # unstructured -markdown==3.7 +markdown==3.8 # via unstructured markupsafe==3.0.2 # via jinja2 -marshmallow==3.26.0 +marshmallow==3.26.1 # via dataclasses-json -matplotlib==3.10.0 +matplotlib==3.10.1 # via # pycocotools # unstructured-inference mpmath==1.3.0 # via sympy -mypy-extensions==1.0.0 +mypy-extensions==1.1.0 # via typing-inspect nest-asyncio==1.6.0 # via unstructured-client @@ -182,13 +180,15 @@ onnx==1.17.0 # via # unstructured # unstructured-inference -onnxruntime==1.20.1 - # via unstructured-inference +onnxruntime==1.21.1 + # via + # unstructured + # unstructured-inference opencv-python==4.11.0.86 # via unstructured-inference openpyxl==3.1.5 # via unstructured -packaging==24.2 +packaging==25.0 # via # huggingface-hub # marshmallow @@ -203,15 +203,15 @@ pandas==2.2.3 # unstructured-inference pdf2image==1.17.0 # via unstructured -pdfminer-six==20240706 +pdfminer-six==20250416 # via # unstructured # unstructured-inference -pi-heif==0.21.0 +pi-heif==0.22.0 # via unstructured -pikepdf==9.5.1 +pikepdf==9.7.0 # via unstructured -pillow==11.1.0 +pillow==11.2.1 # via # matplotlib # pdf2image @@ -220,11 +220,11 @@ pillow==11.1.0 # python-pptx # torchvision # unstructured-pytesseract -proto-plus==1.26.0 +proto-plus==1.26.1 # via # google-api-core # google-cloud-vision -protobuf==5.29.3 +protobuf==5.29.4 # via # google-api-core # google-cloud-vision @@ -233,7 +233,7 @@ protobuf==5.29.3 # onnx # onnxruntime # proto-plus -psutil==6.1.1 +psutil==7.0.0 # via # -r requirements/base.in # unstructured @@ -241,25 +241,25 @@ pyasn1==0.6.1 # via # pyasn1-modules # rsa -pyasn1-modules==0.4.1 +pyasn1-modules==0.4.2 # via google-auth pycocotools==2.0.8 # via effdet pycparser==2.22 # via cffi -pycryptodome==3.21.0 +pycryptodome==3.22.0 # via -r requirements/base.in -pydantic==2.10.6 +pydantic==2.11.4 # via # fastapi # unstructured-client -pydantic-core==2.27.2 +pydantic-core==2.33.2 # via pydantic pypandoc==1.15 # via unstructured -pyparsing==3.2.1 +pyparsing==3.2.3 # via matplotlib -pypdf==5.2.0 +pypdf==5.4.0 # via # -r requirements/base.in # unstructured @@ -270,20 +270,19 @@ python-dateutil==2.9.0.post0 # via # matplotlib # pandas - # unstructured-client python-docx==1.1.2 # via unstructured -python-iso639==2025.1.28 +python-iso639==2025.2.18 # via unstructured python-magic==0.4.27 # via unstructured python-multipart==0.0.20 # via unstructured-inference -python-oxmsg==0.0.1 +python-oxmsg==0.0.2 # via unstructured python-pptx==1.0.2 # via unstructured -pytz==2024.2 +pytz==2025.2 # via pandas pyyaml==6.0.2 # via @@ -291,7 +290,7 @@ pyyaml==6.0.2 # omegaconf # timm # transformers -rapidfuzz==3.12.1 +rapidfuzz==3.13.0 # via # unstructured # unstructured-inference @@ -311,13 +310,13 @@ requests==2.32.3 # unstructured requests-toolbelt==1.0.0 # via unstructured-client -rsa==4.9 +rsa==4.9.1 # via google-auth -safetensors==0.5.2 +safetensors==0.5.3 # via # timm # transformers -scipy==1.15.1 +scipy==1.15.2 # via unstructured-inference six==1.17.0 # via @@ -326,29 +325,29 @@ six==1.17.0 # python-dateutil sniffio==1.3.1 # via anyio -soupsieve==2.6 +soupsieve==2.7 # via beautifulsoup4 starlette==0.41.2 # via # -c requirements/constraints.in # fastapi -sympy==1.13.1 +sympy==1.14.0 # via # onnxruntime # torch -timm==1.0.14 +timm==1.0.15 # via # effdet # unstructured-inference -tokenizers==0.21.0 +tokenizers==0.21.1 # via transformers -torch==2.6.0 +torch==2.7.0 # via # effdet # timm # torchvision # unstructured-inference -torchvision==0.21.0 +torchvision==0.22.0 # via # effdet # timm @@ -358,11 +357,12 @@ tqdm==4.67.1 # nltk # transformers # unstructured -transformers==4.48.2 +transformers==4.51.3 # via unstructured-inference -typing-extensions==4.12.2 +typing-extensions==4.13.2 # via # anyio + # beautifulsoup4 # fastapi # huggingface-hub # pydantic @@ -372,24 +372,27 @@ typing-extensions==4.12.2 # python-pptx # torch # typing-inspect + # typing-inspection # unstructured typing-inspect==0.9.0 + # via dataclasses-json +typing-inspection==0.4.0 # via - # dataclasses-json + # pydantic # unstructured-client -tzdata==2025.1 +tzdata==2025.2 # via pandas -unstructured[all-docs]==0.16.17 +unstructured[all-docs]==0.17.2 # via -r requirements/base.in -unstructured-client==0.29.0 +unstructured-client==0.34.0 # via unstructured -unstructured-inference==0.8.6 +unstructured-inference==0.8.10 # via unstructured -unstructured-pytesseract==0.3.13 +unstructured-pytesseract==0.3.15 # via unstructured -urllib3==2.3.0 +urllib3==2.4.0 # via requests -uvicorn==0.34.0 +uvicorn==0.34.2 # via -r requirements/base.in webencodings==0.5.1 # via html5lib @@ -399,7 +402,7 @@ wrapt==1.17.2 # unstructured xlrd==2.0.1 # via unstructured -xlsxwriter==3.2.2 +xlsxwriter==3.2.3 # via python-pptx # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/test.in b/requirements/test.in index c507ed49d..3765a9321 100644 --- a/requirements/test.in +++ b/requirements/test.in @@ -9,6 +9,6 @@ mypy pytest-cov pytest-mock nbdev -jupyter +# jupyter httpx deepdiff diff --git a/requirements/test.txt b/requirements/test.txt index 438372284..b50690cbd 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -16,52 +16,32 @@ antlr4-python3-runtime==4.9.3 # via # -r requirements/base.txt # omegaconf -anyio==4.8.0 +anyio==4.9.0 # via # -r requirements/base.txt # httpx - # jupyter-server # starlette -appnope==0.1.4 - # via ipykernel -argon2-cffi==23.1.0 - # via jupyter-server -argon2-cffi-bindings==21.2.0 - # via argon2-cffi -arrow==1.3.0 - # via isoduration asttokens==3.0.0 # via # nbdev # stack-data astunparse==1.6.3 # via nbdev -async-lru==2.0.4 - # via jupyterlab -attrs==25.1.0 - # via - # jsonschema - # referencing -babel==2.16.0 - # via jupyterlab-server backoff==2.2.1 # via # -r requirements/base.txt # unstructured -beautifulsoup4==4.12.3 +beautifulsoup4==4.13.4 # via # -r requirements/base.txt - # nbconvert # unstructured black==25.1.0 # via -r requirements/test.in -bleach[css]==6.2.0 - # via nbconvert -cachetools==5.5.1 +cachetools==5.5.2 # via # -r requirements/base.txt # google-auth -certifi==2024.12.14 +certifi==2025.4.26 # via # -r requirements/base.txt # httpcore @@ -70,7 +50,6 @@ certifi==2024.12.14 cffi==1.17.1 # via # -r requirements/base.txt - # argon2-cffi-bindings # cryptography chardet==5.2.0 # via @@ -93,17 +72,13 @@ coloredlogs==15.0.1 # via # -r requirements/base.txt # onnxruntime -comm==0.2.2 - # via - # ipykernel - # ipywidgets -contourpy==1.3.1 +contourpy==1.3.2 # via # -r requirements/base.txt # matplotlib -coverage[toml]==7.6.10 +coverage[toml]==7.8.0 # via pytest-cov -cryptography==44.0.0 +cryptography==44.0.2 # via # -r requirements/base.txt # pdfminer-six @@ -116,14 +91,10 @@ dataclasses-json==0.6.7 # via # -r requirements/base.txt # unstructured -debugpy==1.8.12 - # via ipykernel -decorator==5.1.1 +decorator==5.2.1 # via ipython -deepdiff==8.1.1 +deepdiff==8.4.2 # via -r requirements/test.in -defusedxml==0.7.1 - # via nbconvert deprecated==1.2.18 # via # -r requirements/base.txt @@ -144,20 +115,18 @@ eval-type-backport==0.2.2 # via # -r requirements/base.txt # unstructured-client -execnb==0.1.11 +execnb==0.1.14 # via nbdev executing==2.2.0 # via stack-data -fastapi==0.115.8 +fastapi==0.115.12 # via -r requirements/base.txt -fastcore==1.7.28 +fastcore==1.8.1 # via # execnb # ghapi # nbdev -fastjsonschema==2.21.1 - # via nbformat -filelock==3.17.0 +filelock==3.18.0 # via # -r requirements/base.txt # huggingface-hub @@ -167,53 +136,51 @@ filetype==1.2.0 # via # -r requirements/base.txt # unstructured -flake8==7.1.1 +flake8==7.2.0 # via -r requirements/test.in -flatbuffers==25.1.24 +flatbuffers==25.2.10 # via # -r requirements/base.txt # onnxruntime -fonttools==4.55.8 +fonttools==4.57.0 # via # -r requirements/base.txt # matplotlib -fqdn==1.5.1 - # via jsonschema -fsspec==2024.12.0 +fsspec==2025.3.2 # via # -r requirements/base.txt # huggingface-hub # torch ghapi==1.0.6 # via nbdev -google-api-core[grpc]==2.24.1 +google-api-core[grpc]==2.24.2 # via # -r requirements/base.txt # google-cloud-vision -google-auth==2.38.0 +google-auth==2.39.0 # via # -r requirements/base.txt # google-api-core # google-cloud-vision -google-cloud-vision==3.9.0 +google-cloud-vision==3.10.1 # via # -r requirements/base.txt # unstructured -googleapis-common-protos==1.66.0 +googleapis-common-protos==1.70.0 # via # -r requirements/base.txt # google-api-core # grpcio-status -grpcio==1.70.0 +grpcio==1.71.0 # via # -r requirements/base.txt # google-api-core # grpcio-status -grpcio-status==1.70.0 +grpcio-status==1.71.0 # via # -r requirements/base.txt # google-api-core -h11==0.14.0 +h11==0.16.0 # via # -r requirements/base.txt # httpcore @@ -222,7 +189,7 @@ html5lib==1.1 # via # -r requirements/base.txt # unstructured -httpcore==1.0.7 +httpcore==1.0.9 # via # -r requirements/base.txt # httpx @@ -230,9 +197,8 @@ httpx==0.28.1 # via # -r requirements/base.txt # -r requirements/test.in - # jupyterlab # unstructured-client -huggingface-hub==0.28.1 +huggingface-hub==0.30.2 # via # -r requirements/base.txt # timm @@ -248,99 +214,23 @@ idna==3.10 # -r requirements/base.txt # anyio # httpx - # jsonschema # requests -iniconfig==2.0.0 +iniconfig==2.1.0 # via pytest -ipykernel==6.29.5 - # via - # jupyter - # jupyter-console - # jupyterlab -ipython==8.31.0 - # via - # execnb - # ipykernel - # ipywidgets - # jupyter-console -ipywidgets==8.1.5 - # via jupyter -isoduration==20.11.0 - # via jsonschema +ipython==9.2.0 + # via execnb +ipython-pygments-lexers==1.1.1 + # via ipython jedi==0.19.2 # via ipython -jinja2==3.1.5 +jinja2==3.1.6 # via # -r requirements/base.txt - # jupyter-server - # jupyterlab - # jupyterlab-server - # nbconvert # torch joblib==1.4.2 # via # -r requirements/base.txt # nltk -json5==0.10.0 - # via jupyterlab-server -jsonpath-python==1.0.6 - # via - # -r requirements/base.txt - # unstructured-client -jsonpointer==3.0.0 - # via jsonschema -jsonschema[format-nongpl]==4.23.0 - # via - # jupyter-events - # jupyterlab-server - # nbformat -jsonschema-specifications==2024.10.1 - # via jsonschema -jupyter==1.1.1 - # via -r requirements/test.in -jupyter-client==8.6.3 - # via - # ipykernel - # jupyter-console - # jupyter-server - # nbclient -jupyter-console==6.6.3 - # via jupyter -jupyter-core==5.7.2 - # via - # ipykernel - # jupyter-client - # jupyter-console - # jupyter-server - # jupyterlab - # nbclient - # nbconvert - # nbformat -jupyter-events==0.11.0 - # via jupyter-server -jupyter-lsp==2.2.5 - # via jupyterlab -jupyter-server==2.15.0 - # via - # jupyter-lsp - # jupyterlab - # jupyterlab-server - # notebook - # notebook-shim -jupyter-server-terminals==0.5.3 - # via jupyter-server -jupyterlab==4.3.5 - # via - # jupyter - # notebook -jupyterlab-pygments==0.3.0 - # via nbconvert -jupyterlab-server==2.27.3 - # via - # jupyterlab - # notebook -jupyterlab-widgets==3.0.13 - # via ipywidgets kiwisolver==1.4.8 # via # -r requirements/base.txt @@ -349,14 +239,14 @@ langdetect==1.0.9 # via # -r requirements/base.txt # unstructured -lxml==5.3.0 +lxml==5.4.0 # via # -r requirements/base.txt # pikepdf # python-docx # python-pptx # unstructured -markdown==3.7 +markdown==3.8 # via # -r requirements/base.txt # unstructured @@ -364,53 +254,36 @@ markupsafe==3.0.2 # via # -r requirements/base.txt # jinja2 - # nbconvert -marshmallow==3.26.0 +marshmallow==3.26.1 # via # -r requirements/base.txt # dataclasses-json -matplotlib==3.10.0 +matplotlib==3.10.1 # via # -r requirements/base.txt # pycocotools # unstructured-inference matplotlib-inline==0.1.7 - # via - # ipykernel - # ipython + # via ipython mccabe==0.7.0 # via flake8 -mistune==3.1.1 - # via nbconvert mpmath==1.3.0 # via # -r requirements/base.txt # sympy -mypy==1.14.1 +mypy==1.15.0 # via -r requirements/test.in -mypy-extensions==1.0.0 +mypy-extensions==1.1.0 # via # -r requirements/base.txt # black # mypy # typing-inspect -nbclient==0.10.2 - # via nbconvert -nbconvert==7.16.6 - # via - # jupyter - # jupyter-server -nbdev==2.3.34 +nbdev==2.4.2 # via -r requirements/test.in -nbformat==5.10.4 - # via - # jupyter-server - # nbclient - # nbconvert nest-asyncio==1.6.0 # via # -r requirements/base.txt - # ipykernel # unstructured-client networkx==3.4.2 # via @@ -421,12 +294,6 @@ nltk==3.9.1 # via # -r requirements/base.txt # unstructured -notebook==7.3.2 - # via jupyter -notebook-shim==0.2.4 - # via - # jupyterlab - # notebook numpy==1.26.4 # via # -c requirements/constraints.in @@ -456,9 +323,10 @@ onnx==1.17.0 # -r requirements/base.txt # unstructured # unstructured-inference -onnxruntime==1.20.1 +onnxruntime==1.21.1 # via # -r requirements/base.txt + # unstructured # unstructured-inference opencv-python==4.11.0.86 # via @@ -468,24 +336,17 @@ openpyxl==3.1.5 # via # -r requirements/base.txt # unstructured -orderly-set==5.2.3 +orderly-set==5.4.0 # via deepdiff -overrides==7.7.0 - # via jupyter-server -packaging==24.2 +packaging==25.0 # via # -r requirements/base.txt # black # fastcore # ghapi # huggingface-hub - # ipykernel - # jupyter-server - # jupyterlab - # jupyterlab-server # marshmallow # matplotlib - # nbconvert # nbdev # onnxruntime # pikepdf @@ -497,8 +358,6 @@ pandas==2.2.3 # -r requirements/base.txt # unstructured # unstructured-inference -pandocfilters==1.5.1 - # via nbconvert parso==0.8.4 # via jedi pathspec==0.12.1 @@ -507,22 +366,22 @@ pdf2image==1.17.0 # via # -r requirements/base.txt # unstructured -pdfminer-six==20240706 +pdfminer-six==20250416 # via # -r requirements/base.txt # unstructured # unstructured-inference pexpect==4.9.0 # via ipython -pi-heif==0.21.0 +pi-heif==0.22.0 # via # -r requirements/base.txt # unstructured -pikepdf==9.5.1 +pikepdf==9.7.0 # via # -r requirements/base.txt # unstructured -pillow==11.1.0 +pillow==11.2.1 # via # -r requirements/base.txt # matplotlib @@ -532,24 +391,18 @@ pillow==11.1.0 # python-pptx # torchvision # unstructured-pytesseract -platformdirs==4.3.6 - # via - # black - # jupyter-core +platformdirs==4.3.7 + # via black pluggy==1.5.0 # via pytest -prometheus-client==0.21.1 - # via jupyter-server -prompt-toolkit==3.0.50 - # via - # ipython - # jupyter-console -proto-plus==1.26.0 +prompt-toolkit==3.0.51 + # via ipython +proto-plus==1.26.1 # via # -r requirements/base.txt # google-api-core # google-cloud-vision -protobuf==5.29.3 +protobuf==5.29.4 # via # -r requirements/base.txt # google-api-core @@ -559,15 +412,12 @@ protobuf==5.29.3 # onnx # onnxruntime # proto-plus -psutil==6.1.1 +psutil==7.0.0 # via # -r requirements/base.txt - # ipykernel # unstructured ptyprocess==0.7.0 - # via - # pexpect - # terminado + # via pexpect pure-eval==0.2.3 # via stack-data pyasn1==0.6.1 @@ -575,7 +425,7 @@ pyasn1==0.6.1 # -r requirements/base.txt # pyasn1-modules # rsa -pyasn1-modules==0.4.1 +pyasn1-modules==0.4.2 # via # -r requirements/base.txt # google-auth @@ -583,39 +433,38 @@ pycocotools==2.0.8 # via # -r requirements/base.txt # effdet -pycodestyle==2.12.1 +pycodestyle==2.13.0 # via flake8 pycparser==2.22 # via # -r requirements/base.txt # cffi -pycryptodome==3.21.0 +pycryptodome==3.22.0 # via -r requirements/base.txt -pydantic==2.10.6 +pydantic==2.11.4 # via # -r requirements/base.txt # fastapi # unstructured-client -pydantic-core==2.27.2 +pydantic-core==2.33.2 # via # -r requirements/base.txt # pydantic -pyflakes==3.2.0 +pyflakes==3.3.2 # via flake8 pygments==2.19.1 # via # ipython - # jupyter-console - # nbconvert + # ipython-pygments-lexers pypandoc==1.15 # via # -r requirements/base.txt # unstructured -pyparsing==3.2.1 +pyparsing==3.2.3 # via # -r requirements/base.txt # matplotlib -pypdf==5.2.0 +pypdf==5.4.0 # via # -r requirements/base.txt # unstructured @@ -624,32 +473,27 @@ pypdfium2==4.30.1 # via # -r requirements/base.txt # unstructured-inference -pytest==8.3.4 +pytest==8.3.5 # via # pytest-cov # pytest-mock -pytest-cov==6.0.0 +pytest-cov==6.1.1 # via -r requirements/test.in pytest-mock==3.14.0 # via -r requirements/test.in python-dateutil==2.9.0.post0 # via # -r requirements/base.txt - # arrow - # jupyter-client # matplotlib # pandas - # unstructured-client python-docx==1.1.2 # via # -r requirements/base.txt # unstructured -python-iso639==2025.1.28 +python-iso639==2025.2.18 # via # -r requirements/base.txt # unstructured -python-json-logger==3.2.1 - # via jupyter-events python-magic==0.4.27 # via # -r requirements/base.txt @@ -658,7 +502,7 @@ python-multipart==0.0.20 # via # -r requirements/base.txt # unstructured-inference -python-oxmsg==0.0.1 +python-oxmsg==0.0.2 # via # -r requirements/base.txt # unstructured @@ -666,7 +510,7 @@ python-pptx==1.0.2 # via # -r requirements/base.txt # unstructured -pytz==2024.2 +pytz==2025.2 # via # -r requirements/base.txt # pandas @@ -674,29 +518,17 @@ pyyaml==6.0.2 # via # -r requirements/base.txt # huggingface-hub - # jupyter-events # nbdev # omegaconf # timm # transformers -pyzmq==26.2.1 - # via - # ipykernel - # jupyter-client - # jupyter-console - # jupyter-server -rapidfuzz==3.12.1 +rapidfuzz==3.13.0 # via # -r requirements/base.txt # unstructured # unstructured-inference ratelimit==2.2.1 # via -r requirements/base.txt -referencing==0.36.2 - # via - # jsonschema - # jsonschema-specifications - # jupyter-events regex==2024.11.6 # via # -r requirements/base.txt @@ -707,7 +539,6 @@ requests==2.32.3 # -r requirements/base.txt # google-api-core # huggingface-hub - # jupyterlab-server # requests-toolbelt # transformers # unstructured @@ -715,33 +546,19 @@ requests-toolbelt==1.0.0 # via # -r requirements/base.txt # unstructured-client -rfc3339-validator==0.1.4 - # via - # jsonschema - # jupyter-events -rfc3986-validator==0.1.1 - # via - # jsonschema - # jupyter-events -rpds-py==0.22.3 - # via - # jsonschema - # referencing -rsa==4.9 +rsa==4.9.1 # via # -r requirements/base.txt # google-auth -safetensors==0.5.2 +safetensors==0.5.3 # via # -r requirements/base.txt # timm # transformers -scipy==1.15.1 +scipy==1.15.2 # via # -r requirements/base.txt # unstructured-inference -send2trash==1.8.3 - # via jupyter-server six==1.17.0 # via # -r requirements/base.txt @@ -749,12 +566,11 @@ six==1.17.0 # html5lib # langdetect # python-dateutil - # rfc3339-validator sniffio==1.3.1 # via # -r requirements/base.txt # anyio -soupsieve==2.6 +soupsieve==2.7 # via # -r requirements/base.txt # beautifulsoup4 @@ -765,46 +581,32 @@ starlette==0.41.2 # -c requirements/constraints.in # -r requirements/base.txt # fastapi -sympy==1.13.1 +sympy==1.14.0 # via # -r requirements/base.txt # onnxruntime # torch -terminado==0.18.1 - # via - # jupyter-server - # jupyter-server-terminals -timm==1.0.14 +timm==1.0.15 # via # -r requirements/base.txt # effdet # unstructured-inference -tinycss2==1.4.0 - # via bleach -tokenizers==0.21.0 +tokenizers==0.21.1 # via # -r requirements/base.txt # transformers -torch==2.6.0 +torch==2.7.0 # via # -r requirements/base.txt # effdet # timm # torchvision # unstructured-inference -torchvision==0.21.0 +torchvision==0.22.0 # via # -r requirements/base.txt # effdet # timm -tornado==6.4.2 - # via - # ipykernel - # jupyter-client - # jupyter-server - # jupyterlab - # notebook - # terminado tqdm==4.67.1 # via # -r requirements/base.txt @@ -814,30 +616,17 @@ tqdm==4.67.1 # unstructured traitlets==5.14.3 # via - # comm - # ipykernel # ipython - # ipywidgets - # jupyter-client - # jupyter-console - # jupyter-core - # jupyter-events - # jupyter-server - # jupyterlab # matplotlib-inline - # nbclient - # nbconvert - # nbformat -transformers==4.48.2 +transformers==4.51.3 # via # -r requirements/base.txt # unstructured-inference -types-python-dateutil==2.9.0.20241206 - # via arrow -typing-extensions==4.12.2 +typing-extensions==4.13.2 # via # -r requirements/base.txt # anyio + # beautifulsoup4 # fastapi # huggingface-hub # mypy @@ -846,59 +635,53 @@ typing-extensions==4.12.2 # python-docx # python-oxmsg # python-pptx - # referencing # torch # typing-inspect + # typing-inspection # unstructured typing-inspect==0.9.0 # via # -r requirements/base.txt # dataclasses-json +typing-inspection==0.4.0 + # via + # -r requirements/base.txt + # pydantic # unstructured-client -tzdata==2025.1 +tzdata==2025.2 # via # -r requirements/base.txt # pandas -unstructured[all-docs]==0.16.17 +unstructured[all-docs]==0.17.2 # via -r requirements/base.txt -unstructured-client==0.29.0 +unstructured-client==0.34.0 # via # -r requirements/base.txt # unstructured -unstructured-inference==0.8.6 +unstructured-inference==0.8.10 # via # -r requirements/base.txt # unstructured -unstructured-pytesseract==0.3.13 +unstructured-pytesseract==0.3.15 # via # -r requirements/base.txt # unstructured -uri-template==1.3.0 - # via jsonschema -urllib3==2.3.0 +urllib3==2.4.0 # via # -r requirements/base.txt # requests -uvicorn==0.34.0 +uvicorn==0.34.2 # via -r requirements/base.txt watchdog==6.0.0 # via nbdev wcwidth==0.2.13 # via prompt-toolkit -webcolors==24.11.1 - # via jsonschema webencodings==0.5.1 # via # -r requirements/base.txt - # bleach # html5lib - # tinycss2 -websocket-client==1.8.0 - # via jupyter-server wheel==0.45.1 # via astunparse -widgetsnbextension==4.0.13 - # via ipywidgets wrapt==1.17.2 # via # -r requirements/base.txt @@ -908,7 +691,7 @@ xlrd==2.0.1 # via # -r requirements/base.txt # unstructured -xlsxwriter==3.2.2 +xlsxwriter==3.2.3 # via # -r requirements/base.txt # python-pptx