diff --git a/requirements/common/base.txt b/requirements/common/base.txt index 947b0479c..c652a0855 100644 --- a/requirements/common/base.txt +++ b/requirements/common/base.txt @@ -1,51 +1,51 @@ # This file was autogenerated by uv via the following command: -# uv pip compile base.in --output-file base.txt --no-strip-extras --python-version 3.9 +# uv pip compile ./common/base.in --output-file ./common/base.txt --no-strip-extras --python-version 3.9 annotated-types==0.7.0 # via pydantic -click==8.1.7 - # via -r base.in +click==8.1.8 + # via -r ./common/base.in dataclasses-json==0.6.7 - # via -r base.in + # via -r ./common/base.in deprecated==1.2.15 # via opentelemetry-api -marshmallow==3.23.1 +marshmallow==3.25.1 # via dataclasses-json mypy-extensions==1.0.0 # via typing-inspect ndjson==0.3.1 - # via -r base.in + # via -r ./common/base.in numpy==1.26.4 # via - # -c constraints.txt + # -c ./common/constraints.txt # pandas opentelemetry-api==1.16.0 # via opentelemetry-sdk opentelemetry-sdk==1.16.0 - # via -r base.in + # via -r ./common/base.in opentelemetry-semantic-conventions==0.37b0 # via opentelemetry-sdk packaging==24.2 # via marshmallow pandas==2.2.3 - # via -r base.in -pydantic==2.10.3 - # via -r base.in -pydantic-core==2.27.1 + # via -r ./common/base.in +pydantic==2.10.5 + # via -r ./common/base.in +pydantic-core==2.27.2 # via pydantic python-dateutil==2.9.0.post0 # via - # -r base.in + # -r ./common/base.in # pandas pytz==2024.2 # via pandas -setuptools==75.6.0 +setuptools==75.8.0 # via # opentelemetry-api # opentelemetry-sdk six==1.17.0 # via python-dateutil tqdm==4.67.1 - # via -r base.in + # via -r ./common/base.in typing-extensions==4.12.2 # via # opentelemetry-sdk @@ -54,9 +54,9 @@ typing-extensions==4.12.2 # typing-inspect typing-inspect==0.9.0 # via dataclasses-json -tzdata==2024.2 +tzdata==2025.1 # via pandas -wrapt==1.17.0 +wrapt==1.17.2 # via - # -c constraints.txt + # -c ./common/constraints.txt # deprecated diff --git a/requirements/common/constraints.txt b/requirements/common/constraints.txt index f861776eb..40434a3bb 100644 --- a/requirements/common/constraints.txt +++ b/requirements/common/constraints.txt @@ -4,7 +4,6 @@ # words, if something does not require a constraint, it will not be installed. #################################################################################################### # consistency with local-inference-pin -protobuf<4.24 grpcio>=1.65.5 # TODO: Pinned in transformers package, remove when that gets updated tokenizers>=0.19,<0.20 diff --git a/requirements/connectors/airtable.txt b/requirements/connectors/airtable.txt index 421e1ee85..3d48f766d 100644 --- a/requirements/connectors/airtable.txt +++ b/requirements/connectors/airtable.txt @@ -2,19 +2,19 @@ # uv pip compile ./connectors/airtable.in --output-file ./connectors/airtable.txt --no-strip-extras --python-version 3.9 annotated-types==0.7.0 # via pydantic -certifi==2024.8.30 +certifi==2024.12.14 # via requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests idna==3.10 # via requests inflection==0.5.1 # via pyairtable -pyairtable==2.3.3 +pyairtable==3.0.1 # via -r ./connectors/airtable.in -pydantic==2.9.2 +pydantic==2.10.5 # via pyairtable -pydantic-core==2.23.4 +pydantic-core==2.27.2 # via pydantic requests==2.32.3 # via pyairtable diff --git a/requirements/connectors/astradb.txt b/requirements/connectors/astradb.txt index e1b92486d..28c2d7e96 100644 --- a/requirements/connectors/astradb.txt +++ b/requirements/connectors/astradb.txt @@ -1,39 +1,28 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/astradb.in --output-file ./connectors/astradb.txt --no-strip-extras --python-version 3.9 -anyio==4.6.0 +anyio==4.8.0 # via httpx -astrapy==1.5.0 +astrapy==1.5.2 # via -r ./connectors/astradb.in -cassandra-driver==3.29.2 - # via cassio -cassio==0.1.9 - # via astrapy -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx - # requests -charset-normalizer==3.3.2 - # via requests -click==8.1.7 - # via geomet deprecation==2.1.0 # via astrapy -dnspython==2.6.1 +dnspython==2.7.0 # via pymongo exceptiongroup==1.2.2 # via anyio -geomet==0.2.1.post1 - # via cassandra-driver h11==0.14.0 # via httpcore h2==4.1.0 # via httpx hpack==4.0.0 # via h2 -httpcore==1.0.6 +httpcore==1.0.7 # via httpx -httpx[http2]==0.27.2 +httpx[http2]==0.28.1 # via astrapy hyperframe==6.0.1 # via h2 @@ -41,26 +30,15 @@ idna==3.10 # via # anyio # httpx - # requests -numpy==2.0.2 - # via cassio -packaging==24.1 +packaging==24.2 # via deprecation pymongo==4.10.1 # via astrapy -requests==2.32.3 - # via cassio -six==1.16.0 - # via geomet sniffio==1.3.1 - # via - # anyio - # httpx + # via anyio toml==0.10.2 # via astrapy typing-extensions==4.12.2 # via anyio -urllib3==2.2.3 - # via requests uuid6==2024.7.10 # via astrapy diff --git a/requirements/connectors/azure-ai-search.txt b/requirements/connectors/azure-ai-search.txt index 0812032c0..2157be2b9 100644 --- a/requirements/connectors/azure-ai-search.txt +++ b/requirements/connectors/azure-ai-search.txt @@ -2,27 +2,25 @@ # uv pip compile ./connectors/azure-ai-search.in --output-file ./connectors/azure-ai-search.txt --no-strip-extras --python-version 3.9 azure-common==1.1.28 # via azure-search-documents -azure-core==1.31.0 +azure-core==1.32.0 # via azure-search-documents -azure-search-documents==11.5.1 +azure-search-documents==11.5.2 # via -r ./connectors/azure-ai-search.in -certifi==2024.8.30 +certifi==2024.12.14 # via requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests idna==3.10 # via requests -isodate==0.6.1 +isodate==0.7.2 # via azure-search-documents requests==2.32.3 # via azure-core -six==1.16.0 - # via - # azure-core - # isodate +six==1.17.0 + # via azure-core typing-extensions==4.12.2 # via # azure-core # azure-search-documents -urllib3==2.2.3 +urllib3==2.3.0 # via requests diff --git a/requirements/connectors/azure.txt b/requirements/connectors/azure.txt index bc1b4c7af..90ff9113c 100644 --- a/requirements/connectors/azure.txt +++ b/requirements/connectors/azure.txt @@ -1,47 +1,47 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/azure.in --output-file ./connectors/azure.txt --no-strip-extras --python-version 3.9 -adlfs==2024.7.0 +adlfs==2024.12.0 # via -r ./connectors/azure.in -aiohappyeyeballs==2.4.3 +aiohappyeyeballs==2.4.4 # via aiohttp -aiohttp==3.10.8 +aiohttp==3.11.11 # via adlfs -aiosignal==1.3.1 +aiosignal==1.3.2 # via aiohttp -async-timeout==4.0.3 +async-timeout==5.0.1 # via aiohttp -attrs==24.2.0 +attrs==24.3.0 # via aiohttp -azure-core==1.31.0 +azure-core==1.32.0 # via # adlfs # azure-identity # azure-storage-blob azure-datalake-store==0.0.53 # via adlfs -azure-identity==1.18.0 +azure-identity==1.19.0 # via adlfs -azure-storage-blob==12.23.1 +azure-storage-blob==12.24.0 # via adlfs -certifi==2024.8.30 +certifi==2024.12.14 # via requests cffi==1.17.1 # via # azure-datalake-store # cryptography -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests -cryptography==43.0.1 +cryptography==44.0.0 # via # azure-identity # azure-storage-blob # msal # pyjwt -frozenlist==1.4.1 +frozenlist==1.5.0 # via # aiohttp # aiosignal -fsspec==2024.9.0 +fsspec==2024.12.0 # via # -r ./connectors/azure.in # adlfs @@ -49,9 +49,9 @@ idna==3.10 # via # requests # yarl -isodate==0.6.1 +isodate==0.7.2 # via azure-storage-blob -msal==1.31.0 +msal==1.31.1 # via # azure-datalake-store # azure-identity @@ -64,26 +64,28 @@ multidict==6.1.0 # yarl portalocker==2.10.1 # via msal-extensions +propcache==0.2.1 + # via + # aiohttp + # yarl pycparser==2.22 # via cffi -pyjwt[crypto]==2.9.0 +pyjwt[crypto]==2.10.1 # via msal requests==2.32.3 # via # azure-core # azure-datalake-store # msal -six==1.16.0 - # via - # azure-core - # isodate +six==1.17.0 + # via azure-core typing-extensions==4.12.2 # via # azure-core # azure-identity # azure-storage-blob # multidict -urllib3==2.2.3 +urllib3==2.3.0 # via requests -yarl==1.13.1 +yarl==1.18.3 # via aiohttp diff --git a/requirements/connectors/biomed.txt b/requirements/connectors/biomed.txt index 5a86a9eda..62627979d 100644 --- a/requirements/connectors/biomed.txt +++ b/requirements/connectors/biomed.txt @@ -4,9 +4,9 @@ beautifulsoup4==4.12.3 # via bs4 bs4==0.0.2 # via -r ./connectors/biomed.in -certifi==2024.8.30 +certifi==2024.12.14 # via requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests idna==3.10 # via requests @@ -14,5 +14,5 @@ requests==2.32.3 # via -r ./connectors/biomed.in soupsieve==2.6 # via beautifulsoup4 -urllib3==2.2.3 +urllib3==2.3.0 # via requests diff --git a/requirements/connectors/box.txt b/requirements/connectors/box.txt index 200c94bc2..4c91a4876 100644 --- a/requirements/connectors/box.txt +++ b/requirements/connectors/box.txt @@ -1,18 +1,18 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/box.in --output-file ./connectors/box.txt --no-strip-extras --python-version 3.9 -attrs==24.2.0 +attrs==24.3.0 # via boxsdk boxfs==0.3.0 # via -r ./connectors/box.in boxsdk[jwt]==3.13.0 # via boxfs -certifi==2024.8.30 +certifi==2024.12.14 # via requests cffi==1.17.1 # via cryptography -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests -cryptography==43.0.1 +cryptography==44.0.0 # via boxsdk fsspec==2024.5.0 # via @@ -23,7 +23,7 @@ idna==3.10 # via requests pycparser==2.22 # via cffi -pyjwt==2.9.0 +pyjwt==2.10.1 # via boxsdk python-dateutil==2.9.0.post0 # via boxsdk @@ -33,7 +33,7 @@ requests==2.32.3 # requests-toolbelt requests-toolbelt==1.0.0 # via boxsdk -six==1.16.0 +six==1.17.0 # via python-dateutil urllib3==1.26.20 # via diff --git a/requirements/connectors/chroma.txt b/requirements/connectors/chroma.txt index 38effc76e..88b89aaac 100644 --- a/requirements/connectors/chroma.txt +++ b/requirements/connectors/chroma.txt @@ -2,7 +2,7 @@ # uv pip compile ./connectors/chroma.in --output-file ./connectors/chroma.txt --no-strip-extras --python-version 3.9 annotated-types==0.7.0 # via pydantic -anyio==4.6.0 +anyio==4.8.0 # via # starlette # watchfiles @@ -10,57 +10,57 @@ backoff==2.2.1 # via # opentelemetry-exporter-otlp-proto-grpc # posthog -bcrypt==4.2.0 +bcrypt==4.2.1 # via chromadb -cachetools==5.5.0 +cachetools==5.5.1 # via google-auth -certifi==2024.8.30 +certifi==2024.12.14 # via # kubernetes # pulsar-client # requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests chroma-hnswlib==0.7.3 # via chromadb chromadb==0.4.17 # via -r ./connectors/chroma.in -click==8.1.7 +click==8.1.8 # via # typer # uvicorn coloredlogs==15.0.1 # via onnxruntime -deprecated==1.2.14 +deprecated==1.2.15 # via opentelemetry-api -durationpy==0.8 +durationpy==0.9 # via kubernetes exceptiongroup==1.2.2 # via anyio -fastapi==0.115.0 +fastapi==0.115.6 # via chromadb -filelock==3.16.1 +filelock==3.17.0 # via huggingface-hub -flatbuffers==24.3.25 +flatbuffers==25.1.21 # via onnxruntime fsspec==2024.5.0 # via # -c ./connectors/../common/constraints.txt # huggingface-hub -google-auth==2.35.0 +google-auth==2.37.0 # via kubernetes -googleapis-common-protos==1.65.0 +googleapis-common-protos==1.66.0 # via opentelemetry-exporter-otlp-proto-grpc -grpcio==1.66.2 +grpcio==1.69.0 # via # -c ./connectors/../common/constraints.txt # chromadb # opentelemetry-exporter-otlp-proto-grpc h11==0.14.0 # via uvicorn -httptools==0.6.1 +httptools==0.6.4 # via uvicorn -huggingface-hub==0.25.1 +huggingface-hub==0.27.1 # via tokenizers humanfriendly==10.0 # via coloredlogs @@ -68,7 +68,7 @@ idna==3.10 # via # anyio # requests -importlib-resources==6.4.5 +importlib-resources==6.5.2 # via chromadb kubernetes==31.0.0 # via chromadb @@ -109,16 +109,14 @@ opentelemetry-semantic-conventions==0.37b0 # via opentelemetry-sdk overrides==7.7.0 # via chromadb -packaging==23.2 +packaging==24.2 # via - # -c ./connectors/../common/constraints.txt # huggingface-hub # onnxruntime -posthog==3.6.6 +posthog==3.9.2 # via chromadb -protobuf==4.23.4 +protobuf==4.25.5 # via - # -c ./connectors/../common/constraints.txt # googleapis-common-protos # onnxruntime # opentelemetry-proto @@ -130,13 +128,13 @@ pyasn1==0.6.1 # rsa pyasn1-modules==0.4.1 # via google-auth -pydantic==2.9.2 +pydantic==2.10.5 # via # chromadb # fastapi -pydantic-core==2.23.4 +pydantic-core==2.27.2 # via pydantic -pygments==2.18.0 +pygments==2.19.1 # via rich pypika==0.48.9 # via chromadb @@ -161,24 +159,24 @@ requests==2.32.3 # requests-oauthlib requests-oauthlib==2.0.0 # via kubernetes -rich==13.9.1 +rich==13.9.4 # via typer rsa==4.9 # via google-auth -setuptools==75.1.0 +setuptools==75.8.0 # via # opentelemetry-api # opentelemetry-sdk shellingham==1.5.4 # via typer -six==1.16.0 +six==1.17.0 # via # kubernetes # posthog # python-dateutil sniffio==1.3.1 # via anyio -starlette==0.38.6 +starlette==0.41.3 # via fastapi sympy==1.13.3 # via onnxruntime @@ -188,11 +186,11 @@ tokenizers==0.19.1 # via # -c ./connectors/../common/constraints.txt # chromadb -tqdm==4.66.5 +tqdm==4.67.1 # via # chromadb # huggingface-hub -typer==0.12.5 +typer==0.15.1 # via chromadb typing-extensions==4.12.2 # via @@ -212,19 +210,19 @@ urllib3==1.26.20 # -c ./connectors/../common/constraints.txt # kubernetes # requests -uvicorn[standard]==0.31.0 +uvicorn[standard]==0.34.0 # via chromadb -uvloop==0.20.0 +uvloop==0.21.0 # via uvicorn -watchfiles==0.24.0 +watchfiles==1.0.4 # via uvicorn websocket-client==1.8.0 # via kubernetes -websockets==13.1 +websockets==14.2 # via uvicorn -wrapt==1.16.0 +wrapt==1.17.2 # via # -c ./connectors/../common/constraints.txt # deprecated -zipp==3.20.2 +zipp==3.21.0 # via importlib-resources diff --git a/requirements/connectors/clarifai.txt b/requirements/connectors/clarifai.txt index f11740c32..f2cd4cde4 100644 --- a/requirements/connectors/clarifai.txt +++ b/requirements/connectors/clarifai.txt @@ -1,18 +1,24 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/clarifai.in --output-file ./connectors/clarifai.txt --no-strip-extras --python-version 3.9 -certifi==2024.8.30 +certifi==2024.12.14 # via requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests -clarifai==10.7.0 - # via -r ./connectors/clarifai.in -clarifai-grpc==10.7.1 +clarifai==10.8.4 + # via + # -r ./connectors/clarifai.in + # clarifai-protocol +clarifai-grpc==11.0.3 + # via + # clarifai + # clarifai-protocol +clarifai-protocol==0.0.14 # via clarifai contextlib2==21.6.0 # via schema -googleapis-common-protos==1.65.0 +googleapis-common-protos==1.66.0 # via clarifai-grpc -grpcio==1.66.2 +grpcio==1.69.0 # via # -c ./connectors/../common/constraints.txt # clarifai-grpc @@ -31,16 +37,16 @@ numpy==1.26.4 # tritonclient pfzy==0.3.4 # via inquirerpy -pillow==10.4.0 +pillow==11.1.0 # via clarifai -prompt-toolkit==3.0.48 +prompt-toolkit==3.0.50 # via inquirerpy -protobuf==4.23.4 +protobuf==5.27.3 # via - # -c ./connectors/../common/constraints.txt + # clarifai # clarifai-grpc # googleapis-common-protos -pygments==2.18.0 +pygments==2.19.1 # via rich python-rapidjson==1.20 # via tritonclient @@ -48,13 +54,13 @@ pyyaml==6.0.2 # via clarifai requests==2.32.3 # via clarifai-grpc -rich==13.9.1 +rich==13.9.4 # via clarifai schema==0.7.5 # via clarifai tabulate==0.9.0 # via clarifai -tqdm==4.66.5 +tqdm==4.67.1 # via clarifai tritonclient==2.41.1 # via clarifai diff --git a/requirements/connectors/confluence.txt b/requirements/connectors/confluence.txt index 3a97ca212..96168ad11 100644 --- a/requirements/connectors/confluence.txt +++ b/requirements/connectors/confluence.txt @@ -1,14 +1,14 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/confluence.in --output-file ./connectors/confluence.txt --no-strip-extras --python-version 3.9 -atlassian-python-api==3.41.16 +atlassian-python-api==3.41.18 # via -r ./connectors/confluence.in beautifulsoup4==4.12.3 # via atlassian-python-api -certifi==2024.8.30 +certifi==2024.12.14 # via requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests -deprecated==1.2.14 +deprecated==1.2.15 # via atlassian-python-api idna==3.10 # via requests @@ -25,7 +25,7 @@ requests==2.32.3 # requests-oauthlib requests-oauthlib==2.0.0 # via atlassian-python-api -six==1.16.0 +six==1.17.0 # via atlassian-python-api soupsieve==2.6 # via beautifulsoup4 @@ -33,7 +33,7 @@ urllib3==1.26.20 # via # -c ./connectors/../common/constraints.txt # requests -wrapt==1.16.0 +wrapt==1.17.2 # via # -c ./connectors/../common/constraints.txt # deprecated diff --git a/requirements/connectors/couchbase.txt b/requirements/connectors/couchbase.txt index 4ceb6998b..33869cfb0 100644 --- a/requirements/connectors/couchbase.txt +++ b/requirements/connectors/couchbase.txt @@ -1,4 +1,4 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/couchbase.in --output-file ./connectors/couchbase.txt --no-strip-extras --python-version 3.9 -couchbase==4.3.2 +couchbase==4.3.4 # via -r ./connectors/couchbase.in diff --git a/requirements/connectors/databricks-delta-tables.txt b/requirements/connectors/databricks-delta-tables.txt index 2758cff3d..4349ed2c0 100644 --- a/requirements/connectors/databricks-delta-tables.txt +++ b/requirements/connectors/databricks-delta-tables.txt @@ -1,11 +1,11 @@ # This file was autogenerated by uv via the following command: -# uv pip compile databricks-delta-table.in --output-file databricks-delta-table.txt --no-strip-extras --python-version 3.9 +# uv pip compile ./connectors/databricks-delta-tables.in --output-file ./connectors/databricks-delta-tables.txt --no-strip-extras --python-version 3.9 certifi==2024.12.14 # via requests -charset-normalizer==3.4.0 +charset-normalizer==3.4.1 # via requests -databricks-sql-connector==3.6.0 - # via -r databricks-delta-table.in +databricks-sql-connector==4.0.0 + # via -r ./connectors/databricks-delta-tables.in et-xmlfile==2.0.0 # via openpyxl idna==3.10 @@ -14,18 +14,15 @@ lz4==4.3.3 # via databricks-sql-connector numpy==1.26.4 # via - # -c ../common/constraints.txt + # -c ./connectors/../common/constraints.txt # databricks-sql-connector # pandas - # pyarrow oauthlib==3.2.2 # via databricks-sql-connector openpyxl==3.1.5 # via databricks-sql-connector pandas==2.2.3 # via databricks-sql-connector -pyarrow==16.1.0 - # via databricks-sql-connector python-dateutil==2.9.0.post0 # via pandas pytz==2024.2 @@ -38,10 +35,10 @@ six==1.17.0 # thrift thrift==0.20.0 # via databricks-sql-connector -tzdata==2024.2 +tzdata==2025.1 # via pandas urllib3==1.26.20 # via - # -c ../common/constraints.txt + # -c ./connectors/../common/constraints.txt # databricks-sql-connector # requests diff --git a/requirements/connectors/databricks-volumes.txt b/requirements/connectors/databricks-volumes.txt index c01a1b236..398d70ee5 100644 --- a/requirements/connectors/databricks-volumes.txt +++ b/requirements/connectors/databricks-volumes.txt @@ -1,14 +1,14 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/databricks-volumes.in --output-file ./connectors/databricks-volumes.txt --no-strip-extras --python-version 3.9 -cachetools==5.5.0 +cachetools==5.5.1 # via google-auth -certifi==2024.8.30 +certifi==2024.12.14 # via requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests -databricks-sdk==0.33.0 +databricks-sdk==0.41.0 # via -r ./connectors/databricks-volumes.in -google-auth==2.35.0 +google-auth==2.37.0 # via databricks-sdk idna==3.10 # via requests diff --git a/requirements/connectors/delta-table.txt b/requirements/connectors/delta-table.txt index 17dc13c2d..88da36ab4 100644 --- a/requirements/connectors/delta-table.txt +++ b/requirements/connectors/delta-table.txt @@ -7,23 +7,19 @@ botocore==1.34.131 # -c ./connectors/../common/constraints.txt # boto3 # s3transfer -deltalake==0.20.1 +deltalake==0.24.0 # via -r ./connectors/delta-table.in jmespath==1.0.1 # via # boto3 # botocore -numpy==1.26.4 - # via - # -c ./connectors/../common/constraints.txt - # pyarrow -pyarrow==17.0.0 +pyarrow==19.0.0 # via deltalake python-dateutil==2.9.0.post0 # via botocore -s3transfer==0.10.3 +s3transfer==0.10.4 # via boto3 -six==1.16.0 +six==1.17.0 # via python-dateutil urllib3==1.26.20 # via diff --git a/requirements/connectors/dropbox.txt b/requirements/connectors/dropbox.txt index 41f70edd6..e6a8e6ab6 100644 --- a/requirements/connectors/dropbox.txt +++ b/requirements/connectors/dropbox.txt @@ -1,8 +1,8 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/dropbox.in --output-file ./connectors/dropbox.txt --no-strip-extras --python-version 3.9 -certifi==2024.8.30 +certifi==2024.12.14 # via requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests dropbox==12.0.2 # via dropboxdrivefs @@ -21,7 +21,7 @@ requests==2.32.3 # via # dropbox # dropboxdrivefs -six==1.16.0 +six==1.17.0 # via # dropbox # stone diff --git a/requirements/connectors/elasticsearch.txt b/requirements/connectors/elasticsearch.txt index 223f74b5c..8e4497858 100644 --- a/requirements/connectors/elasticsearch.txt +++ b/requirements/connectors/elasticsearch.txt @@ -1,22 +1,22 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/elasticsearch.in --output-file ./connectors/elasticsearch.txt --no-strip-extras --python-version 3.9 -aiohappyeyeballs==2.4.3 +aiohappyeyeballs==2.4.4 # via aiohttp -aiohttp==3.10.8 +aiohttp==3.11.11 # via elasticsearch -aiosignal==1.3.1 +aiosignal==1.3.2 # via aiohttp -async-timeout==4.0.3 +async-timeout==5.0.1 # via aiohttp -attrs==24.2.0 +attrs==24.3.0 # via aiohttp -certifi==2024.8.30 +certifi==2024.12.14 # via elastic-transport -elastic-transport==8.15.0 +elastic-transport==8.17.0 # via elasticsearch -elasticsearch[async]==8.15.1 +elasticsearch[async]==8.17.0 # via -r ./connectors/elasticsearch.in -frozenlist==1.4.1 +frozenlist==1.5.0 # via # aiohttp # aiosignal @@ -26,11 +26,15 @@ multidict==6.1.0 # via # aiohttp # yarl +propcache==0.2.1 + # via + # aiohttp + # yarl typing-extensions==4.12.2 # via multidict urllib3==1.26.20 # via # -c ./connectors/../common/constraints.txt # elastic-transport -yarl==1.13.1 +yarl==1.18.3 # via aiohttp diff --git a/requirements/connectors/gcs.txt b/requirements/connectors/gcs.txt index 29db8779d..7e6d45d5a 100644 --- a/requirements/connectors/gcs.txt +++ b/requirements/connectors/gcs.txt @@ -1,28 +1,28 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/gcs.in --output-file ./connectors/gcs.txt --no-strip-extras --python-version 3.9 -aiohappyeyeballs==2.4.3 +aiohappyeyeballs==2.4.4 # via aiohttp -aiohttp==3.10.8 +aiohttp==3.11.11 # via gcsfs -aiosignal==1.3.1 +aiosignal==1.3.2 # via aiohttp -async-timeout==4.0.3 +async-timeout==5.0.1 # via aiohttp -attrs==24.2.0 +attrs==24.3.0 # via aiohttp beautifulsoup4==4.12.3 # via bs4 bs4==0.0.2 # via -r ./connectors/gcs.in -cachetools==5.5.0 +cachetools==5.5.1 # via google-auth -certifi==2024.8.30 +certifi==2024.12.14 # via requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests decorator==5.1.1 # via gcsfs -frozenlist==1.4.1 +frozenlist==1.5.0 # via # aiohttp # aiosignal @@ -33,11 +33,11 @@ fsspec==2024.5.0 # gcsfs gcsfs==2024.5.0 # via -r ./connectors/gcs.in -google-api-core==2.20.0 +google-api-core==2.24.0 # via # google-cloud-core # google-cloud-storage -google-auth==2.35.0 +google-auth==2.37.0 # via # gcsfs # google-api-core @@ -48,7 +48,7 @@ google-auth-oauthlib==1.2.1 # via gcsfs google-cloud-core==2.4.1 # via google-cloud-storage -google-cloud-storage==2.18.2 +google-cloud-storage==2.19.0 # via gcsfs google-crc32c==1.6.0 # via @@ -56,7 +56,7 @@ google-crc32c==1.6.0 # google-resumable-media google-resumable-media==2.7.2 # via google-cloud-storage -googleapis-common-protos==1.65.0 +googleapis-common-protos==1.66.0 # via google-api-core idna==3.10 # via @@ -68,11 +68,14 @@ multidict==6.1.0 # yarl oauthlib==3.2.2 # via requests-oauthlib -proto-plus==1.24.0 +propcache==0.2.1 + # via + # aiohttp + # yarl +proto-plus==1.25.0 # via google-api-core -protobuf==4.23.4 +protobuf==5.29.3 # via - # -c ./connectors/../common/constraints.txt # google-api-core # googleapis-common-protos # proto-plus @@ -100,5 +103,5 @@ urllib3==1.26.20 # via # -c ./connectors/../common/constraints.txt # requests -yarl==1.13.1 +yarl==1.18.3 # via aiohttp diff --git a/requirements/connectors/github.txt b/requirements/connectors/github.txt index d9795f8dd..6a199bbb2 100644 --- a/requirements/connectors/github.txt +++ b/requirements/connectors/github.txt @@ -1,24 +1,24 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/github.in --output-file ./connectors/github.txt --no-strip-extras --python-version 3.9 -certifi==2024.8.30 +certifi==2024.12.14 # via requests cffi==1.17.1 # via # cryptography # pynacl -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests -cryptography==43.0.1 +cryptography==44.0.0 # via pyjwt -deprecated==1.2.14 +deprecated==1.2.15 # via pygithub idna==3.10 # via requests pycparser==2.22 # via cffi -pygithub==2.4.0 +pygithub==2.5.0 # via -r ./connectors/github.in -pyjwt[crypto]==2.9.0 +pyjwt[crypto]==2.10.1 # via pygithub pynacl==1.5.0 # via pygithub @@ -33,7 +33,7 @@ urllib3==1.26.20 # -c ./connectors/../common/constraints.txt # pygithub # requests -wrapt==1.16.0 +wrapt==1.17.2 # via # -c ./connectors/../common/constraints.txt # deprecated diff --git a/requirements/connectors/gitlab.txt b/requirements/connectors/gitlab.txt index d916956eb..6484520bf 100644 --- a/requirements/connectors/gitlab.txt +++ b/requirements/connectors/gitlab.txt @@ -1,12 +1,12 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/gitlab.in --output-file ./connectors/gitlab.txt --no-strip-extras --python-version 3.9 -certifi==2024.8.30 +certifi==2024.12.14 # via requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests idna==3.10 # via requests -python-gitlab==4.13.0 +python-gitlab==5.3.1 # via -r ./connectors/gitlab.in requests==2.32.3 # via diff --git a/requirements/connectors/google-drive.txt b/requirements/connectors/google-drive.txt index d78d467fc..98f9a3536 100644 --- a/requirements/connectors/google-drive.txt +++ b/requirements/connectors/google-drive.txt @@ -1,23 +1,23 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/google-drive.in --output-file ./connectors/google-drive.txt --no-strip-extras --python-version 3.9 -cachetools==5.5.0 +cachetools==5.5.1 # via google-auth -certifi==2024.8.30 +certifi==2024.12.14 # via requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests -google-api-core==2.20.0 +google-api-core==2.24.0 # via google-api-python-client -google-api-python-client==2.147.0 +google-api-python-client==2.159.0 # via -r ./connectors/google-drive.in -google-auth==2.35.0 +google-auth==2.37.0 # via # google-api-core # google-api-python-client # google-auth-httplib2 google-auth-httplib2==0.2.0 # via google-api-python-client -googleapis-common-protos==1.65.0 +googleapis-common-protos==1.66.0 # via google-api-core httplib2==0.22.0 # via @@ -25,11 +25,10 @@ httplib2==0.22.0 # google-auth-httplib2 idna==3.10 # via requests -proto-plus==1.24.0 +proto-plus==1.25.0 # via google-api-core -protobuf==4.23.4 +protobuf==5.29.3 # via - # -c ./connectors/../common/constraints.txt # google-api-core # googleapis-common-protos # proto-plus @@ -39,7 +38,7 @@ pyasn1==0.6.1 # rsa pyasn1-modules==0.4.1 # via google-auth -pyparsing==3.1.4 +pyparsing==3.2.1 # via httplib2 requests==2.32.3 # via google-api-core diff --git a/requirements/connectors/hubspot.txt b/requirements/connectors/hubspot.txt index 3a6a198ce..51222bdf3 100644 --- a/requirements/connectors/hubspot.txt +++ b/requirements/connectors/hubspot.txt @@ -1,12 +1,20 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/hubspot.in --output-file ./connectors/hubspot.txt --no-strip-extras --python-version 3.9 -certifi==2024.8.30 - # via hubspot-api-client -hubspot-api-client==9.0.0 +certifi==2024.12.14 + # via + # hubspot-api-client + # requests +charset-normalizer==3.4.1 + # via requests +hubspot-api-client==11.1.0 # via -r ./connectors/hubspot.in +idna==3.10 + # via requests python-dateutil==2.9.0.post0 # via hubspot-api-client -six==1.16.0 +requests==2.32.3 + # via hubspot-api-client +six==1.17.0 # via # hubspot-api-client # python-dateutil @@ -15,3 +23,4 @@ urllib3==1.26.20 # -c ./connectors/../common/constraints.txt # -r ./connectors/hubspot.in # hubspot-api-client + # requests diff --git a/requirements/connectors/jira.txt b/requirements/connectors/jira.txt index e32aebe77..e1ff30bda 100644 --- a/requirements/connectors/jira.txt +++ b/requirements/connectors/jira.txt @@ -1,14 +1,14 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/jira.in --output-file ./connectors/jira.txt --no-strip-extras --python-version 3.9 -atlassian-python-api==3.41.16 +atlassian-python-api==3.41.18 # via -r ./connectors/jira.in beautifulsoup4==4.12.3 # via atlassian-python-api -certifi==2024.8.30 +certifi==2024.12.14 # via requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests -deprecated==1.2.14 +deprecated==1.2.15 # via atlassian-python-api idna==3.10 # via requests @@ -24,7 +24,7 @@ requests==2.32.3 # requests-oauthlib requests-oauthlib==2.0.0 # via atlassian-python-api -six==1.16.0 +six==1.17.0 # via atlassian-python-api soupsieve==2.6 # via beautifulsoup4 @@ -32,7 +32,7 @@ urllib3==1.26.20 # via # -c ./connectors/../common/constraints.txt # requests -wrapt==1.16.0 +wrapt==1.17.2 # via # -c ./connectors/../common/constraints.txt # deprecated diff --git a/requirements/connectors/kafka.txt b/requirements/connectors/kafka.txt index c2a42a192..9ca56c20c 100644 --- a/requirements/connectors/kafka.txt +++ b/requirements/connectors/kafka.txt @@ -1,4 +1,4 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/kafka.in --output-file ./connectors/kafka.txt --no-strip-extras --python-version 3.9 -confluent-kafka==2.5.3 +confluent-kafka==2.8.0 # via -r ./connectors/kafka.in diff --git a/requirements/connectors/kdbai.txt b/requirements/connectors/kdbai.txt index 3c1cf903c..65671861e 100644 --- a/requirements/connectors/kdbai.txt +++ b/requirements/connectors/kdbai.txt @@ -1,25 +1,25 @@ # This file was autogenerated by uv via the following command: -# uv pip compile kdbai.in --output-file kdbai.txt --no-strip-extras --python-version 3.9 -certifi==2024.8.30 +# uv pip compile ./connectors/kdbai.in --output-file ./connectors/kdbai.txt --no-strip-extras --python-version 3.9 +certifi==2024.12.14 # via requests -charset-normalizer==3.4.0 +charset-normalizer==3.4.1 # via requests idna==3.10 # via requests kdbai-client==1.4.0 - # via -r kdbai.in + # via -r ./connectors/kdbai.in numpy==1.26.4 # via - # -c ../common/constraints.txt + # -c ./connectors/../common/constraints.txt # pandas # pykx -packaging==24.1 +packaging==24.2 # via kdbai-client -pandas==2.2.3 +pandas==2.1.4 # via # kdbai-client # pykx -pykx==2.3.0 +pykx==2.5.3 # via kdbai-client python-dateutil==2.9.0.post0 # via pandas @@ -29,13 +29,13 @@ pytz==2024.2 # pykx requests==2.32.3 # via kdbai-client -six==1.16.0 +six==1.17.0 # via python-dateutil toml==0.10.2 # via pykx -tzdata==2024.2 +tzdata==2025.1 # via pandas urllib3==1.26.20 # via - # -c ../common/constraints.txt + # -c ./connectors/../common/constraints.txt # requests diff --git a/requirements/connectors/lancedb.txt b/requirements/connectors/lancedb.txt index f22ba1d44..91bdaf0f3 100644 --- a/requirements/connectors/lancedb.txt +++ b/requirements/connectors/lancedb.txt @@ -1,50 +1,32 @@ # This file was autogenerated by uv via the following command: -# uv pip compile ./requirements/connectors/lancedb.in --output-file ./requirements/connectors/lancedb.txt --no-strip-extras --python-version 3.9 +# uv pip compile ./connectors/lancedb.in --output-file ./connectors/lancedb.txt --no-strip-extras --python-version 3.9 annotated-types==0.7.0 # via pydantic -attrs==24.2.0 - # via lancedb -cachetools==5.5.0 - # via lancedb -certifi==2024.8.30 - # via requests -charset-normalizer==3.4.0 - # via requests -decorator==5.1.1 - # via retry deprecation==2.1.0 # via lancedb -idna==3.10 - # via requests -lancedb==0.14.0 - # via -r ./requirements/connectors/lancedb.in +lancedb==0.18.0 + # via -r ./connectors/lancedb.in numpy==1.26.4 - # via pylance + # via + # -c ./connectors/../common/constraints.txt + # pylance overrides==7.7.0 # via lancedb -packaging==24.1 +packaging==24.2 # via # deprecation # lancedb -py==1.11.0 - # via retry -pyarrow==18.0.0 +pyarrow==19.0.0 # via pylance -pydantic==2.9.2 +pydantic==2.10.5 # via lancedb -pydantic-core==2.23.4 +pydantic-core==2.27.2 # via pydantic -pylance==0.18.2 - # via lancedb -requests==2.32.3 - # via lancedb -retry==0.9.2 +pylance==0.22.0 # via lancedb -tqdm==4.66.5 +tqdm==4.67.1 # via lancedb typing-extensions==4.12.2 # via # pydantic # pydantic-core -urllib3==2.2.3 - # via requests diff --git a/requirements/connectors/milvus.txt b/requirements/connectors/milvus.txt index bbad21125..c011d639d 100644 --- a/requirements/connectors/milvus.txt +++ b/requirements/connectors/milvus.txt @@ -1,44 +1,34 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/milvus.in --output-file ./connectors/milvus.txt --no-strip-extras --python-version 3.9 -environs==9.5.0 - # via pymilvus -grpcio==1.66.2 +grpcio==1.67.1 # via # -c ./connectors/../common/constraints.txt # pymilvus -marshmallow==3.22.0 - # via environs -milvus-lite==2.4.10 +milvus-lite==2.4.11 # via pymilvus numpy==1.26.4 # via # -c ./connectors/../common/constraints.txt # pandas -packaging==23.2 - # via - # -c ./connectors/../common/constraints.txt - # marshmallow pandas==2.2.3 # via pymilvus -protobuf==4.23.4 - # via - # -c ./connectors/../common/constraints.txt - # pymilvus -pymilvus==2.4.7 +protobuf==5.29.3 + # via pymilvus +pymilvus==2.5.4 # via -r ./connectors/milvus.in python-dateutil==2.9.0.post0 # via pandas python-dotenv==1.0.1 - # via environs + # via pymilvus pytz==2024.2 # via pandas -setuptools==75.1.0 +setuptools==75.8.0 # via pymilvus -six==1.16.0 +six==1.17.0 # via python-dateutil -tqdm==4.66.5 +tqdm==4.67.1 # via milvus-lite -tzdata==2024.2 +tzdata==2025.1 # via pandas ujson==5.10.0 # via pymilvus diff --git a/requirements/connectors/mongodb.txt b/requirements/connectors/mongodb.txt index 0a0053a93..bcf8fc03b 100644 --- a/requirements/connectors/mongodb.txt +++ b/requirements/connectors/mongodb.txt @@ -1,6 +1,6 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/mongodb.in --output-file ./connectors/mongodb.txt --no-strip-extras --python-version 3.9 -dnspython==2.6.1 +dnspython==2.7.0 # via pymongo pymongo==4.10.1 # via -r ./connectors/mongodb.in diff --git a/requirements/connectors/neo4j.txt b/requirements/connectors/neo4j.txt index 899a4a283..5a642aa76 100644 --- a/requirements/connectors/neo4j.txt +++ b/requirements/connectors/neo4j.txt @@ -1,10 +1,10 @@ # This file was autogenerated by uv via the following command: -# uv pip compile neo4j.in --output-file neo4j.txt --no-strip-extras --python-version 3.9 +# uv pip compile ./connectors/neo4j.in --output-file ./connectors/neo4j.txt --no-strip-extras --python-version 3.9 cymple==0.12.0 - # via -r neo4j.in + # via -r ./connectors/neo4j.in neo4j==5.27.0 - # via -r neo4j.in + # via -r ./connectors/neo4j.in networkx==3.2.1 - # via -r neo4j.in + # via -r ./connectors/neo4j.in pytz==2024.2 # via neo4j diff --git a/requirements/connectors/notion.txt b/requirements/connectors/notion.txt index 829812e6c..ba7a99dc9 100644 --- a/requirements/connectors/notion.txt +++ b/requirements/connectors/notion.txt @@ -1,10 +1,10 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/notion.in --output-file ./connectors/notion.txt --no-strip-extras --python-version 3.9 -anyio==4.6.0 +anyio==4.8.0 # via httpx backoff==2.2.1 # via -r ./connectors/notion.in -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx @@ -14,9 +14,9 @@ h11==0.14.0 # via httpcore htmlbuilder==1.0.0 # via -r ./connectors/notion.in -httpcore==1.0.6 +httpcore==1.0.7 # via httpx -httpx==0.27.2 +httpx==0.28.1 # via # -r ./connectors/notion.in # notion-client @@ -24,11 +24,9 @@ idna==3.10 # via # anyio # httpx -notion-client==2.2.1 +notion-client==2.3.0 # via -r ./connectors/notion.in sniffio==1.3.1 - # via - # anyio - # httpx + # via anyio typing-extensions==4.12.2 # via anyio diff --git a/requirements/connectors/onedrive.txt b/requirements/connectors/onedrive.txt index fba01233a..f6576475f 100644 --- a/requirements/connectors/onedrive.txt +++ b/requirements/connectors/onedrive.txt @@ -4,27 +4,27 @@ beautifulsoup4==4.12.3 # via bs4 bs4==0.0.2 # via -r ./connectors/onedrive.in -certifi==2024.8.30 +certifi==2024.12.14 # via requests cffi==1.17.1 # via cryptography -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests -cryptography==43.0.1 +cryptography==44.0.0 # via # msal # pyjwt idna==3.10 # via requests -msal==1.31.0 +msal==1.31.1 # via # -r ./connectors/onedrive.in # office365-rest-python-client -office365-rest-python-client==2.5.13 +office365-rest-python-client==2.5.14 # via -r ./connectors/onedrive.in pycparser==2.22 # via cffi -pyjwt[crypto]==2.9.0 +pyjwt[crypto]==2.10.1 # via msal pytz==2024.2 # via office365-rest-python-client diff --git a/requirements/connectors/opensearch.txt b/requirements/connectors/opensearch.txt index a3ab23f00..3ecd7c2af 100644 --- a/requirements/connectors/opensearch.txt +++ b/requirements/connectors/opensearch.txt @@ -1,22 +1,22 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/opensearch.in --output-file ./connectors/opensearch.txt --no-strip-extras --python-version 3.9 -certifi==2024.8.30 +certifi==2024.12.14 # via # opensearch-py # requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests events==0.5 # via opensearch-py idna==3.10 # via requests -opensearch-py==2.7.1 +opensearch-py==2.8.0 # via -r ./connectors/opensearch.in python-dateutil==2.9.0.post0 # via opensearch-py requests==2.32.3 # via opensearch-py -six==1.16.0 +six==1.17.0 # via python-dateutil urllib3==1.26.20 # via diff --git a/requirements/connectors/outlook.txt b/requirements/connectors/outlook.txt index b94083ed6..04570bb0a 100644 --- a/requirements/connectors/outlook.txt +++ b/requirements/connectors/outlook.txt @@ -1,26 +1,26 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/outlook.in --output-file ./connectors/outlook.txt --no-strip-extras --python-version 3.9 -certifi==2024.8.30 +certifi==2024.12.14 # via requests cffi==1.17.1 # via cryptography -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests -cryptography==43.0.1 +cryptography==44.0.0 # via # msal # pyjwt idna==3.10 # via requests -msal==1.31.0 +msal==1.31.1 # via # -r ./connectors/outlook.in # office365-rest-python-client -office365-rest-python-client==2.5.13 +office365-rest-python-client==2.5.14 # via -r ./connectors/outlook.in pycparser==2.22 # via cffi -pyjwt[crypto]==2.9.0 +pyjwt[crypto]==2.10.1 # via msal pytz==2024.2 # via office365-rest-python-client diff --git a/requirements/connectors/pinecone.txt b/requirements/connectors/pinecone.txt index bf00d8245..e37f39614 100644 --- a/requirements/connectors/pinecone.txt +++ b/requirements/connectors/pinecone.txt @@ -1,6 +1,6 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/pinecone.in --output-file ./connectors/pinecone.txt --no-strip-extras --python-version 3.9 -certifi==2024.8.30 +certifi==2024.12.14 # via pinecone-client pinecone-client==5.0.1 # via -r ./connectors/pinecone.in @@ -10,7 +10,7 @@ pinecone-plugin-interface==0.0.7 # via # pinecone-client # pinecone-plugin-inference -tqdm==4.66.5 +tqdm==4.67.1 # via pinecone-client typing-extensions==4.12.2 # via pinecone-client diff --git a/requirements/connectors/postgres.txt b/requirements/connectors/postgres.txt index 683bddbcb..02d465073 100644 --- a/requirements/connectors/postgres.txt +++ b/requirements/connectors/postgres.txt @@ -1,4 +1,4 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/postgres.in --output-file ./connectors/postgres.txt --no-strip-extras --python-version 3.9 -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.10 # via -r ./connectors/postgres.in diff --git a/requirements/connectors/qdrant.txt b/requirements/connectors/qdrant.txt index 2b41f1ec8..d6748f5d1 100644 --- a/requirements/connectors/qdrant.txt +++ b/requirements/connectors/qdrant.txt @@ -2,20 +2,20 @@ # uv pip compile ./connectors/qdrant.in --output-file ./connectors/qdrant.txt --no-strip-extras --python-version 3.9 annotated-types==0.7.0 # via pydantic -anyio==4.6.0 +anyio==4.8.0 # via httpx -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx exceptiongroup==1.2.2 # via anyio -grpcio==1.66.2 +grpcio==1.69.0 # via # -c ./connectors/../common/constraints.txt # grpcio-tools # qdrant-client -grpcio-tools==1.62.3 +grpcio-tools==1.69.0 # via qdrant-client h11==0.14.0 # via httpcore @@ -23,9 +23,9 @@ h2==4.1.0 # via httpx hpack==4.0.0 # via h2 -httpcore==1.0.6 +httpcore==1.0.7 # via httpx -httpx[http2]==0.27.2 +httpx[http2]==0.28.1 # via qdrant-client hyperframe==6.0.1 # via h2 @@ -39,22 +39,18 @@ numpy==1.26.4 # qdrant-client portalocker==2.10.1 # via qdrant-client -protobuf==4.23.4 - # via - # -c ./connectors/../common/constraints.txt - # grpcio-tools -pydantic==2.9.2 +protobuf==5.29.3 + # via grpcio-tools +pydantic==2.10.5 # via qdrant-client -pydantic-core==2.23.4 +pydantic-core==2.27.2 # via pydantic -qdrant-client==1.11.3 +qdrant-client==1.13.2 # via -r ./connectors/qdrant.in -setuptools==75.1.0 +setuptools==75.8.0 # via grpcio-tools sniffio==1.3.1 - # via - # anyio - # httpx + # via anyio typing-extensions==4.12.2 # via # anyio diff --git a/requirements/connectors/reddit.txt b/requirements/connectors/reddit.txt index 674cdd911..c0475dbd7 100644 --- a/requirements/connectors/reddit.txt +++ b/requirements/connectors/reddit.txt @@ -1,12 +1,12 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/reddit.in --output-file ./connectors/reddit.txt --no-strip-extras --python-version 3.9 -certifi==2024.8.30 +certifi==2024.12.14 # via requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests idna==3.10 # via requests -praw==7.7.1 +praw==7.8.1 # via -r ./connectors/reddit.in prawcore==2.4.0 # via praw diff --git a/requirements/connectors/redis.txt b/requirements/connectors/redis.txt index 8952feafb..2a0514f43 100644 --- a/requirements/connectors/redis.txt +++ b/requirements/connectors/redis.txt @@ -1,6 +1,6 @@ # This file was autogenerated by uv via the following command: -# uv pip compile ./requirements/connectors/redis.in --output-file ./requirements/connectors/redis.txt --no-strip-extras --python-version 3.9 +# uv pip compile ./connectors/redis.in --output-file ./connectors/redis.txt --no-strip-extras --python-version 3.9 async-timeout==5.0.1 # via redis -redis==5.2.0 - # via -r ./requirements/connectors/redis.in +redis==5.2.1 + # via -r ./connectors/redis.in diff --git a/requirements/connectors/s3.txt b/requirements/connectors/s3.txt index 4cf9363b7..919002982 100644 --- a/requirements/connectors/s3.txt +++ b/requirements/connectors/s3.txt @@ -2,25 +2,25 @@ # uv pip compile ./connectors/s3.in --output-file ./connectors/s3.txt --no-strip-extras --python-version 3.9 aiobotocore==2.13.3 # via s3fs -aiohappyeyeballs==2.4.3 +aiohappyeyeballs==2.4.4 # via aiohttp -aiohttp==3.10.8 +aiohttp==3.11.11 # via # aiobotocore # s3fs aioitertools==0.12.0 # via aiobotocore -aiosignal==1.3.1 +aiosignal==1.3.2 # via aiohttp -async-timeout==4.0.3 +async-timeout==5.0.1 # via aiohttp -attrs==24.2.0 +attrs==24.3.0 # via aiohttp botocore==1.34.131 # via # -c ./connectors/../common/constraints.txt # aiobotocore -frozenlist==1.4.1 +frozenlist==1.5.0 # via # aiohttp # aiosignal @@ -37,11 +37,15 @@ multidict==6.1.0 # via # aiohttp # yarl +propcache==0.2.1 + # via + # aiohttp + # yarl python-dateutil==2.9.0.post0 # via botocore s3fs==2024.5.0 # via -r ./connectors/s3.in -six==1.16.0 +six==1.17.0 # via python-dateutil typing-extensions==4.12.2 # via @@ -51,9 +55,9 @@ urllib3==1.26.20 # via # -c ./connectors/../common/constraints.txt # botocore -wrapt==1.16.0 +wrapt==1.17.2 # via # -c ./connectors/../common/constraints.txt # aiobotocore -yarl==1.13.1 +yarl==1.18.3 # via aiohttp diff --git a/requirements/connectors/salesforce.txt b/requirements/connectors/salesforce.txt index d89cdb02c..2a0f6634a 100644 --- a/requirements/connectors/salesforce.txt +++ b/requirements/connectors/salesforce.txt @@ -1,28 +1,28 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/salesforce.in --output-file ./connectors/salesforce.txt --no-strip-extras --python-version 3.9 -attrs==24.2.0 +attrs==24.3.0 # via zeep -certifi==2024.8.30 +certifi==2024.12.14 # via requests cffi==1.17.1 # via cryptography -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests -cryptography==43.0.1 +cryptography==44.0.0 # via pyjwt idna==3.10 # via requests -isodate==0.6.1 +isodate==0.7.2 # via zeep lxml==5.3.0 # via zeep -more-itertools==10.5.0 +more-itertools==10.6.0 # via simple-salesforce platformdirs==4.3.6 # via zeep pycparser==2.22 # via cffi -pyjwt[crypto]==2.9.0 +pyjwt[crypto]==2.10.1 # via simple-salesforce pytz==2024.2 # via zeep @@ -38,13 +38,11 @@ requests-toolbelt==1.0.0 # via zeep simple-salesforce==1.12.6 # via -r ./connectors/salesforce.in -six==1.16.0 - # via isodate typing-extensions==4.12.2 # via simple-salesforce urllib3==1.26.20 # via # -c ./connectors/../common/constraints.txt # requests -zeep==4.2.1 +zeep==4.3.1 # via simple-salesforce diff --git a/requirements/connectors/sftp.txt b/requirements/connectors/sftp.txt index 05580ae74..c905458d2 100644 --- a/requirements/connectors/sftp.txt +++ b/requirements/connectors/sftp.txt @@ -1,12 +1,12 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/sftp.in --output-file ./connectors/sftp.txt --no-strip-extras --python-version 3.9 -bcrypt==4.2.0 +bcrypt==4.2.1 # via paramiko cffi==1.17.1 # via # cryptography # pynacl -cryptography==43.0.1 +cryptography==44.0.0 # via paramiko fsspec==2024.5.0 # via diff --git a/requirements/connectors/sharepoint.txt b/requirements/connectors/sharepoint.txt index b97f4e733..cafa13e12 100644 --- a/requirements/connectors/sharepoint.txt +++ b/requirements/connectors/sharepoint.txt @@ -1,26 +1,26 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/sharepoint.in --output-file ./connectors/sharepoint.txt --no-strip-extras --python-version 3.9 -certifi==2024.8.30 +certifi==2024.12.14 # via requests cffi==1.17.1 # via cryptography -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests -cryptography==43.0.1 +cryptography==44.0.0 # via # msal # pyjwt idna==3.10 # via requests -msal==1.31.0 +msal==1.31.1 # via # -r ./connectors/sharepoint.in # office365-rest-python-client -office365-rest-python-client==2.5.13 +office365-rest-python-client==2.5.14 # via -r ./connectors/sharepoint.in pycparser==2.22 # via cffi -pyjwt[crypto]==2.9.0 +pyjwt[crypto]==2.10.1 # via msal pytz==2024.2 # via office365-rest-python-client diff --git a/requirements/connectors/singlestore.txt b/requirements/connectors/singlestore.txt index d60774865..de526e8e8 100644 --- a/requirements/connectors/singlestore.txt +++ b/requirements/connectors/singlestore.txt @@ -2,33 +2,31 @@ # uv pip compile ./connectors/singlestore.in --output-file ./connectors/singlestore.txt --no-strip-extras --python-version 3.9 build==0.10.0 # via singlestoredb -certifi==2024.8.30 +certifi==2024.12.14 # via requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests idna==3.10 # via requests -packaging==23.2 - # via - # -c ./connectors/../common/constraints.txt - # build +packaging==24.2 + # via build parsimonious==0.10.0 # via singlestoredb -pyjwt==2.9.0 +pyjwt==2.10.1 # via singlestoredb pyproject-hooks==1.2.0 # via build -regex==2024.9.11 +regex==2024.11.6 # via parsimonious requests==2.32.3 # via singlestoredb -setuptools==75.1.0 +setuptools==75.8.0 # via singlestoredb -singlestoredb==1.7.1 +singlestoredb==1.11.0 # via -r ./connectors/singlestore.in sqlparams==6.1.0 # via singlestoredb -tomli==2.0.2 +tomli==2.2.1 # via # build # singlestoredb @@ -36,5 +34,5 @@ urllib3==1.26.20 # via # -c ./connectors/../common/constraints.txt # requests -wheel==0.44.0 +wheel==0.45.1 # via singlestoredb diff --git a/requirements/connectors/slack.txt b/requirements/connectors/slack.txt index d66bd9346..19654419c 100644 --- a/requirements/connectors/slack.txt +++ b/requirements/connectors/slack.txt @@ -2,15 +2,15 @@ # uv pip compile ./connectors/slack.in --output-file ./connectors/slack.txt --no-strip-extras --python-version 3.9 aiodns==3.2.0 # via slack-sdk -aiohappyeyeballs==2.4.3 +aiohappyeyeballs==2.4.4 # via aiohttp -aiohttp==3.10.10 +aiohttp==3.11.11 # via slack-sdk -aiosignal==1.3.1 +aiosignal==1.3.2 # via aiohttp -async-timeout==4.0.3 +async-timeout==5.0.1 # via aiohttp -attrs==24.2.0 +attrs==24.3.0 # via aiohttp boto3==1.34.131 # via slack-sdk @@ -21,12 +21,10 @@ botocore==1.34.131 # s3transfer cffi==1.17.1 # via pycares -frozenlist==1.4.1 +frozenlist==1.5.0 # via # aiohttp # aiosignal -greenlet==3.1.1 - # via sqlalchemy idna==3.10 # via yarl jmespath==1.0.1 @@ -37,21 +35,23 @@ multidict==6.1.0 # via # aiohttp # yarl -propcache==0.2.0 - # via yarl -pycares==4.4.0 +propcache==0.2.1 + # via + # aiohttp + # yarl +pycares==4.5.0 # via aiodns pycparser==2.22 # via cffi python-dateutil==2.9.0.post0 # via botocore -s3transfer==0.10.3 +s3transfer==0.10.4 # via boto3 -six==1.16.0 +six==1.17.0 # via python-dateutil -slack-sdk[optional]==3.33.1 +slack-sdk[optional]==3.34.0 # via -r ./connectors/slack.in -sqlalchemy==2.0.36 +sqlalchemy==2.0.37 # via slack-sdk typing-extensions==4.12.2 # via @@ -63,7 +63,7 @@ urllib3==1.26.20 # botocore websocket-client==1.8.0 # via slack-sdk -websockets==13.1 +websockets==14.2 # via slack-sdk -yarl==1.15.5 +yarl==1.18.3 # via aiohttp diff --git a/requirements/connectors/snowflake.txt b/requirements/connectors/snowflake.txt index ce7c62d6d..340b55930 100644 --- a/requirements/connectors/snowflake.txt +++ b/requirements/connectors/snowflake.txt @@ -1,8 +1,8 @@ # This file was autogenerated by uv via the following command: -# uv pip compile snowflake.in --output-file snowflake.txt --no-strip-extras --python-version 3.9 +# uv pip compile ./connectors/snowflake.in --output-file ./connectors/snowflake.txt --no-strip-extras --python-version 3.9 asn1crypto==1.5.1 # via snowflake-connector-python -certifi==2024.8.30 +certifi==2024.12.14 # via # requests # snowflake-connector-python @@ -10,15 +10,15 @@ cffi==1.17.1 # via # cryptography # snowflake-connector-python -charset-normalizer==3.4.0 +charset-normalizer==3.4.1 # via # requests # snowflake-connector-python -cryptography==43.0.3 +cryptography==44.0.0 # via # pyopenssl # snowflake-connector-python -filelock==3.16.1 +filelock==3.17.0 # via snowflake-connector-python idna==3.10 # via @@ -29,19 +29,19 @@ packaging==24.2 platformdirs==4.3.6 # via snowflake-connector-python psycopg2-binary==2.9.10 - # via -r snowflake.in + # via -r ./connectors/snowflake.in pycparser==2.22 # via cffi -pyjwt==2.9.0 +pyjwt==2.10.1 # via snowflake-connector-python -pyopenssl==24.2.1 +pyopenssl==24.3.0 # via snowflake-connector-python pytz==2024.2 # via snowflake-connector-python requests==2.32.3 # via snowflake-connector-python -snowflake-connector-python==3.12.3 - # via -r snowflake.in +snowflake-connector-python==3.12.4 + # via -r ./connectors/snowflake.in sortedcontainers==2.4.0 # via snowflake-connector-python tomlkit==0.13.2 @@ -50,6 +50,6 @@ typing-extensions==4.12.2 # via snowflake-connector-python urllib3==1.26.20 # via - # -c ../common/constraints.txt + # -c ./connectors/../common/constraints.txt # requests # snowflake-connector-python diff --git a/requirements/connectors/vectara.txt b/requirements/connectors/vectara.txt index b8644ba81..2c57ca4d3 100644 --- a/requirements/connectors/vectara.txt +++ b/requirements/connectors/vectara.txt @@ -1,15 +1,35 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./connectors/vectara.in --output-file ./connectors/vectara.txt --no-strip-extras --python-version 3.9 -certifi==2024.8.30 - # via requests -charset-normalizer==3.3.2 +aiofiles==24.1.0 + # via -r ./connectors/vectara.in +anyio==4.8.0 + # via httpx +certifi==2024.12.14 + # via + # httpcore + # httpx + # requests +charset-normalizer==3.4.1 # via requests +exceptiongroup==1.2.2 + # via anyio +h11==0.14.0 + # via httpcore +httpcore==1.0.7 + # via httpx +httpx==0.28.1 + # via -r ./connectors/vectara.in idna==3.10 - # via requests + # via + # anyio + # httpx + # requests requests==2.32.3 # via -r ./connectors/vectara.in -aiofiles==24.1.0 - # via -r ./connectors/vectara.in +sniffio==1.3.1 + # via anyio +typing-extensions==4.12.2 + # via anyio urllib3==1.26.20 # via # -c ./connectors/../common/constraints.txt diff --git a/requirements/connectors/weaviate.txt b/requirements/connectors/weaviate.txt index 1f2c0836d..8b1cba816 100644 --- a/requirements/connectors/weaviate.txt +++ b/requirements/connectors/weaviate.txt @@ -1,74 +1,61 @@ # This file was autogenerated by uv via the following command: -# uv pip compile weaviate.in --output-file weaviate.txt --no-strip-extras --python-version 3.9 +# uv pip compile ./connectors/weaviate.in --output-file ./connectors/weaviate.txt --no-strip-extras --python-version 3.9 annotated-types==0.7.0 # via pydantic -anyio==4.6.2.post1 +anyio==4.8.0 # via httpx authlib==1.3.1 # via weaviate-client -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx - # requests cffi==1.17.1 # via cryptography -charset-normalizer==3.4.0 - # via requests -cryptography==43.0.3 +cryptography==44.0.0 # via authlib exceptiongroup==1.2.2 # via anyio -grpcio==1.68.0 +grpcio==1.69.0 # via - # -c ../common/constraints.txt + # -c ./connectors/../common/constraints.txt # grpcio-health-checking # grpcio-tools # weaviate-client -grpcio-health-checking==1.62.3 +grpcio-health-checking==1.69.0 # via weaviate-client -grpcio-tools==1.62.3 +grpcio-tools==1.69.0 # via weaviate-client h11==0.14.0 # via httpcore httpcore==1.0.7 # via httpx -httpx==0.27.0 +httpx==0.28.1 # via weaviate-client idna==3.10 # via # anyio # httpx - # requests -protobuf==4.23.4 +protobuf==5.29.3 # via - # -c ../common/constraints.txt # grpcio-health-checking # grpcio-tools pycparser==2.22 # via cffi -pydantic==2.9.2 +pydantic==2.10.5 # via weaviate-client -pydantic-core==2.23.4 +pydantic-core==2.27.2 # via pydantic -requests==2.32.3 - # via weaviate-client -setuptools==75.5.0 +setuptools==75.8.0 # via grpcio-tools sniffio==1.3.1 - # via - # anyio - # httpx + # via anyio typing-extensions==4.12.2 # via # anyio # pydantic # pydantic-core -urllib3==1.26.20 - # via - # -c ../common/constraints.txt - # requests validators==0.34.0 # via weaviate-client -weaviate-client==4.9.3 - # via -r weaviate.in +weaviate-client==4.10.4 + # via -r ./connectors/weaviate.in diff --git a/requirements/connectors/wikipedia.txt b/requirements/connectors/wikipedia.txt index 48affe627..04c3de82d 100644 --- a/requirements/connectors/wikipedia.txt +++ b/requirements/connectors/wikipedia.txt @@ -2,9 +2,9 @@ # uv pip compile ./connectors/wikipedia.in --output-file ./connectors/wikipedia.txt --no-strip-extras --python-version 3.9 beautifulsoup4==4.12.3 # via wikipedia -certifi==2024.8.30 +certifi==2024.12.14 # via requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests idna==3.10 # via requests diff --git a/requirements/embed/aws-bedrock.txt b/requirements/embed/aws-bedrock.txt index ac27c8759..be0ded08f 100644 --- a/requirements/embed/aws-bedrock.txt +++ b/requirements/embed/aws-bedrock.txt @@ -1,30 +1,30 @@ # This file was autogenerated by uv via the following command: -# uv pip compile aws-bedrock.in --output-file aws-bedrock.txt --no-strip-extras --python-version 3.9 +# uv pip compile ./embed/aws-bedrock.in --output-file ./embed/aws-bedrock.txt --no-strip-extras --python-version 3.9 aioboto3==13.1.1 - # via -r aws-bedrock.in + # via -r ./embed/aws-bedrock.in aiobotocore[boto3]==2.13.1 # via aioboto3 aiofiles==24.1.0 # via aioboto3 aiohappyeyeballs==2.4.4 # via aiohttp -aiohttp==3.11.10 +aiohttp==3.11.11 # via aiobotocore aioitertools==0.12.0 # via aiobotocore -aiosignal==1.3.1 +aiosignal==1.3.2 # via aiohttp async-timeout==5.0.1 # via aiohttp -attrs==24.2.0 +attrs==24.3.0 # via aiohttp boto3==1.34.131 # via - # -r aws-bedrock.in + # -r ./embed/aws-bedrock.in # aiobotocore botocore==1.34.131 # via - # -c ../common/constraints.txt + # -c ./embed/../common/constraints.txt # aiobotocore # boto3 # s3transfer @@ -58,11 +58,11 @@ typing-extensions==4.12.2 # multidict urllib3==1.26.20 # via - # -c ../common/constraints.txt + # -c ./embed/../common/constraints.txt # botocore -wrapt==1.17.0 +wrapt==1.17.2 # via - # -c ../common/constraints.txt + # -c ./embed/../common/constraints.txt # aiobotocore yarl==1.18.3 # via aiohttp diff --git a/requirements/embed/huggingface.txt b/requirements/embed/huggingface.txt index 510d91949..b63a1e788 100644 --- a/requirements/embed/huggingface.txt +++ b/requirements/embed/huggingface.txt @@ -1,31 +1,31 @@ # This file was autogenerated by uv via the following command: -# uv pip compile huggingface.in --output-file huggingface.txt --no-strip-extras -certifi==2024.8.30 +# uv pip compile ./embed/huggingface.in --output-file ./embed/huggingface.txt --no-strip-extras --python-version 3.9 +certifi==2024.12.14 # via requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests -filelock==3.16.1 +filelock==3.17.0 # via # huggingface-hub # torch # transformers fsspec==2024.5.0 # via - # -c ../common/constraints.txt + # -c ./embed/../common/constraints.txt # huggingface-hub # torch -huggingface-hub==0.25.1 +huggingface-hub==0.27.1 # via # sentence-transformers # tokenizers # transformers idna==3.10 # via requests -jinja2==3.1.4 +jinja2==3.1.5 # via torch joblib==1.4.2 # via scikit-learn -markupsafe==2.1.5 +markupsafe==3.0.2 # via jinja2 mpmath==1.3.0 # via sympy @@ -33,48 +33,47 @@ networkx==3.2.1 # via torch numpy==1.26.4 # via - # -c ../common/constraints.txt + # -c ./embed/../common/constraints.txt # scikit-learn # scipy # transformers -packaging==23.2 +packaging==24.2 # via - # -c ../common/constraints.txt # huggingface-hub # transformers -pillow==10.4.0 +pillow==11.1.0 # via sentence-transformers pyyaml==6.0.2 # via # huggingface-hub # transformers -regex==2024.9.11 +regex==2024.11.6 # via transformers requests==2.32.3 # via # huggingface-hub # transformers -safetensors==0.4.5 +safetensors==0.5.2 # via transformers -scikit-learn==1.5.2 +scikit-learn==1.6.1 # via sentence-transformers scipy==1.13.1 # via # scikit-learn # sentence-transformers -sentence-transformers==3.1.1 - # via -r huggingface.in -sympy==1.13.3 +sentence-transformers==3.3.1 + # via -r ./embed/huggingface.in +sympy==1.13.1 # via torch threadpoolctl==3.5.0 # via scikit-learn tokenizers==0.19.1 # via - # -c ../common/constraints.txt + # -c ./embed/../common/constraints.txt # transformers -torch==2.4.1 +torch==2.5.1 # via sentence-transformers -tqdm==4.66.5 +tqdm==4.67.1 # via # huggingface-hub # sentence-transformers @@ -87,5 +86,5 @@ typing-extensions==4.12.2 # torch urllib3==1.26.20 # via - # -c ../common/constraints.txt + # -c ./embed/../common/constraints.txt # requests diff --git a/requirements/embed/mixedbreadai.txt b/requirements/embed/mixedbreadai.txt index 225b9d69b..b3e582f65 100644 --- a/requirements/embed/mixedbreadai.txt +++ b/requirements/embed/mixedbreadai.txt @@ -1,10 +1,10 @@ # This file was autogenerated by uv via the following command: -# uv pip compile mixedbreadai.in --output-file mixedbreadai.txt --no-strip-extras +# uv pip compile ./embed/mixedbreadai.in --output-file ./embed/mixedbreadai.txt --no-strip-extras --python-version 3.9 annotated-types==0.7.0 # via pydantic -anyio==4.6.0 +anyio==4.8.0 # via httpx -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx @@ -12,24 +12,22 @@ exceptiongroup==1.2.2 # via anyio h11==0.14.0 # via httpcore -httpcore==1.0.6 +httpcore==1.0.7 # via httpx -httpx==0.27.2 +httpx==0.28.1 # via mixedbread-ai idna==3.10 # via # anyio # httpx mixedbread-ai==2.2.6 - # via -r mixedbreadai.in -pydantic==2.9.2 + # via -r ./embed/mixedbreadai.in +pydantic==2.10.5 # via mixedbread-ai -pydantic-core==2.23.4 +pydantic-core==2.27.2 # via pydantic sniffio==1.3.1 - # via - # anyio - # httpx + # via anyio typing-extensions==4.12.2 # via # anyio diff --git a/requirements/embed/octoai.txt b/requirements/embed/octoai.txt index 5a858859c..ede9d02ac 100644 --- a/requirements/embed/octoai.txt +++ b/requirements/embed/octoai.txt @@ -1,17 +1,17 @@ # This file was autogenerated by uv via the following command: -# uv pip compile octoai.in --output-file octoai.txt --no-strip-extras +# uv pip compile ./embed/octoai.in --output-file ./embed/octoai.txt --no-strip-extras --python-version 3.9 annotated-types==0.7.0 # via pydantic -anyio==4.6.0 +anyio==4.8.0 # via # httpx # openai -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx # requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests distro==1.9.0 # via openai @@ -19,35 +19,34 @@ exceptiongroup==1.2.2 # via anyio h11==0.14.0 # via httpcore -httpcore==1.0.6 +httpcore==1.0.7 # via httpx -httpx==0.27.2 +httpx==0.28.1 # via openai idna==3.10 # via # anyio # httpx # requests -jiter==0.5.0 +jiter==0.8.2 # via openai -openai==1.51.0 - # via -r octoai.in -pydantic==2.9.2 +openai==1.60.0 + # via -r ./embed/octoai.in +pydantic==2.10.5 # via openai -pydantic-core==2.23.4 +pydantic-core==2.27.2 # via pydantic -regex==2024.9.11 +regex==2024.11.6 # via tiktoken requests==2.32.3 # via tiktoken sniffio==1.3.1 # via # anyio - # httpx # openai -tiktoken==0.7.0 - # via -r octoai.in -tqdm==4.66.5 +tiktoken==0.8.0 + # via -r ./embed/octoai.in +tqdm==4.67.1 # via openai typing-extensions==4.12.2 # via @@ -57,5 +56,5 @@ typing-extensions==4.12.2 # pydantic-core urllib3==1.26.20 # via - # -c ../common/constraints.txt + # -c ./embed/../common/constraints.txt # requests diff --git a/requirements/embed/openai.txt b/requirements/embed/openai.txt index 822884229..893a2e4df 100644 --- a/requirements/embed/openai.txt +++ b/requirements/embed/openai.txt @@ -1,17 +1,17 @@ # This file was autogenerated by uv via the following command: -# uv pip compile openai.in --output-file openai.txt --no-strip-extras +# uv pip compile ./embed/openai.in --output-file ./embed/openai.txt --no-strip-extras --python-version 3.9 annotated-types==0.7.0 # via pydantic -anyio==4.6.0 +anyio==4.8.0 # via # httpx # openai -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx # requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests distro==1.9.0 # via openai @@ -19,35 +19,34 @@ exceptiongroup==1.2.2 # via anyio h11==0.14.0 # via httpcore -httpcore==1.0.6 +httpcore==1.0.7 # via httpx -httpx==0.27.2 +httpx==0.28.1 # via openai idna==3.10 # via # anyio # httpx # requests -jiter==0.5.0 +jiter==0.8.2 # via openai -openai==1.51.0 - # via -r openai.in -pydantic==2.9.2 +openai==1.60.0 + # via -r ./embed/openai.in +pydantic==2.10.5 # via openai -pydantic-core==2.23.4 +pydantic-core==2.27.2 # via pydantic -regex==2024.9.11 +regex==2024.11.6 # via tiktoken requests==2.32.3 # via tiktoken sniffio==1.3.1 # via # anyio - # httpx # openai -tiktoken==0.7.0 - # via -r openai.in -tqdm==4.66.5 +tiktoken==0.8.0 + # via -r ./embed/openai.in +tqdm==4.67.1 # via openai typing-extensions==4.12.2 # via @@ -57,5 +56,5 @@ typing-extensions==4.12.2 # pydantic-core urllib3==1.26.20 # via - # -c ../common/constraints.txt + # -c ./embed/../common/constraints.txt # requests diff --git a/requirements/embed/togetherai.txt b/requirements/embed/togetherai.txt index efc67e12e..ab440742a 100644 --- a/requirements/embed/togetherai.txt +++ b/requirements/embed/togetherai.txt @@ -1,30 +1,30 @@ # This file was autogenerated by uv via the following command: -# uv pip compile togetherai.in --output-file togetherai.txt --no-strip-extras -aiohappyeyeballs==2.4.3 +# uv pip compile ./embed/togetherai.in --output-file ./embed/togetherai.txt --no-strip-extras --python-version 3.9 +aiohappyeyeballs==2.4.4 # via aiohttp -aiohttp==3.10.10 +aiohttp==3.11.11 # via together -aiosignal==1.3.1 +aiosignal==1.3.2 # via aiohttp annotated-types==0.7.0 # via pydantic -async-timeout==4.0.3 +async-timeout==5.0.1 # via aiohttp -attrs==24.2.0 +attrs==24.3.0 # via aiohttp -certifi==2024.8.30 +certifi==2024.12.14 # via requests -charset-normalizer==3.4.0 +charset-normalizer==3.4.1 # via requests -click==8.1.7 +click==8.1.8 # via # together # typer -eval-type-backport==0.2.0 +eval-type-backport==0.2.2 # via together -filelock==3.16.1 +filelock==3.17.0 # via together -frozenlist==1.4.1 +frozenlist==1.5.0 # via # aiohttp # aiosignal @@ -42,24 +42,25 @@ multidict==6.1.0 # yarl numpy==1.26.4 # via - # -c ../common/constraints.txt - # pyarrow + # -c ./embed/../common/constraints.txt # together pillow==10.4.0 # via together -propcache==0.2.0 - # via yarl -pyarrow==17.0.0 +propcache==0.2.1 + # via + # aiohttp + # yarl +pyarrow==19.0.0 # via together -pydantic==2.9.2 +pydantic==2.10.5 # via together -pydantic-core==2.23.4 +pydantic-core==2.27.2 # via pydantic -pygments==2.18.0 +pygments==2.19.1 # via rich requests==2.32.3 # via together -rich==13.9.2 +rich==13.9.4 # via # together # typer @@ -67,11 +68,11 @@ shellingham==1.5.4 # via typer tabulate==0.9.0 # via together -together==1.3.2 - # via -r togetherai.in -tqdm==4.66.5 +together==1.3.11 + # via -r ./embed/togetherai.in +tqdm==4.67.1 # via together -typer==0.12.5 +typer==0.15.1 # via together typing-extensions==4.12.2 # via @@ -82,7 +83,7 @@ typing-extensions==4.12.2 # typer urllib3==1.26.20 # via - # -c ../common/constraints.txt + # -c ./embed/../common/constraints.txt # requests -yarl==1.15.3 +yarl==1.18.3 # via aiohttp diff --git a/requirements/embed/vertexai.txt b/requirements/embed/vertexai.txt index 80d3ff645..2390d67a7 100644 --- a/requirements/embed/vertexai.txt +++ b/requirements/embed/vertexai.txt @@ -1,23 +1,23 @@ # This file was autogenerated by uv via the following command: -# uv pip compile vertexai.in --output-file vertexai.txt --no-strip-extras +# uv pip compile ./embed/vertexai.in --output-file ./embed/vertexai.txt --no-strip-extras --python-version 3.9 annotated-types==0.7.0 # via pydantic -cachetools==5.5.0 +cachetools==5.5.1 # via google-auth -certifi==2024.8.30 +certifi==2024.12.14 # via requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests docstring-parser==0.16 # via google-cloud-aiplatform -google-api-core[grpc]==2.20.0 +google-api-core[grpc]==2.24.0 # via # google-cloud-aiplatform # google-cloud-bigquery # google-cloud-core # google-cloud-resource-manager # google-cloud-storage -google-auth==2.35.0 +google-auth==2.37.0 # via # google-api-core # google-cloud-aiplatform @@ -25,17 +25,17 @@ google-auth==2.35.0 # google-cloud-core # google-cloud-resource-manager # google-cloud-storage -google-cloud-aiplatform[all]==1.69.0 +google-cloud-aiplatform[all]==1.71.1 # via vertexai -google-cloud-bigquery==3.26.0 +google-cloud-bigquery==3.29.0 # via google-cloud-aiplatform google-cloud-core==2.4.1 # via # google-cloud-bigquery # google-cloud-storage -google-cloud-resource-manager==1.12.5 +google-cloud-resource-manager==1.14.0 # via google-cloud-aiplatform -google-cloud-storage==2.18.2 +google-cloud-storage==2.19.0 # via google-cloud-aiplatform google-crc32c==1.6.0 # via @@ -45,41 +45,39 @@ google-resumable-media==2.7.2 # via # google-cloud-bigquery # google-cloud-storage -googleapis-common-protos[grpc]==1.65.0 +googleapis-common-protos[grpc]==1.66.0 # via # google-api-core # grpc-google-iam-v1 # grpcio-status -grpc-google-iam-v1==0.13.1 +grpc-google-iam-v1==0.14.0 # via google-cloud-resource-manager -grpcio==1.66.2 +grpcio==1.69.0 # via - # -c ../common/constraints.txt + # -c ./embed/../common/constraints.txt # google-api-core # googleapis-common-protos # grpc-google-iam-v1 # grpcio-status -grpcio-status==1.62.3 +grpcio-status==1.69.0 # via google-api-core idna==3.10 # via requests numpy==1.26.4 # via - # -c ../common/constraints.txt + # -c ./embed/../common/constraints.txt # shapely -packaging==23.2 +packaging==24.2 # via - # -c ../common/constraints.txt # google-cloud-aiplatform # google-cloud-bigquery -proto-plus==1.24.0 +proto-plus==1.25.0 # via # google-api-core # google-cloud-aiplatform # google-cloud-resource-manager -protobuf==4.23.4 +protobuf==5.29.3 # via - # -c ../common/constraints.txt # google-api-core # google-cloud-aiplatform # google-cloud-resource-manager @@ -93,9 +91,9 @@ pyasn1==0.6.1 # rsa pyasn1-modules==0.4.1 # via google-auth -pydantic==2.9.2 +pydantic==2.10.5 # via google-cloud-aiplatform -pydantic-core==2.23.4 +pydantic-core==2.27.2 # via pydantic python-dateutil==2.9.0.post0 # via google-cloud-bigquery @@ -108,7 +106,7 @@ rsa==4.9 # via google-auth shapely==2.0.6 # via google-cloud-aiplatform -six==1.16.0 +six==1.17.0 # via python-dateutil typing-extensions==4.12.2 # via @@ -116,7 +114,7 @@ typing-extensions==4.12.2 # pydantic-core urllib3==1.26.20 # via - # -c ../common/constraints.txt + # -c ./embed/../common/constraints.txt # requests -vertexai==1.69.0 - # via -r vertexai.in +vertexai==1.71.1 + # via -r ./embed/vertexai.in diff --git a/requirements/embed/voyageai.txt b/requirements/embed/voyageai.txt index ab06aa637..3ba27ff73 100644 --- a/requirements/embed/voyageai.txt +++ b/requirements/embed/voyageai.txt @@ -1,25 +1,35 @@ # This file was autogenerated by uv via the following command: -# uv pip compile voyageai.in --output-file voyageai.txt --no-strip-extras -aiohappyeyeballs==2.4.3 +# uv pip compile ./embed/voyageai.in --output-file ./embed/voyageai.txt --no-strip-extras --python-version 3.9 +aiohappyeyeballs==2.4.4 # via aiohttp -aiohttp==3.10.8 +aiohttp==3.11.11 # via voyageai -aiolimiter==1.1.0 +aiolimiter==1.2.1 # via voyageai -aiosignal==1.3.1 +aiosignal==1.3.2 # via aiohttp -async-timeout==4.0.3 +annotated-types==0.7.0 + # via pydantic +async-timeout==5.0.1 # via aiohttp -attrs==24.2.0 +attrs==24.3.0 # via aiohttp -certifi==2024.8.30 +certifi==2024.12.14 # via requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests -frozenlist==1.4.1 +filelock==3.17.0 + # via huggingface-hub +frozenlist==1.5.0 # via # aiohttp # aiosignal +fsspec==2024.5.0 + # via + # -c ./embed/../common/constraints.txt + # huggingface-hub +huggingface-hub==0.27.1 + # via tokenizers idna==3.10 # via # requests @@ -30,19 +40,45 @@ multidict==6.1.0 # yarl numpy==1.26.4 # via - # -c ../common/constraints.txt + # -c ./embed/../common/constraints.txt # voyageai -requests==2.32.3 +packaging==24.2 + # via huggingface-hub +pillow==11.1.0 + # via voyageai +propcache==0.2.1 + # via + # aiohttp + # yarl +pydantic==2.10.5 # via voyageai +pydantic-core==2.27.2 + # via pydantic +pyyaml==6.0.2 + # via huggingface-hub +requests==2.32.3 + # via + # huggingface-hub + # voyageai tenacity==9.0.0 # via voyageai +tokenizers==0.19.1 + # via + # -c ./embed/../common/constraints.txt + # voyageai +tqdm==4.67.1 + # via huggingface-hub typing-extensions==4.12.2 - # via multidict + # via + # huggingface-hub + # multidict + # pydantic + # pydantic-core urllib3==1.26.20 # via - # -c ../common/constraints.txt + # -c ./embed/../common/constraints.txt # requests -voyageai==0.2.3 - # via -r voyageai.in -yarl==1.13.1 +voyageai==0.3.2 + # via -r ./embed/voyageai.in +yarl==1.18.3 # via aiohttp diff --git a/requirements/lint.txt b/requirements/lint.txt index c9a8a3001..110926d40 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -1,21 +1,21 @@ # This file was autogenerated by uv via the following command: -# uv pip compile lint.in --output-file lint.txt --no-strip-extras --python-version 3.9 +# uv pip compile ./lint.in --output-file ./lint.txt --no-strip-extras --python-version 3.9 autoflake==2.3.1 - # via -r lint.in + # via -r ./lint.in black==24.10.0 - # via -r lint.in -click==8.1.7 + # via -r ./lint.in +click==8.1.8 # via black flake8==7.1.1 # via - # -r lint.in + # -r ./lint.in # flake8-print flake8-print==5.0.0 - # via -r lint.in + # via -r ./lint.in mccabe==0.7.0 # via flake8 -mypy==1.13.0 - # via -r lint.in +mypy==1.14.1 + # via -r ./lint.in mypy-extensions==1.0.0 # via # black @@ -34,9 +34,9 @@ pyflakes==3.2.0 # via # autoflake # flake8 -ruff==0.7.4 - # via -r lint.in -tomli==2.1.0 +ruff==0.9.2 + # via -r ./lint.in +tomli==2.2.1 # via # autoflake # black diff --git a/requirements/local_partition/doc.txt b/requirements/local_partition/doc.txt index 362e65463..914bac846 100644 --- a/requirements/local_partition/doc.txt +++ b/requirements/local_partition/doc.txt @@ -1,55 +1,55 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./local_partition/doc.in --output-file ./local_partition/doc.txt --no-strip-extras --python-version 3.9 -anyio==4.6.0 +aiofiles==24.1.0 + # via unstructured-client +annotated-types==0.7.0 + # via pydantic +anyio==4.8.0 # via httpx backoff==2.2.1 # via unstructured beautifulsoup4==4.12.3 # via unstructured -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx # requests - # unstructured-client cffi==1.17.1 # via cryptography chardet==5.2.0 # via unstructured -charset-normalizer==3.3.2 - # via - # requests - # unstructured-client -click==8.1.7 +charset-normalizer==3.4.1 + # via requests +click==8.1.8 # via # nltk # python-oxmsg -cryptography==43.0.1 +cryptography==44.0.0 # via unstructured-client dataclasses-json==0.6.7 - # via - # unstructured - # unstructured-client -deepdiff==8.0.1 - # via unstructured-client -emoji==2.13.2 # via unstructured +emoji==2.14.1 + # via unstructured +eval-type-backport==0.2.2 + # via unstructured-client exceptiongroup==1.2.2 # via anyio filetype==1.2.0 # via unstructured h11==0.14.0 # via httpcore -httpcore==1.0.6 +html5lib==1.1 + # via unstructured +httpcore==1.0.7 # via httpx -httpx==0.27.2 +httpx==0.28.1 # via unstructured-client idna==3.10 # via # anyio # httpx # requests - # unstructured-client joblib==1.4.2 # via nltk jsonpath-python==1.0.6 @@ -60,14 +60,12 @@ lxml==5.3.0 # via # python-docx # unstructured -marshmallow==3.22.0 - # via - # dataclasses-json - # unstructured-client +marshmallow==3.25.1 + # via dataclasses-json mypy-extensions==1.0.0 - # via - # typing-inspect - # unstructured-client + # via typing-inspect +ndjson==0.3.1 + # via unstructured nest-asyncio==1.6.0 # via unstructured-client nltk==3.9.1 @@ -78,75 +76,68 @@ numpy==1.26.4 # unstructured olefile==0.47 # via python-oxmsg -orderly-set==5.2.2 - # via deepdiff -packaging==23.2 - # via - # -c ./local_partition/../common/constraints.txt - # marshmallow - # unstructured-client -psutil==6.0.0 +packaging==24.2 + # via marshmallow +psutil==6.1.1 # via unstructured pycparser==2.22 # via cffi -pypdf==5.0.1 +pydantic==2.10.5 + # via unstructured-client +pydantic-core==2.27.2 + # via pydantic +pypdf==5.1.0 # via unstructured-client python-dateutil==2.9.0.post0 # via unstructured-client python-docx==1.1.2 # via unstructured -python-iso639==2024.4.27 +python-iso639==2024.10.22 # via unstructured python-magic==0.4.27 # via unstructured python-oxmsg==0.0.1 # via unstructured -rapidfuzz==3.10.0 +rapidfuzz==3.11.0 # via unstructured -regex==2024.9.11 +regex==2024.11.6 # via nltk requests==2.32.3 # via # requests-toolbelt # unstructured - # unstructured-client requests-toolbelt==1.0.0 # via unstructured-client -six==1.16.0 +six==1.17.0 # via + # html5lib # langdetect # python-dateutil - # unstructured-client sniffio==1.3.1 - # via - # anyio - # httpx + # via anyio soupsieve==2.6 # via beautifulsoup4 -tabulate==0.9.0 - # via unstructured -tqdm==4.66.5 +tqdm==4.67.1 # via # nltk # unstructured typing-extensions==4.12.2 # via # anyio + # pydantic + # pydantic-core # pypdf # python-docx # python-oxmsg # typing-inspect # unstructured - # unstructured-client typing-inspect==0.9.0 # via # dataclasses-json # unstructured-client -unstructured[doc]==0.15.10 - # via - # -c ./local_partition/../common/constraints.txt - # -r ./local_partition/doc.in -unstructured-client==0.25.9 +unstructured[doc]==0.16.14 + # via -r ./local_partition/doc.in +unstructured-client==0.29.0 # via # -c ./local_partition/../common/constraints.txt # unstructured @@ -154,8 +145,9 @@ urllib3==1.26.20 # via # -c ./local_partition/../common/constraints.txt # requests - # unstructured-client -wrapt==1.16.0 +webencodings==0.5.1 + # via html5lib +wrapt==1.17.2 # via # -c ./local_partition/../common/constraints.txt # unstructured diff --git a/requirements/local_partition/docx.txt b/requirements/local_partition/docx.txt index 8807fc2bc..c5fa8f757 100644 --- a/requirements/local_partition/docx.txt +++ b/requirements/local_partition/docx.txt @@ -1,55 +1,55 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./local_partition/docx.in --output-file ./local_partition/docx.txt --no-strip-extras --python-version 3.9 -anyio==4.6.0 +aiofiles==24.1.0 + # via unstructured-client +annotated-types==0.7.0 + # via pydantic +anyio==4.8.0 # via httpx backoff==2.2.1 # via unstructured beautifulsoup4==4.12.3 # via unstructured -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx # requests - # unstructured-client cffi==1.17.1 # via cryptography chardet==5.2.0 # via unstructured -charset-normalizer==3.3.2 - # via - # requests - # unstructured-client -click==8.1.7 +charset-normalizer==3.4.1 + # via requests +click==8.1.8 # via # nltk # python-oxmsg -cryptography==43.0.1 +cryptography==44.0.0 # via unstructured-client dataclasses-json==0.6.7 - # via - # unstructured - # unstructured-client -deepdiff==8.0.1 - # via unstructured-client -emoji==2.13.2 # via unstructured +emoji==2.14.1 + # via unstructured +eval-type-backport==0.2.2 + # via unstructured-client exceptiongroup==1.2.2 # via anyio filetype==1.2.0 # via unstructured h11==0.14.0 # via httpcore -httpcore==1.0.6 +html5lib==1.1 + # via unstructured +httpcore==1.0.7 # via httpx -httpx==0.27.2 +httpx==0.28.1 # via unstructured-client idna==3.10 # via # anyio # httpx # requests - # unstructured-client joblib==1.4.2 # via nltk jsonpath-python==1.0.6 @@ -60,14 +60,12 @@ lxml==5.3.0 # via # python-docx # unstructured -marshmallow==3.22.0 - # via - # dataclasses-json - # unstructured-client +marshmallow==3.25.1 + # via dataclasses-json mypy-extensions==1.0.0 - # via - # typing-inspect - # unstructured-client + # via typing-inspect +ndjson==0.3.1 + # via unstructured nest-asyncio==1.6.0 # via unstructured-client nltk==3.9.1 @@ -78,75 +76,68 @@ numpy==1.26.4 # unstructured olefile==0.47 # via python-oxmsg -orderly-set==5.2.2 - # via deepdiff -packaging==23.2 - # via - # -c ./local_partition/../common/constraints.txt - # marshmallow - # unstructured-client -psutil==6.0.0 +packaging==24.2 + # via marshmallow +psutil==6.1.1 # via unstructured pycparser==2.22 # via cffi -pypdf==5.0.1 +pydantic==2.10.5 + # via unstructured-client +pydantic-core==2.27.2 + # via pydantic +pypdf==5.1.0 # via unstructured-client python-dateutil==2.9.0.post0 # via unstructured-client python-docx==1.1.2 # via unstructured -python-iso639==2024.4.27 +python-iso639==2024.10.22 # via unstructured python-magic==0.4.27 # via unstructured python-oxmsg==0.0.1 # via unstructured -rapidfuzz==3.10.0 +rapidfuzz==3.11.0 # via unstructured -regex==2024.9.11 +regex==2024.11.6 # via nltk requests==2.32.3 # via # requests-toolbelt # unstructured - # unstructured-client requests-toolbelt==1.0.0 # via unstructured-client -six==1.16.0 +six==1.17.0 # via + # html5lib # langdetect # python-dateutil - # unstructured-client sniffio==1.3.1 - # via - # anyio - # httpx + # via anyio soupsieve==2.6 # via beautifulsoup4 -tabulate==0.9.0 - # via unstructured -tqdm==4.66.5 +tqdm==4.67.1 # via # nltk # unstructured typing-extensions==4.12.2 # via # anyio + # pydantic + # pydantic-core # pypdf # python-docx # python-oxmsg # typing-inspect # unstructured - # unstructured-client typing-inspect==0.9.0 # via # dataclasses-json # unstructured-client -unstructured[docx]==0.15.10 - # via - # -c ./local_partition/../common/constraints.txt - # -r ./local_partition/docx.in -unstructured-client==0.25.9 +unstructured[docx]==0.16.14 + # via -r ./local_partition/docx.in +unstructured-client==0.29.0 # via # -c ./local_partition/../common/constraints.txt # unstructured @@ -154,8 +145,9 @@ urllib3==1.26.20 # via # -c ./local_partition/../common/constraints.txt # requests - # unstructured-client -wrapt==1.16.0 +webencodings==0.5.1 + # via html5lib +wrapt==1.17.2 # via # -c ./local_partition/../common/constraints.txt # unstructured diff --git a/requirements/local_partition/epub.txt b/requirements/local_partition/epub.txt index 1866c99fb..9f5d0d0f0 100644 --- a/requirements/local_partition/epub.txt +++ b/requirements/local_partition/epub.txt @@ -1,55 +1,55 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./local_partition/epub.in --output-file ./local_partition/epub.txt --no-strip-extras --python-version 3.9 -anyio==4.6.0 +aiofiles==24.1.0 + # via unstructured-client +annotated-types==0.7.0 + # via pydantic +anyio==4.8.0 # via httpx backoff==2.2.1 # via unstructured beautifulsoup4==4.12.3 # via unstructured -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx # requests - # unstructured-client cffi==1.17.1 # via cryptography chardet==5.2.0 # via unstructured -charset-normalizer==3.3.2 - # via - # requests - # unstructured-client -click==8.1.7 +charset-normalizer==3.4.1 + # via requests +click==8.1.8 # via # nltk # python-oxmsg -cryptography==43.0.1 +cryptography==44.0.0 # via unstructured-client dataclasses-json==0.6.7 - # via - # unstructured - # unstructured-client -deepdiff==8.0.1 - # via unstructured-client -emoji==2.13.2 # via unstructured +emoji==2.14.1 + # via unstructured +eval-type-backport==0.2.2 + # via unstructured-client exceptiongroup==1.2.2 # via anyio filetype==1.2.0 # via unstructured h11==0.14.0 # via httpcore -httpcore==1.0.6 +html5lib==1.1 + # via unstructured +httpcore==1.0.7 # via httpx -httpx==0.27.2 +httpx==0.28.1 # via unstructured-client idna==3.10 # via # anyio # httpx # requests - # unstructured-client joblib==1.4.2 # via nltk jsonpath-python==1.0.6 @@ -58,14 +58,12 @@ langdetect==1.0.9 # via unstructured lxml==5.3.0 # via unstructured -marshmallow==3.22.0 - # via - # dataclasses-json - # unstructured-client +marshmallow==3.25.1 + # via dataclasses-json mypy-extensions==1.0.0 - # via - # typing-inspect - # unstructured-client + # via typing-inspect +ndjson==0.3.1 + # via unstructured nest-asyncio==1.6.0 # via unstructured-client nltk==3.9.1 @@ -76,74 +74,67 @@ numpy==1.26.4 # unstructured olefile==0.47 # via python-oxmsg -orderly-set==5.2.2 - # via deepdiff -packaging==23.2 - # via - # -c ./local_partition/../common/constraints.txt - # marshmallow - # unstructured-client -psutil==6.0.0 +packaging==24.2 + # via marshmallow +psutil==6.1.1 # via unstructured pycparser==2.22 # via cffi -pypandoc==1.13 +pydantic==2.10.5 + # via unstructured-client +pydantic-core==2.27.2 + # via pydantic +pypandoc==1.15 # via unstructured -pypdf==5.0.1 +pypdf==5.1.0 # via unstructured-client python-dateutil==2.9.0.post0 # via unstructured-client -python-iso639==2024.4.27 +python-iso639==2024.10.22 # via unstructured python-magic==0.4.27 # via unstructured python-oxmsg==0.0.1 # via unstructured -rapidfuzz==3.10.0 +rapidfuzz==3.11.0 # via unstructured -regex==2024.9.11 +regex==2024.11.6 # via nltk requests==2.32.3 # via # requests-toolbelt # unstructured - # unstructured-client requests-toolbelt==1.0.0 # via unstructured-client -six==1.16.0 +six==1.17.0 # via + # html5lib # langdetect # python-dateutil - # unstructured-client sniffio==1.3.1 - # via - # anyio - # httpx + # via anyio soupsieve==2.6 # via beautifulsoup4 -tabulate==0.9.0 - # via unstructured -tqdm==4.66.5 +tqdm==4.67.1 # via # nltk # unstructured typing-extensions==4.12.2 # via # anyio + # pydantic + # pydantic-core # pypdf # python-oxmsg # typing-inspect # unstructured - # unstructured-client typing-inspect==0.9.0 # via # dataclasses-json # unstructured-client -unstructured[epub]==0.15.10 - # via - # -c ./local_partition/../common/constraints.txt - # -r ./local_partition/epub.in -unstructured-client==0.25.9 +unstructured[epub]==0.16.14 + # via -r ./local_partition/epub.in +unstructured-client==0.29.0 # via # -c ./local_partition/../common/constraints.txt # unstructured @@ -151,8 +142,9 @@ urllib3==1.26.20 # via # -c ./local_partition/../common/constraints.txt # requests - # unstructured-client -wrapt==1.16.0 +webencodings==0.5.1 + # via html5lib +wrapt==1.17.2 # via # -c ./local_partition/../common/constraints.txt # unstructured diff --git a/requirements/local_partition/image.txt b/requirements/local_partition/image.txt index 197a7cc36..ceec7bafb 100644 --- a/requirements/local_partition/image.txt +++ b/requirements/local_partition/image.txt @@ -1,33 +1,35 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./local_partition/image.in --output-file ./local_partition/image.txt --no-strip-extras --python-version 3.9 +aiofiles==24.1.0 + # via unstructured-client +annotated-types==0.7.0 + # via pydantic antlr4-python3-runtime==4.9.3 # via omegaconf -anyio==4.6.0 +anyio==4.8.0 # via httpx backoff==2.2.1 # via unstructured beautifulsoup4==4.12.3 # via unstructured -cachetools==5.5.0 +cachetools==5.5.1 # via google-auth -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx # requests - # unstructured-client cffi==1.17.1 # via cryptography chardet==5.2.0 # via # pdfplumber # unstructured -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via # pdfminer-six # requests - # unstructured-client -click==8.1.7 +click==8.1.8 # via # nltk # python-oxmsg @@ -35,68 +37,68 @@ coloredlogs==15.0.1 # via onnxruntime contourpy==1.3.0 # via matplotlib -cryptography==43.0.1 +cryptography==44.0.0 # via # pdfminer-six # unstructured-client cycler==0.12.1 # via matplotlib dataclasses-json==0.6.7 - # via - # unstructured - # unstructured-client -deepdiff==8.0.1 - # via unstructured-client -deprecated==1.2.14 + # via unstructured +deprecated==1.2.15 # via pikepdf effdet==0.4.1 # via unstructured -emoji==2.13.2 +emoji==2.14.1 # via unstructured +eval-type-backport==0.2.2 + # via unstructured-client exceptiongroup==1.2.2 # via anyio -filelock==3.16.1 +filelock==3.17.0 # via # huggingface-hub # torch # transformers filetype==1.2.0 # via unstructured -flatbuffers==24.3.25 +flatbuffers==25.1.21 # via onnxruntime -fonttools==4.54.1 +fonttools==4.55.4 # via matplotlib fsspec==2024.5.0 # via # -c ./local_partition/../common/constraints.txt # huggingface-hub # torch -google-api-core[grpc]==2.20.0 +google-api-core[grpc]==2.24.0 # via google-cloud-vision -google-auth==2.35.0 +google-auth==2.37.0 # via # google-api-core # google-cloud-vision -google-cloud-vision==3.7.4 +google-cloud-vision==3.9.0 # via unstructured -googleapis-common-protos==1.65.0 +googleapis-common-protos==1.66.0 # via # google-api-core # grpcio-status -grpcio==1.66.2 +grpcio==1.69.0 # via # -c ./local_partition/../common/constraints.txt # google-api-core # grpcio-status -grpcio-status==1.62.3 +grpcio-status==1.69.0 # via google-api-core h11==0.14.0 # via httpcore -httpcore==1.0.6 +html5lib==1.1 + # via unstructured +httpcore==1.0.7 # via httpx -httpx==0.27.2 +httpx==0.28.1 # via unstructured-client -huggingface-hub==0.25.1 +huggingface-hub==0.27.1 # via # timm # tokenizers @@ -109,12 +111,11 @@ idna==3.10 # anyio # httpx # requests - # unstructured-client -importlib-resources==6.4.5 +importlib-resources==6.5.2 # via matplotlib iopath==0.1.10 # via layoutparser -jinja2==3.1.4 +jinja2==3.1.5 # via torch joblib==1.4.2 # via nltk @@ -130,22 +131,20 @@ lxml==5.3.0 # via # pikepdf # unstructured -markupsafe==2.1.5 +markupsafe==3.0.2 # via jinja2 -marshmallow==3.22.0 - # via - # dataclasses-json - # unstructured-client -matplotlib==3.9.2 +marshmallow==3.25.1 + # via dataclasses-json +matplotlib==3.9.4 # via # pycocotools # unstructured-inference mpmath==1.3.0 # via sympy mypy-extensions==1.0.0 - # via - # typing-inspect - # unstructured-client + # via typing-inspect +ndjson==0.3.1 + # via unstructured nest-asyncio==1.6.0 # via unstructured-client networkx==3.2.1 @@ -167,6 +166,7 @@ numpy==1.26.4 # torchvision # transformers # unstructured + # unstructured-inference olefile==0.47 # via python-oxmsg omegaconf==2.3.0 @@ -177,22 +177,18 @@ onnx==1.17.0 # unstructured-inference onnxruntime==1.19.2 # via unstructured-inference -opencv-python==4.10.0.84 +opencv-python==4.11.0.86 # via # layoutparser # unstructured-inference -orderly-set==5.2.2 - # via deepdiff -packaging==23.2 +packaging==24.2 # via - # -c ./local_partition/../common/constraints.txt # huggingface-hub # marshmallow # matplotlib # onnxruntime # pikepdf # transformers - # unstructured-client # unstructured-pytesseract pandas==2.2.3 # via layoutparser @@ -206,11 +202,11 @@ pdfminer-six==20240706 # unstructured pdfplumber==0.5.3 # via layoutparser -pi-heif==0.18.0 +pi-heif==0.21.0 # via unstructured -pikepdf==9.3.0 +pikepdf==9.5.1 # via unstructured -pillow==10.4.0 +pillow==11.1.0 # via # layoutparser # matplotlib @@ -220,15 +216,14 @@ pillow==10.4.0 # pikepdf # torchvision # unstructured-pytesseract -portalocker==2.10.1 +portalocker==3.1.1 # via iopath -proto-plus==1.24.0 +proto-plus==1.25.0 # via # google-api-core # google-cloud-vision -protobuf==4.23.4 +protobuf==5.29.3 # via - # -c ./local_partition/../common/constraints.txt # google-api-core # google-cloud-vision # googleapis-common-protos @@ -236,7 +231,7 @@ protobuf==4.23.4 # onnx # onnxruntime # proto-plus -psutil==6.0.0 +psutil==6.1.1 # via unstructured pyasn1==0.6.1 # via @@ -250,9 +245,13 @@ pycparser==2.22 # via cffi pycrypto==2.6.1 # via pdfplumber -pyparsing==3.1.4 +pydantic==2.10.5 + # via unstructured-client +pydantic-core==2.27.2 + # via pydantic +pyparsing==3.2.1 # via matplotlib -pypdf==5.0.1 +pypdf==5.1.0 # via # unstructured # unstructured-client @@ -261,11 +260,11 @@ python-dateutil==2.9.0.post0 # matplotlib # pandas # unstructured-client -python-iso639==2024.4.27 +python-iso639==2024.10.22 # via unstructured python-magic==0.4.27 # via unstructured -python-multipart==0.0.12 +python-multipart==0.0.20 # via unstructured-inference python-oxmsg==0.0.1 # via unstructured @@ -278,11 +277,11 @@ pyyaml==6.0.2 # omegaconf # timm # transformers -rapidfuzz==3.10.0 +rapidfuzz==3.11.0 # via # unstructured # unstructured-inference -regex==2024.9.11 +regex==2024.11.6 # via # nltk # transformers @@ -293,35 +292,30 @@ requests==2.32.3 # requests-toolbelt # transformers # unstructured - # unstructured-client requests-toolbelt==1.0.0 # via unstructured-client rsa==4.9 # via google-auth -safetensors==0.4.5 +safetensors==0.5.2 # via # timm # transformers scipy==1.13.1 # via layoutparser -six==1.16.0 +six==1.17.0 # via + # html5lib # langdetect # python-dateutil - # unstructured-client sniffio==1.3.1 - # via - # anyio - # httpx + # via anyio soupsieve==2.6 # via beautifulsoup4 -sympy==1.13.3 +sympy==1.13.1 # via # onnxruntime # torch -tabulate==0.9.0 - # via unstructured -timm==1.0.9 +timm==1.0.14 # via # effdet # unstructured-inference @@ -329,17 +323,17 @@ tokenizers==0.19.1 # via # -c ./local_partition/../common/constraints.txt # transformers -torch==2.4.1 +torch==2.5.1 # via # effdet # timm # torchvision # unstructured-inference -torchvision==0.19.1 +torchvision==0.20.1 # via # effdet # timm -tqdm==4.66.5 +tqdm==4.67.1 # via # huggingface-hub # iopath @@ -353,29 +347,28 @@ typing-extensions==4.12.2 # anyio # huggingface-hub # iopath + # pydantic + # pydantic-core # pypdf # python-oxmsg # torch # typing-inspect # unstructured - # unstructured-client typing-inspect==0.9.0 # via # dataclasses-json # unstructured-client -tzdata==2024.2 +tzdata==2025.1 # via pandas unicodecsv==0.14.1 # via pdfplumber -unstructured[image]==0.15.10 - # via - # -c ./local_partition/../common/constraints.txt - # -r ./local_partition/image.in -unstructured-client==0.25.9 +unstructured[image]==0.16.14 + # via -r ./local_partition/image.in +unstructured-client==0.29.0 # via # -c ./local_partition/../common/constraints.txt # unstructured -unstructured-inference==0.7.36 +unstructured-inference==0.8.1 # via unstructured unstructured-pytesseract==0.3.13 # via unstructured @@ -383,13 +376,14 @@ urllib3==1.26.20 # via # -c ./local_partition/../common/constraints.txt # requests - # unstructured-client wand==0.6.13 # via pdfplumber -wrapt==1.16.0 +webencodings==0.5.1 + # via html5lib +wrapt==1.17.2 # via # -c ./local_partition/../common/constraints.txt # deprecated # unstructured -zipp==3.20.2 +zipp==3.21.0 # via importlib-resources diff --git a/requirements/local_partition/md.txt b/requirements/local_partition/md.txt index 0725988eb..b44de2df6 100644 --- a/requirements/local_partition/md.txt +++ b/requirements/local_partition/md.txt @@ -1,55 +1,55 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./local_partition/md.in --output-file ./local_partition/md.txt --no-strip-extras --python-version 3.9 -anyio==4.6.0 +aiofiles==24.1.0 + # via unstructured-client +annotated-types==0.7.0 + # via pydantic +anyio==4.8.0 # via httpx backoff==2.2.1 # via unstructured beautifulsoup4==4.12.3 # via unstructured -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx # requests - # unstructured-client cffi==1.17.1 # via cryptography chardet==5.2.0 # via unstructured -charset-normalizer==3.3.2 - # via - # requests - # unstructured-client -click==8.1.7 +charset-normalizer==3.4.1 + # via requests +click==8.1.8 # via # nltk # python-oxmsg -cryptography==43.0.1 +cryptography==44.0.0 # via unstructured-client dataclasses-json==0.6.7 - # via - # unstructured - # unstructured-client -deepdiff==8.0.1 - # via unstructured-client -emoji==2.13.2 # via unstructured +emoji==2.14.1 + # via unstructured +eval-type-backport==0.2.2 + # via unstructured-client exceptiongroup==1.2.2 # via anyio filetype==1.2.0 # via unstructured h11==0.14.0 # via httpcore -httpcore==1.0.6 +html5lib==1.1 + # via unstructured +httpcore==1.0.7 # via httpx -httpx==0.27.2 +httpx==0.28.1 # via unstructured-client idna==3.10 # via # anyio # httpx # requests - # unstructured-client joblib==1.4.2 # via nltk jsonpath-python==1.0.6 @@ -60,14 +60,12 @@ lxml==5.3.0 # via unstructured markdown==3.3.4 # via unstructured -marshmallow==3.22.0 - # via - # dataclasses-json - # unstructured-client +marshmallow==3.25.1 + # via dataclasses-json mypy-extensions==1.0.0 - # via - # typing-inspect - # unstructured-client + # via typing-inspect +ndjson==0.3.1 + # via unstructured nest-asyncio==1.6.0 # via unstructured-client nltk==3.9.1 @@ -78,72 +76,65 @@ numpy==1.26.4 # unstructured olefile==0.47 # via python-oxmsg -orderly-set==5.2.2 - # via deepdiff -packaging==23.2 - # via - # -c ./local_partition/../common/constraints.txt - # marshmallow - # unstructured-client -psutil==6.0.0 +packaging==24.2 + # via marshmallow +psutil==6.1.1 # via unstructured pycparser==2.22 # via cffi -pypdf==5.0.1 +pydantic==2.10.5 + # via unstructured-client +pydantic-core==2.27.2 + # via pydantic +pypdf==5.1.0 # via unstructured-client python-dateutil==2.9.0.post0 # via unstructured-client -python-iso639==2024.4.27 +python-iso639==2024.10.22 # via unstructured python-magic==0.4.27 # via unstructured python-oxmsg==0.0.1 # via unstructured -rapidfuzz==3.10.0 +rapidfuzz==3.11.0 # via unstructured -regex==2024.9.11 +regex==2024.11.6 # via nltk requests==2.32.3 # via # requests-toolbelt # unstructured - # unstructured-client requests-toolbelt==1.0.0 # via unstructured-client -six==1.16.0 +six==1.17.0 # via + # html5lib # langdetect # python-dateutil - # unstructured-client sniffio==1.3.1 - # via - # anyio - # httpx + # via anyio soupsieve==2.6 # via beautifulsoup4 -tabulate==0.9.0 - # via unstructured -tqdm==4.66.5 +tqdm==4.67.1 # via # nltk # unstructured typing-extensions==4.12.2 # via # anyio + # pydantic + # pydantic-core # pypdf # python-oxmsg # typing-inspect # unstructured - # unstructured-client typing-inspect==0.9.0 # via # dataclasses-json # unstructured-client -unstructured[md]==0.15.10 - # via - # -c ./local_partition/../common/constraints.txt - # -r ./local_partition/md.in -unstructured-client==0.25.9 +unstructured[md]==0.16.14 + # via -r ./local_partition/md.in +unstructured-client==0.29.0 # via # -c ./local_partition/../common/constraints.txt # unstructured @@ -151,8 +142,9 @@ urllib3==1.26.20 # via # -c ./local_partition/../common/constraints.txt # requests - # unstructured-client -wrapt==1.16.0 +webencodings==0.5.1 + # via html5lib +wrapt==1.17.2 # via # -c ./local_partition/../common/constraints.txt # unstructured diff --git a/requirements/local_partition/msg.txt b/requirements/local_partition/msg.txt index 9142dacf3..f1f172bc8 100644 --- a/requirements/local_partition/msg.txt +++ b/requirements/local_partition/msg.txt @@ -1,55 +1,55 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./local_partition/msg.in --output-file ./local_partition/msg.txt --no-strip-extras --python-version 3.9 -anyio==4.6.0 +aiofiles==24.1.0 + # via unstructured-client +annotated-types==0.7.0 + # via pydantic +anyio==4.8.0 # via httpx backoff==2.2.1 # via unstructured beautifulsoup4==4.12.3 # via unstructured -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx # requests - # unstructured-client cffi==1.17.1 # via cryptography chardet==5.2.0 # via unstructured -charset-normalizer==3.3.2 - # via - # requests - # unstructured-client -click==8.1.7 +charset-normalizer==3.4.1 + # via requests +click==8.1.8 # via # nltk # python-oxmsg -cryptography==43.0.1 +cryptography==44.0.0 # via unstructured-client dataclasses-json==0.6.7 - # via - # unstructured - # unstructured-client -deepdiff==8.0.1 - # via unstructured-client -emoji==2.13.2 # via unstructured +emoji==2.14.1 + # via unstructured +eval-type-backport==0.2.2 + # via unstructured-client exceptiongroup==1.2.2 # via anyio filetype==1.2.0 # via unstructured h11==0.14.0 # via httpcore -httpcore==1.0.6 +html5lib==1.1 + # via unstructured +httpcore==1.0.7 # via httpx -httpx==0.27.2 +httpx==0.28.1 # via unstructured-client idna==3.10 # via # anyio # httpx # requests - # unstructured-client joblib==1.4.2 # via nltk jsonpath-python==1.0.6 @@ -58,14 +58,12 @@ langdetect==1.0.9 # via unstructured lxml==5.3.0 # via unstructured -marshmallow==3.22.0 - # via - # dataclasses-json - # unstructured-client +marshmallow==3.25.1 + # via dataclasses-json mypy-extensions==1.0.0 - # via - # typing-inspect - # unstructured-client + # via typing-inspect +ndjson==0.3.1 + # via unstructured nest-asyncio==1.6.0 # via unstructured-client nltk==3.9.1 @@ -76,72 +74,65 @@ numpy==1.26.4 # unstructured olefile==0.47 # via python-oxmsg -orderly-set==5.2.2 - # via deepdiff -packaging==23.2 - # via - # -c ./local_partition/../common/constraints.txt - # marshmallow - # unstructured-client -psutil==6.0.0 +packaging==24.2 + # via marshmallow +psutil==6.1.1 # via unstructured pycparser==2.22 # via cffi -pypdf==5.0.1 +pydantic==2.10.5 + # via unstructured-client +pydantic-core==2.27.2 + # via pydantic +pypdf==5.1.0 # via unstructured-client python-dateutil==2.9.0.post0 # via unstructured-client -python-iso639==2024.4.27 +python-iso639==2024.10.22 # via unstructured python-magic==0.4.27 # via unstructured python-oxmsg==0.0.1 # via unstructured -rapidfuzz==3.10.0 +rapidfuzz==3.11.0 # via unstructured -regex==2024.9.11 +regex==2024.11.6 # via nltk requests==2.32.3 # via # requests-toolbelt # unstructured - # unstructured-client requests-toolbelt==1.0.0 # via unstructured-client -six==1.16.0 +six==1.17.0 # via + # html5lib # langdetect # python-dateutil - # unstructured-client sniffio==1.3.1 - # via - # anyio - # httpx + # via anyio soupsieve==2.6 # via beautifulsoup4 -tabulate==0.9.0 - # via unstructured -tqdm==4.66.5 +tqdm==4.67.1 # via # nltk # unstructured typing-extensions==4.12.2 # via # anyio + # pydantic + # pydantic-core # pypdf # python-oxmsg # typing-inspect # unstructured - # unstructured-client typing-inspect==0.9.0 # via # dataclasses-json # unstructured-client -unstructured[msg]==0.15.10 - # via - # -c ./local_partition/../common/constraints.txt - # -r ./local_partition/msg.in -unstructured-client==0.25.9 +unstructured[msg]==0.16.14 + # via -r ./local_partition/msg.in +unstructured-client==0.29.0 # via # -c ./local_partition/../common/constraints.txt # unstructured @@ -149,8 +140,9 @@ urllib3==1.26.20 # via # -c ./local_partition/../common/constraints.txt # requests - # unstructured-client -wrapt==1.16.0 +webencodings==0.5.1 + # via html5lib +wrapt==1.17.2 # via # -c ./local_partition/../common/constraints.txt # unstructured diff --git a/requirements/local_partition/odt.txt b/requirements/local_partition/odt.txt index 42cae6865..ac79e6a0e 100644 --- a/requirements/local_partition/odt.txt +++ b/requirements/local_partition/odt.txt @@ -1,55 +1,55 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./local_partition/odt.in --output-file ./local_partition/odt.txt --no-strip-extras --python-version 3.9 -anyio==4.6.0 +aiofiles==24.1.0 + # via unstructured-client +annotated-types==0.7.0 + # via pydantic +anyio==4.8.0 # via httpx backoff==2.2.1 # via unstructured beautifulsoup4==4.12.3 # via unstructured -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx # requests - # unstructured-client cffi==1.17.1 # via cryptography chardet==5.2.0 # via unstructured -charset-normalizer==3.3.2 - # via - # requests - # unstructured-client -click==8.1.7 +charset-normalizer==3.4.1 + # via requests +click==8.1.8 # via # nltk # python-oxmsg -cryptography==43.0.1 +cryptography==44.0.0 # via unstructured-client dataclasses-json==0.6.7 - # via - # unstructured - # unstructured-client -deepdiff==8.0.1 - # via unstructured-client -emoji==2.13.2 # via unstructured +emoji==2.14.1 + # via unstructured +eval-type-backport==0.2.2 + # via unstructured-client exceptiongroup==1.2.2 # via anyio filetype==1.2.0 # via unstructured h11==0.14.0 # via httpcore -httpcore==1.0.6 +html5lib==1.1 + # via unstructured +httpcore==1.0.7 # via httpx -httpx==0.27.2 +httpx==0.28.1 # via unstructured-client idna==3.10 # via # anyio # httpx # requests - # unstructured-client joblib==1.4.2 # via nltk jsonpath-python==1.0.6 @@ -60,14 +60,12 @@ lxml==5.3.0 # via # python-docx # unstructured -marshmallow==3.22.0 - # via - # dataclasses-json - # unstructured-client +marshmallow==3.25.1 + # via dataclasses-json mypy-extensions==1.0.0 - # via - # typing-inspect - # unstructured-client + # via typing-inspect +ndjson==0.3.1 + # via unstructured nest-asyncio==1.6.0 # via unstructured-client nltk==3.9.1 @@ -78,77 +76,70 @@ numpy==1.26.4 # unstructured olefile==0.47 # via python-oxmsg -orderly-set==5.2.2 - # via deepdiff -packaging==23.2 - # via - # -c ./local_partition/../common/constraints.txt - # marshmallow - # unstructured-client -psutil==6.0.0 +packaging==24.2 + # via marshmallow +psutil==6.1.1 # via unstructured pycparser==2.22 # via cffi -pypandoc==1.13 +pydantic==2.10.5 + # via unstructured-client +pydantic-core==2.27.2 + # via pydantic +pypandoc==1.15 # via unstructured -pypdf==5.0.1 +pypdf==5.1.0 # via unstructured-client python-dateutil==2.9.0.post0 # via unstructured-client python-docx==1.1.2 # via unstructured -python-iso639==2024.4.27 +python-iso639==2024.10.22 # via unstructured python-magic==0.4.27 # via unstructured python-oxmsg==0.0.1 # via unstructured -rapidfuzz==3.10.0 +rapidfuzz==3.11.0 # via unstructured -regex==2024.9.11 +regex==2024.11.6 # via nltk requests==2.32.3 # via # requests-toolbelt # unstructured - # unstructured-client requests-toolbelt==1.0.0 # via unstructured-client -six==1.16.0 +six==1.17.0 # via + # html5lib # langdetect # python-dateutil - # unstructured-client sniffio==1.3.1 - # via - # anyio - # httpx + # via anyio soupsieve==2.6 # via beautifulsoup4 -tabulate==0.9.0 - # via unstructured -tqdm==4.66.5 +tqdm==4.67.1 # via # nltk # unstructured typing-extensions==4.12.2 # via # anyio + # pydantic + # pydantic-core # pypdf # python-docx # python-oxmsg # typing-inspect # unstructured - # unstructured-client typing-inspect==0.9.0 # via # dataclasses-json # unstructured-client -unstructured[odt]==0.15.10 - # via - # -c ./local_partition/../common/constraints.txt - # -r ./local_partition/odt.in -unstructured-client==0.25.9 +unstructured[odt]==0.16.14 + # via -r ./local_partition/odt.in +unstructured-client==0.29.0 # via # -c ./local_partition/../common/constraints.txt # unstructured @@ -156,8 +147,9 @@ urllib3==1.26.20 # via # -c ./local_partition/../common/constraints.txt # requests - # unstructured-client -wrapt==1.16.0 +webencodings==0.5.1 + # via html5lib +wrapt==1.17.2 # via # -c ./local_partition/../common/constraints.txt # unstructured diff --git a/requirements/local_partition/org.txt b/requirements/local_partition/org.txt index 1c655d6ec..12ef30aba 100644 --- a/requirements/local_partition/org.txt +++ b/requirements/local_partition/org.txt @@ -1,55 +1,55 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./local_partition/org.in --output-file ./local_partition/org.txt --no-strip-extras --python-version 3.9 -anyio==4.6.0 +aiofiles==24.1.0 + # via unstructured-client +annotated-types==0.7.0 + # via pydantic +anyio==4.8.0 # via httpx backoff==2.2.1 # via unstructured beautifulsoup4==4.12.3 # via unstructured -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx # requests - # unstructured-client cffi==1.17.1 # via cryptography chardet==5.2.0 # via unstructured -charset-normalizer==3.3.2 - # via - # requests - # unstructured-client -click==8.1.7 +charset-normalizer==3.4.1 + # via requests +click==8.1.8 # via # nltk # python-oxmsg -cryptography==43.0.1 +cryptography==44.0.0 # via unstructured-client dataclasses-json==0.6.7 - # via - # unstructured - # unstructured-client -deepdiff==8.0.1 - # via unstructured-client -emoji==2.13.2 # via unstructured +emoji==2.14.1 + # via unstructured +eval-type-backport==0.2.2 + # via unstructured-client exceptiongroup==1.2.2 # via anyio filetype==1.2.0 # via unstructured h11==0.14.0 # via httpcore -httpcore==1.0.6 +html5lib==1.1 + # via unstructured +httpcore==1.0.7 # via httpx -httpx==0.27.2 +httpx==0.28.1 # via unstructured-client idna==3.10 # via # anyio # httpx # requests - # unstructured-client joblib==1.4.2 # via nltk jsonpath-python==1.0.6 @@ -58,14 +58,12 @@ langdetect==1.0.9 # via unstructured lxml==5.3.0 # via unstructured -marshmallow==3.22.0 - # via - # dataclasses-json - # unstructured-client +marshmallow==3.25.1 + # via dataclasses-json mypy-extensions==1.0.0 - # via - # typing-inspect - # unstructured-client + # via typing-inspect +ndjson==0.3.1 + # via unstructured nest-asyncio==1.6.0 # via unstructured-client nltk==3.9.1 @@ -76,74 +74,67 @@ numpy==1.26.4 # unstructured olefile==0.47 # via python-oxmsg -orderly-set==5.2.2 - # via deepdiff -packaging==23.2 - # via - # -c ./local_partition/../common/constraints.txt - # marshmallow - # unstructured-client -psutil==6.0.0 +packaging==24.2 + # via marshmallow +psutil==6.1.1 # via unstructured pycparser==2.22 # via cffi -pypandoc==1.13 +pydantic==2.10.5 + # via unstructured-client +pydantic-core==2.27.2 + # via pydantic +pypandoc==1.15 # via unstructured -pypdf==5.0.1 +pypdf==5.1.0 # via unstructured-client python-dateutil==2.9.0.post0 # via unstructured-client -python-iso639==2024.4.27 +python-iso639==2024.10.22 # via unstructured python-magic==0.4.27 # via unstructured python-oxmsg==0.0.1 # via unstructured -rapidfuzz==3.10.0 +rapidfuzz==3.11.0 # via unstructured -regex==2024.9.11 +regex==2024.11.6 # via nltk requests==2.32.3 # via # requests-toolbelt # unstructured - # unstructured-client requests-toolbelt==1.0.0 # via unstructured-client -six==1.16.0 +six==1.17.0 # via + # html5lib # langdetect # python-dateutil - # unstructured-client sniffio==1.3.1 - # via - # anyio - # httpx + # via anyio soupsieve==2.6 # via beautifulsoup4 -tabulate==0.9.0 - # via unstructured -tqdm==4.66.5 +tqdm==4.67.1 # via # nltk # unstructured typing-extensions==4.12.2 # via # anyio + # pydantic + # pydantic-core # pypdf # python-oxmsg # typing-inspect # unstructured - # unstructured-client typing-inspect==0.9.0 # via # dataclasses-json # unstructured-client -unstructured[org]==0.15.10 - # via - # -c ./local_partition/../common/constraints.txt - # -r ./local_partition/org.in -unstructured-client==0.25.9 +unstructured[org]==0.16.14 + # via -r ./local_partition/org.in +unstructured-client==0.29.0 # via # -c ./local_partition/../common/constraints.txt # unstructured @@ -151,8 +142,9 @@ urllib3==1.26.20 # via # -c ./local_partition/../common/constraints.txt # requests - # unstructured-client -wrapt==1.16.0 +webencodings==0.5.1 + # via html5lib +wrapt==1.17.2 # via # -c ./local_partition/../common/constraints.txt # unstructured diff --git a/requirements/local_partition/pdf.txt b/requirements/local_partition/pdf.txt index 80ad35bc6..fc9c6c215 100644 --- a/requirements/local_partition/pdf.txt +++ b/requirements/local_partition/pdf.txt @@ -1,33 +1,35 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./local_partition/pdf.in --output-file ./local_partition/pdf.txt --no-strip-extras --python-version 3.9 +aiofiles==24.1.0 + # via unstructured-client +annotated-types==0.7.0 + # via pydantic antlr4-python3-runtime==4.9.3 # via omegaconf -anyio==4.6.0 +anyio==4.8.0 # via httpx backoff==2.2.1 # via unstructured beautifulsoup4==4.12.3 # via unstructured -cachetools==5.5.0 +cachetools==5.5.1 # via google-auth -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx # requests - # unstructured-client cffi==1.17.1 # via cryptography chardet==5.2.0 # via # pdfplumber # unstructured -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via # pdfminer-six # requests - # unstructured-client -click==8.1.7 +click==8.1.8 # via # nltk # python-oxmsg @@ -35,68 +37,68 @@ coloredlogs==15.0.1 # via onnxruntime contourpy==1.3.0 # via matplotlib -cryptography==43.0.1 +cryptography==44.0.0 # via # pdfminer-six # unstructured-client cycler==0.12.1 # via matplotlib dataclasses-json==0.6.7 - # via - # unstructured - # unstructured-client -deepdiff==8.0.1 - # via unstructured-client -deprecated==1.2.14 + # via unstructured +deprecated==1.2.15 # via pikepdf effdet==0.4.1 # via unstructured -emoji==2.13.2 +emoji==2.14.1 # via unstructured +eval-type-backport==0.2.2 + # via unstructured-client exceptiongroup==1.2.2 # via anyio -filelock==3.16.1 +filelock==3.17.0 # via # huggingface-hub # torch # transformers filetype==1.2.0 # via unstructured -flatbuffers==24.3.25 +flatbuffers==25.1.21 # via onnxruntime -fonttools==4.54.1 +fonttools==4.55.4 # via matplotlib fsspec==2024.5.0 # via # -c ./local_partition/../common/constraints.txt # huggingface-hub # torch -google-api-core[grpc]==2.20.0 +google-api-core[grpc]==2.24.0 # via google-cloud-vision -google-auth==2.35.0 +google-auth==2.37.0 # via # google-api-core # google-cloud-vision -google-cloud-vision==3.7.4 +google-cloud-vision==3.9.0 # via unstructured -googleapis-common-protos==1.65.0 +googleapis-common-protos==1.66.0 # via # google-api-core # grpcio-status -grpcio==1.66.2 +grpcio==1.69.0 # via # -c ./local_partition/../common/constraints.txt # google-api-core # grpcio-status -grpcio-status==1.62.3 +grpcio-status==1.69.0 # via google-api-core h11==0.14.0 # via httpcore -httpcore==1.0.6 +html5lib==1.1 + # via unstructured +httpcore==1.0.7 # via httpx -httpx==0.27.2 +httpx==0.28.1 # via unstructured-client -huggingface-hub==0.25.1 +huggingface-hub==0.27.1 # via # timm # tokenizers @@ -109,12 +111,11 @@ idna==3.10 # anyio # httpx # requests - # unstructured-client -importlib-resources==6.4.5 +importlib-resources==6.5.2 # via matplotlib iopath==0.1.10 # via layoutparser -jinja2==3.1.4 +jinja2==3.1.5 # via torch joblib==1.4.2 # via nltk @@ -130,22 +131,20 @@ lxml==5.3.0 # via # pikepdf # unstructured -markupsafe==2.1.5 +markupsafe==3.0.2 # via jinja2 -marshmallow==3.22.0 - # via - # dataclasses-json - # unstructured-client -matplotlib==3.9.2 +marshmallow==3.25.1 + # via dataclasses-json +matplotlib==3.9.4 # via # pycocotools # unstructured-inference mpmath==1.3.0 # via sympy mypy-extensions==1.0.0 - # via - # typing-inspect - # unstructured-client + # via typing-inspect +ndjson==0.3.1 + # via unstructured nest-asyncio==1.6.0 # via unstructured-client networkx==3.2.1 @@ -167,6 +166,7 @@ numpy==1.26.4 # torchvision # transformers # unstructured + # unstructured-inference olefile==0.47 # via python-oxmsg omegaconf==2.3.0 @@ -177,22 +177,18 @@ onnx==1.17.0 # unstructured-inference onnxruntime==1.19.2 # via unstructured-inference -opencv-python==4.10.0.84 +opencv-python==4.11.0.86 # via # layoutparser # unstructured-inference -orderly-set==5.2.2 - # via deepdiff -packaging==23.2 +packaging==24.2 # via - # -c ./local_partition/../common/constraints.txt # huggingface-hub # marshmallow # matplotlib # onnxruntime # pikepdf # transformers - # unstructured-client # unstructured-pytesseract pandas==2.2.3 # via layoutparser @@ -206,11 +202,11 @@ pdfminer-six==20240706 # unstructured pdfplumber==0.5.3 # via layoutparser -pi-heif==0.18.0 +pi-heif==0.21.0 # via unstructured -pikepdf==9.3.0 +pikepdf==9.5.1 # via unstructured -pillow==10.4.0 +pillow==11.1.0 # via # layoutparser # matplotlib @@ -220,15 +216,14 @@ pillow==10.4.0 # pikepdf # torchvision # unstructured-pytesseract -portalocker==2.10.1 +portalocker==3.1.1 # via iopath -proto-plus==1.24.0 +proto-plus==1.25.0 # via # google-api-core # google-cloud-vision -protobuf==4.23.4 +protobuf==5.29.3 # via - # -c ./local_partition/../common/constraints.txt # google-api-core # google-cloud-vision # googleapis-common-protos @@ -236,7 +231,7 @@ protobuf==4.23.4 # onnx # onnxruntime # proto-plus -psutil==6.0.0 +psutil==6.1.1 # via unstructured pyasn1==0.6.1 # via @@ -250,9 +245,13 @@ pycparser==2.22 # via cffi pycrypto==2.6.1 # via pdfplumber -pyparsing==3.1.4 +pydantic==2.10.5 + # via unstructured-client +pydantic-core==2.27.2 + # via pydantic +pyparsing==3.2.1 # via matplotlib -pypdf==5.0.1 +pypdf==5.1.0 # via # unstructured # unstructured-client @@ -261,11 +260,11 @@ python-dateutil==2.9.0.post0 # matplotlib # pandas # unstructured-client -python-iso639==2024.4.27 +python-iso639==2024.10.22 # via unstructured python-magic==0.4.27 # via unstructured -python-multipart==0.0.12 +python-multipart==0.0.20 # via unstructured-inference python-oxmsg==0.0.1 # via unstructured @@ -278,11 +277,11 @@ pyyaml==6.0.2 # omegaconf # timm # transformers -rapidfuzz==3.10.0 +rapidfuzz==3.11.0 # via # unstructured # unstructured-inference -regex==2024.9.11 +regex==2024.11.6 # via # nltk # transformers @@ -293,35 +292,30 @@ requests==2.32.3 # requests-toolbelt # transformers # unstructured - # unstructured-client requests-toolbelt==1.0.0 # via unstructured-client rsa==4.9 # via google-auth -safetensors==0.4.5 +safetensors==0.5.2 # via # timm # transformers scipy==1.13.1 # via layoutparser -six==1.16.0 +six==1.17.0 # via + # html5lib # langdetect # python-dateutil - # unstructured-client sniffio==1.3.1 - # via - # anyio - # httpx + # via anyio soupsieve==2.6 # via beautifulsoup4 -sympy==1.13.3 +sympy==1.13.1 # via # onnxruntime # torch -tabulate==0.9.0 - # via unstructured -timm==1.0.9 +timm==1.0.14 # via # effdet # unstructured-inference @@ -329,17 +323,17 @@ tokenizers==0.19.1 # via # -c ./local_partition/../common/constraints.txt # transformers -torch==2.4.1 +torch==2.5.1 # via # effdet # timm # torchvision # unstructured-inference -torchvision==0.19.1 +torchvision==0.20.1 # via # effdet # timm -tqdm==4.66.5 +tqdm==4.67.1 # via # huggingface-hub # iopath @@ -353,29 +347,28 @@ typing-extensions==4.12.2 # anyio # huggingface-hub # iopath + # pydantic + # pydantic-core # pypdf # python-oxmsg # torch # typing-inspect # unstructured - # unstructured-client typing-inspect==0.9.0 # via # dataclasses-json # unstructured-client -tzdata==2024.2 +tzdata==2025.1 # via pandas unicodecsv==0.14.1 # via pdfplumber -unstructured[pdf]==0.15.10 - # via - # -c ./local_partition/../common/constraints.txt - # -r ./local_partition/pdf.in -unstructured-client==0.25.9 +unstructured[pdf]==0.16.14 + # via -r ./local_partition/pdf.in +unstructured-client==0.29.0 # via # -c ./local_partition/../common/constraints.txt # unstructured -unstructured-inference==0.7.36 +unstructured-inference==0.8.1 # via unstructured unstructured-pytesseract==0.3.13 # via unstructured @@ -383,13 +376,14 @@ urllib3==1.26.20 # via # -c ./local_partition/../common/constraints.txt # requests - # unstructured-client wand==0.6.13 # via pdfplumber -wrapt==1.16.0 +webencodings==0.5.1 + # via html5lib +wrapt==1.17.2 # via # -c ./local_partition/../common/constraints.txt # deprecated # unstructured -zipp==3.20.2 +zipp==3.21.0 # via importlib-resources diff --git a/requirements/local_partition/ppt.txt b/requirements/local_partition/ppt.txt index 79eab0caa..00a8f4f2a 100644 --- a/requirements/local_partition/ppt.txt +++ b/requirements/local_partition/ppt.txt @@ -1,55 +1,55 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./local_partition/ppt.in --output-file ./local_partition/ppt.txt --no-strip-extras --python-version 3.9 -anyio==4.6.0 +aiofiles==24.1.0 + # via unstructured-client +annotated-types==0.7.0 + # via pydantic +anyio==4.8.0 # via httpx backoff==2.2.1 # via unstructured beautifulsoup4==4.12.3 # via unstructured -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx # requests - # unstructured-client cffi==1.17.1 # via cryptography chardet==5.2.0 # via unstructured -charset-normalizer==3.3.2 - # via - # requests - # unstructured-client -click==8.1.7 +charset-normalizer==3.4.1 + # via requests +click==8.1.8 # via # nltk # python-oxmsg -cryptography==43.0.1 +cryptography==44.0.0 # via unstructured-client dataclasses-json==0.6.7 - # via - # unstructured - # unstructured-client -deepdiff==8.0.1 - # via unstructured-client -emoji==2.13.2 # via unstructured +emoji==2.14.1 + # via unstructured +eval-type-backport==0.2.2 + # via unstructured-client exceptiongroup==1.2.2 # via anyio filetype==1.2.0 # via unstructured h11==0.14.0 # via httpcore -httpcore==1.0.6 +html5lib==1.1 + # via unstructured +httpcore==1.0.7 # via httpx -httpx==0.27.2 +httpx==0.28.1 # via unstructured-client idna==3.10 # via # anyio # httpx # requests - # unstructured-client joblib==1.4.2 # via nltk jsonpath-python==1.0.6 @@ -60,14 +60,12 @@ lxml==5.3.0 # via # python-pptx # unstructured -marshmallow==3.22.0 - # via - # dataclasses-json - # unstructured-client +marshmallow==3.25.1 + # via dataclasses-json mypy-extensions==1.0.0 - # via - # typing-inspect - # unstructured-client + # via typing-inspect +ndjson==0.3.1 + # via unstructured nest-asyncio==1.6.0 # via unstructured-client nltk==3.9.1 @@ -78,24 +76,23 @@ numpy==1.26.4 # unstructured olefile==0.47 # via python-oxmsg -orderly-set==5.2.2 - # via deepdiff -packaging==23.2 - # via - # -c ./local_partition/../common/constraints.txt - # marshmallow - # unstructured-client -pillow==10.4.0 +packaging==24.2 + # via marshmallow +pillow==11.1.0 # via python-pptx -psutil==6.0.0 +psutil==6.1.1 # via unstructured pycparser==2.22 # via cffi -pypdf==5.0.1 +pydantic==2.10.5 + # via unstructured-client +pydantic-core==2.27.2 + # via pydantic +pypdf==5.1.0 # via unstructured-client python-dateutil==2.9.0.post0 # via unstructured-client -python-iso639==2024.4.27 +python-iso639==2024.10.22 # via unstructured python-magic==0.4.27 # via unstructured @@ -103,52 +100,46 @@ python-oxmsg==0.0.1 # via unstructured python-pptx==1.0.2 # via unstructured -rapidfuzz==3.10.0 +rapidfuzz==3.11.0 # via unstructured -regex==2024.9.11 +regex==2024.11.6 # via nltk requests==2.32.3 # via # requests-toolbelt # unstructured - # unstructured-client requests-toolbelt==1.0.0 # via unstructured-client -six==1.16.0 +six==1.17.0 # via + # html5lib # langdetect # python-dateutil - # unstructured-client sniffio==1.3.1 - # via - # anyio - # httpx + # via anyio soupsieve==2.6 # via beautifulsoup4 -tabulate==0.9.0 - # via unstructured -tqdm==4.66.5 +tqdm==4.67.1 # via # nltk # unstructured typing-extensions==4.12.2 # via # anyio + # pydantic + # pydantic-core # pypdf # python-oxmsg # python-pptx # typing-inspect # unstructured - # unstructured-client typing-inspect==0.9.0 # via # dataclasses-json # unstructured-client -unstructured[ppt]==0.15.10 - # via - # -c ./local_partition/../common/constraints.txt - # -r ./local_partition/ppt.in -unstructured-client==0.25.9 +unstructured[ppt]==0.16.14 + # via -r ./local_partition/ppt.in +unstructured-client==0.29.0 # via # -c ./local_partition/../common/constraints.txt # unstructured @@ -156,8 +147,9 @@ urllib3==1.26.20 # via # -c ./local_partition/../common/constraints.txt # requests - # unstructured-client -wrapt==1.16.0 +webencodings==0.5.1 + # via html5lib +wrapt==1.17.2 # via # -c ./local_partition/../common/constraints.txt # unstructured diff --git a/requirements/local_partition/pptx.txt b/requirements/local_partition/pptx.txt index c60fdb9b2..6e50c267f 100644 --- a/requirements/local_partition/pptx.txt +++ b/requirements/local_partition/pptx.txt @@ -1,55 +1,55 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./local_partition/pptx.in --output-file ./local_partition/pptx.txt --no-strip-extras --python-version 3.9 -anyio==4.6.0 +aiofiles==24.1.0 + # via unstructured-client +annotated-types==0.7.0 + # via pydantic +anyio==4.8.0 # via httpx backoff==2.2.1 # via unstructured beautifulsoup4==4.12.3 # via unstructured -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx # requests - # unstructured-client cffi==1.17.1 # via cryptography chardet==5.2.0 # via unstructured -charset-normalizer==3.3.2 - # via - # requests - # unstructured-client -click==8.1.7 +charset-normalizer==3.4.1 + # via requests +click==8.1.8 # via # nltk # python-oxmsg -cryptography==43.0.1 +cryptography==44.0.0 # via unstructured-client dataclasses-json==0.6.7 - # via - # unstructured - # unstructured-client -deepdiff==8.0.1 - # via unstructured-client -emoji==2.13.2 # via unstructured +emoji==2.14.1 + # via unstructured +eval-type-backport==0.2.2 + # via unstructured-client exceptiongroup==1.2.2 # via anyio filetype==1.2.0 # via unstructured h11==0.14.0 # via httpcore -httpcore==1.0.6 +html5lib==1.1 + # via unstructured +httpcore==1.0.7 # via httpx -httpx==0.27.2 +httpx==0.28.1 # via unstructured-client idna==3.10 # via # anyio # httpx # requests - # unstructured-client joblib==1.4.2 # via nltk jsonpath-python==1.0.6 @@ -60,14 +60,12 @@ lxml==5.3.0 # via # python-pptx # unstructured -marshmallow==3.22.0 - # via - # dataclasses-json - # unstructured-client +marshmallow==3.25.1 + # via dataclasses-json mypy-extensions==1.0.0 - # via - # typing-inspect - # unstructured-client + # via typing-inspect +ndjson==0.3.1 + # via unstructured nest-asyncio==1.6.0 # via unstructured-client nltk==3.9.1 @@ -78,24 +76,23 @@ numpy==1.26.4 # unstructured olefile==0.47 # via python-oxmsg -orderly-set==5.2.2 - # via deepdiff -packaging==23.2 - # via - # -c ./local_partition/../common/constraints.txt - # marshmallow - # unstructured-client -pillow==10.4.0 +packaging==24.2 + # via marshmallow +pillow==11.1.0 # via python-pptx -psutil==6.0.0 +psutil==6.1.1 # via unstructured pycparser==2.22 # via cffi -pypdf==5.0.1 +pydantic==2.10.5 + # via unstructured-client +pydantic-core==2.27.2 + # via pydantic +pypdf==5.1.0 # via unstructured-client python-dateutil==2.9.0.post0 # via unstructured-client -python-iso639==2024.4.27 +python-iso639==2024.10.22 # via unstructured python-magic==0.4.27 # via unstructured @@ -103,52 +100,46 @@ python-oxmsg==0.0.1 # via unstructured python-pptx==1.0.2 # via unstructured -rapidfuzz==3.10.0 +rapidfuzz==3.11.0 # via unstructured -regex==2024.9.11 +regex==2024.11.6 # via nltk requests==2.32.3 # via # requests-toolbelt # unstructured - # unstructured-client requests-toolbelt==1.0.0 # via unstructured-client -six==1.16.0 +six==1.17.0 # via + # html5lib # langdetect # python-dateutil - # unstructured-client sniffio==1.3.1 - # via - # anyio - # httpx + # via anyio soupsieve==2.6 # via beautifulsoup4 -tabulate==0.9.0 - # via unstructured -tqdm==4.66.5 +tqdm==4.67.1 # via # nltk # unstructured typing-extensions==4.12.2 # via # anyio + # pydantic + # pydantic-core # pypdf # python-oxmsg # python-pptx # typing-inspect # unstructured - # unstructured-client typing-inspect==0.9.0 # via # dataclasses-json # unstructured-client -unstructured[pptx]==0.15.10 - # via - # -c ./local_partition/../common/constraints.txt - # -r ./local_partition/pptx.in -unstructured-client==0.25.9 +unstructured[pptx]==0.16.14 + # via -r ./local_partition/pptx.in +unstructured-client==0.29.0 # via # -c ./local_partition/../common/constraints.txt # unstructured @@ -156,8 +147,9 @@ urllib3==1.26.20 # via # -c ./local_partition/../common/constraints.txt # requests - # unstructured-client -wrapt==1.16.0 +webencodings==0.5.1 + # via html5lib +wrapt==1.17.2 # via # -c ./local_partition/../common/constraints.txt # unstructured diff --git a/requirements/local_partition/rst.txt b/requirements/local_partition/rst.txt index 1cc6eee06..c496e590d 100644 --- a/requirements/local_partition/rst.txt +++ b/requirements/local_partition/rst.txt @@ -1,55 +1,55 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./local_partition/rst.in --output-file ./local_partition/rst.txt --no-strip-extras --python-version 3.9 -anyio==4.6.0 +aiofiles==24.1.0 + # via unstructured-client +annotated-types==0.7.0 + # via pydantic +anyio==4.8.0 # via httpx backoff==2.2.1 # via unstructured beautifulsoup4==4.12.3 # via unstructured -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx # requests - # unstructured-client cffi==1.17.1 # via cryptography chardet==5.2.0 # via unstructured -charset-normalizer==3.3.2 - # via - # requests - # unstructured-client -click==8.1.7 +charset-normalizer==3.4.1 + # via requests +click==8.1.8 # via # nltk # python-oxmsg -cryptography==43.0.1 +cryptography==44.0.0 # via unstructured-client dataclasses-json==0.6.7 - # via - # unstructured - # unstructured-client -deepdiff==8.0.1 - # via unstructured-client -emoji==2.13.2 # via unstructured +emoji==2.14.1 + # via unstructured +eval-type-backport==0.2.2 + # via unstructured-client exceptiongroup==1.2.2 # via anyio filetype==1.2.0 # via unstructured h11==0.14.0 # via httpcore -httpcore==1.0.6 +html5lib==1.1 + # via unstructured +httpcore==1.0.7 # via httpx -httpx==0.27.2 +httpx==0.28.1 # via unstructured-client idna==3.10 # via # anyio # httpx # requests - # unstructured-client joblib==1.4.2 # via nltk jsonpath-python==1.0.6 @@ -58,14 +58,12 @@ langdetect==1.0.9 # via unstructured lxml==5.3.0 # via unstructured -marshmallow==3.22.0 - # via - # dataclasses-json - # unstructured-client +marshmallow==3.25.1 + # via dataclasses-json mypy-extensions==1.0.0 - # via - # typing-inspect - # unstructured-client + # via typing-inspect +ndjson==0.3.1 + # via unstructured nest-asyncio==1.6.0 # via unstructured-client nltk==3.9.1 @@ -76,74 +74,67 @@ numpy==1.26.4 # unstructured olefile==0.47 # via python-oxmsg -orderly-set==5.2.2 - # via deepdiff -packaging==23.2 - # via - # -c ./local_partition/../common/constraints.txt - # marshmallow - # unstructured-client -psutil==6.0.0 +packaging==24.2 + # via marshmallow +psutil==6.1.1 # via unstructured pycparser==2.22 # via cffi -pypandoc==1.13 +pydantic==2.10.5 + # via unstructured-client +pydantic-core==2.27.2 + # via pydantic +pypandoc==1.15 # via unstructured -pypdf==5.0.1 +pypdf==5.1.0 # via unstructured-client python-dateutil==2.9.0.post0 # via unstructured-client -python-iso639==2024.4.27 +python-iso639==2024.10.22 # via unstructured python-magic==0.4.27 # via unstructured python-oxmsg==0.0.1 # via unstructured -rapidfuzz==3.10.0 +rapidfuzz==3.11.0 # via unstructured -regex==2024.9.11 +regex==2024.11.6 # via nltk requests==2.32.3 # via # requests-toolbelt # unstructured - # unstructured-client requests-toolbelt==1.0.0 # via unstructured-client -six==1.16.0 +six==1.17.0 # via + # html5lib # langdetect # python-dateutil - # unstructured-client sniffio==1.3.1 - # via - # anyio - # httpx + # via anyio soupsieve==2.6 # via beautifulsoup4 -tabulate==0.9.0 - # via unstructured -tqdm==4.66.5 +tqdm==4.67.1 # via # nltk # unstructured typing-extensions==4.12.2 # via # anyio + # pydantic + # pydantic-core # pypdf # python-oxmsg # typing-inspect # unstructured - # unstructured-client typing-inspect==0.9.0 # via # dataclasses-json # unstructured-client -unstructured[rst]==0.15.10 - # via - # -c ./local_partition/../common/constraints.txt - # -r ./local_partition/rst.in -unstructured-client==0.25.9 +unstructured[rst]==0.16.14 + # via -r ./local_partition/rst.in +unstructured-client==0.29.0 # via # -c ./local_partition/../common/constraints.txt # unstructured @@ -151,8 +142,9 @@ urllib3==1.26.20 # via # -c ./local_partition/../common/constraints.txt # requests - # unstructured-client -wrapt==1.16.0 +webencodings==0.5.1 + # via html5lib +wrapt==1.17.2 # via # -c ./local_partition/../common/constraints.txt # unstructured diff --git a/requirements/local_partition/rtf.txt b/requirements/local_partition/rtf.txt index afbbb61e6..2be8342b4 100644 --- a/requirements/local_partition/rtf.txt +++ b/requirements/local_partition/rtf.txt @@ -1,55 +1,55 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./local_partition/rtf.in --output-file ./local_partition/rtf.txt --no-strip-extras --python-version 3.9 -anyio==4.6.0 +aiofiles==24.1.0 + # via unstructured-client +annotated-types==0.7.0 + # via pydantic +anyio==4.8.0 # via httpx backoff==2.2.1 # via unstructured beautifulsoup4==4.12.3 # via unstructured -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx # requests - # unstructured-client cffi==1.17.1 # via cryptography chardet==5.2.0 # via unstructured -charset-normalizer==3.3.2 - # via - # requests - # unstructured-client -click==8.1.7 +charset-normalizer==3.4.1 + # via requests +click==8.1.8 # via # nltk # python-oxmsg -cryptography==43.0.1 +cryptography==44.0.0 # via unstructured-client dataclasses-json==0.6.7 - # via - # unstructured - # unstructured-client -deepdiff==8.0.1 - # via unstructured-client -emoji==2.13.2 # via unstructured +emoji==2.14.1 + # via unstructured +eval-type-backport==0.2.2 + # via unstructured-client exceptiongroup==1.2.2 # via anyio filetype==1.2.0 # via unstructured h11==0.14.0 # via httpcore -httpcore==1.0.6 +html5lib==1.1 + # via unstructured +httpcore==1.0.7 # via httpx -httpx==0.27.2 +httpx==0.28.1 # via unstructured-client idna==3.10 # via # anyio # httpx # requests - # unstructured-client joblib==1.4.2 # via nltk jsonpath-python==1.0.6 @@ -58,14 +58,12 @@ langdetect==1.0.9 # via unstructured lxml==5.3.0 # via unstructured -marshmallow==3.22.0 - # via - # dataclasses-json - # unstructured-client +marshmallow==3.25.1 + # via dataclasses-json mypy-extensions==1.0.0 - # via - # typing-inspect - # unstructured-client + # via typing-inspect +ndjson==0.3.1 + # via unstructured nest-asyncio==1.6.0 # via unstructured-client nltk==3.9.1 @@ -76,74 +74,67 @@ numpy==1.26.4 # unstructured olefile==0.47 # via python-oxmsg -orderly-set==5.2.2 - # via deepdiff -packaging==23.2 - # via - # -c ./local_partition/../common/constraints.txt - # marshmallow - # unstructured-client -psutil==6.0.0 +packaging==24.2 + # via marshmallow +psutil==6.1.1 # via unstructured pycparser==2.22 # via cffi -pypandoc==1.13 +pydantic==2.10.5 + # via unstructured-client +pydantic-core==2.27.2 + # via pydantic +pypandoc==1.15 # via unstructured -pypdf==5.0.1 +pypdf==5.1.0 # via unstructured-client python-dateutil==2.9.0.post0 # via unstructured-client -python-iso639==2024.4.27 +python-iso639==2024.10.22 # via unstructured python-magic==0.4.27 # via unstructured python-oxmsg==0.0.1 # via unstructured -rapidfuzz==3.10.0 +rapidfuzz==3.11.0 # via unstructured -regex==2024.9.11 +regex==2024.11.6 # via nltk requests==2.32.3 # via # requests-toolbelt # unstructured - # unstructured-client requests-toolbelt==1.0.0 # via unstructured-client -six==1.16.0 +six==1.17.0 # via + # html5lib # langdetect # python-dateutil - # unstructured-client sniffio==1.3.1 - # via - # anyio - # httpx + # via anyio soupsieve==2.6 # via beautifulsoup4 -tabulate==0.9.0 - # via unstructured -tqdm==4.66.5 +tqdm==4.67.1 # via # nltk # unstructured typing-extensions==4.12.2 # via # anyio + # pydantic + # pydantic-core # pypdf # python-oxmsg # typing-inspect # unstructured - # unstructured-client typing-inspect==0.9.0 # via # dataclasses-json # unstructured-client -unstructured[rtf]==0.15.10 - # via - # -c ./local_partition/../common/constraints.txt - # -r ./local_partition/rtf.in -unstructured-client==0.25.9 +unstructured[rtf]==0.16.14 + # via -r ./local_partition/rtf.in +unstructured-client==0.29.0 # via # -c ./local_partition/../common/constraints.txt # unstructured @@ -151,8 +142,9 @@ urllib3==1.26.20 # via # -c ./local_partition/../common/constraints.txt # requests - # unstructured-client -wrapt==1.16.0 +webencodings==0.5.1 + # via html5lib +wrapt==1.17.2 # via # -c ./local_partition/../common/constraints.txt # unstructured diff --git a/requirements/local_partition/tsv.txt b/requirements/local_partition/tsv.txt index 363434a2d..e490f0495 100644 --- a/requirements/local_partition/tsv.txt +++ b/requirements/local_partition/tsv.txt @@ -1,55 +1,55 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./local_partition/tsv.in --output-file ./local_partition/tsv.txt --no-strip-extras --python-version 3.9 -anyio==4.6.0 +aiofiles==24.1.0 + # via unstructured-client +annotated-types==0.7.0 + # via pydantic +anyio==4.8.0 # via httpx backoff==2.2.1 # via unstructured beautifulsoup4==4.12.3 # via unstructured -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx # requests - # unstructured-client cffi==1.17.1 # via cryptography chardet==5.2.0 # via unstructured -charset-normalizer==3.3.2 - # via - # requests - # unstructured-client -click==8.1.7 +charset-normalizer==3.4.1 + # via requests +click==8.1.8 # via # nltk # python-oxmsg -cryptography==43.0.1 +cryptography==44.0.0 # via unstructured-client dataclasses-json==0.6.7 - # via - # unstructured - # unstructured-client -deepdiff==8.0.1 - # via unstructured-client -emoji==2.13.2 # via unstructured +emoji==2.14.1 + # via unstructured +eval-type-backport==0.2.2 + # via unstructured-client exceptiongroup==1.2.2 # via anyio filetype==1.2.0 # via unstructured h11==0.14.0 # via httpcore -httpcore==1.0.6 +html5lib==1.1 + # via unstructured +httpcore==1.0.7 # via httpx -httpx==0.27.2 +httpx==0.28.1 # via unstructured-client idna==3.10 # via # anyio # httpx # requests - # unstructured-client joblib==1.4.2 # via nltk jsonpath-python==1.0.6 @@ -58,14 +58,12 @@ langdetect==1.0.9 # via unstructured lxml==5.3.0 # via unstructured -marshmallow==3.22.0 - # via - # dataclasses-json - # unstructured-client +marshmallow==3.25.1 + # via dataclasses-json mypy-extensions==1.0.0 - # via - # typing-inspect - # unstructured-client + # via typing-inspect +ndjson==0.3.1 + # via unstructured nest-asyncio==1.6.0 # via unstructured-client nltk==3.9.1 @@ -77,26 +75,25 @@ numpy==1.26.4 # unstructured olefile==0.47 # via python-oxmsg -orderly-set==5.2.2 - # via deepdiff -packaging==23.2 - # via - # -c ./local_partition/../common/constraints.txt - # marshmallow - # unstructured-client +packaging==24.2 + # via marshmallow pandas==2.2.3 # via unstructured -psutil==6.0.0 +psutil==6.1.1 # via unstructured pycparser==2.22 # via cffi -pypdf==5.0.1 +pydantic==2.10.5 + # via unstructured-client +pydantic-core==2.27.2 + # via pydantic +pypdf==5.1.0 # via unstructured-client python-dateutil==2.9.0.post0 # via # pandas # unstructured-client -python-iso639==2024.4.27 +python-iso639==2024.10.22 # via unstructured python-magic==0.4.27 # via unstructured @@ -104,53 +101,47 @@ python-oxmsg==0.0.1 # via unstructured pytz==2024.2 # via pandas -rapidfuzz==3.10.0 +rapidfuzz==3.11.0 # via unstructured -regex==2024.9.11 +regex==2024.11.6 # via nltk requests==2.32.3 # via # requests-toolbelt # unstructured - # unstructured-client requests-toolbelt==1.0.0 # via unstructured-client -six==1.16.0 +six==1.17.0 # via + # html5lib # langdetect # python-dateutil - # unstructured-client sniffio==1.3.1 - # via - # anyio - # httpx + # via anyio soupsieve==2.6 # via beautifulsoup4 -tabulate==0.9.0 - # via unstructured -tqdm==4.66.5 +tqdm==4.67.1 # via # nltk # unstructured typing-extensions==4.12.2 # via # anyio + # pydantic + # pydantic-core # pypdf # python-oxmsg # typing-inspect # unstructured - # unstructured-client typing-inspect==0.9.0 # via # dataclasses-json # unstructured-client -tzdata==2024.2 +tzdata==2025.1 # via pandas -unstructured[tsv]==0.15.10 - # via - # -c ./local_partition/../common/constraints.txt - # -r ./local_partition/tsv.in -unstructured-client==0.25.9 +unstructured[tsv]==0.16.14 + # via -r ./local_partition/tsv.in +unstructured-client==0.29.0 # via # -c ./local_partition/../common/constraints.txt # unstructured @@ -158,8 +149,9 @@ urllib3==1.26.20 # via # -c ./local_partition/../common/constraints.txt # requests - # unstructured-client -wrapt==1.16.0 +webencodings==0.5.1 + # via html5lib +wrapt==1.17.2 # via # -c ./local_partition/../common/constraints.txt # unstructured diff --git a/requirements/local_partition/xlsx.txt b/requirements/local_partition/xlsx.txt index fbd34079c..40a9c2072 100644 --- a/requirements/local_partition/xlsx.txt +++ b/requirements/local_partition/xlsx.txt @@ -1,57 +1,57 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./local_partition/xlsx.in --output-file ./local_partition/xlsx.txt --no-strip-extras --python-version 3.9 -anyio==4.6.0 +aiofiles==24.1.0 + # via unstructured-client +annotated-types==0.7.0 + # via pydantic +anyio==4.8.0 # via httpx backoff==2.2.1 # via unstructured beautifulsoup4==4.12.3 # via unstructured -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx # requests - # unstructured-client cffi==1.17.1 # via cryptography chardet==5.2.0 # via unstructured -charset-normalizer==3.3.2 - # via - # requests - # unstructured-client -click==8.1.7 +charset-normalizer==3.4.1 + # via requests +click==8.1.8 # via # nltk # python-oxmsg -cryptography==43.0.1 +cryptography==44.0.0 # via unstructured-client dataclasses-json==0.6.7 - # via - # unstructured - # unstructured-client -deepdiff==8.0.1 - # via unstructured-client -emoji==2.13.2 # via unstructured -et-xmlfile==1.1.0 +emoji==2.14.1 + # via unstructured +et-xmlfile==2.0.0 # via openpyxl +eval-type-backport==0.2.2 + # via unstructured-client exceptiongroup==1.2.2 # via anyio filetype==1.2.0 # via unstructured h11==0.14.0 # via httpcore -httpcore==1.0.6 +html5lib==1.1 + # via unstructured +httpcore==1.0.7 # via httpx -httpx==0.27.2 +httpx==0.28.1 # via unstructured-client idna==3.10 # via # anyio # httpx # requests - # unstructured-client joblib==1.4.2 # via nltk jsonpath-python==1.0.6 @@ -60,14 +60,12 @@ langdetect==1.0.9 # via unstructured lxml==5.3.0 # via unstructured -marshmallow==3.22.0 - # via - # dataclasses-json - # unstructured-client +marshmallow==3.25.1 + # via dataclasses-json mypy-extensions==1.0.0 - # via - # typing-inspect - # unstructured-client + # via typing-inspect +ndjson==0.3.1 + # via unstructured nest-asyncio==1.6.0 # via unstructured-client networkx==3.2.1 @@ -83,26 +81,25 @@ olefile==0.47 # via python-oxmsg openpyxl==3.1.5 # via unstructured -orderly-set==5.2.2 - # via deepdiff -packaging==23.2 - # via - # -c ./local_partition/../common/constraints.txt - # marshmallow - # unstructured-client +packaging==24.2 + # via marshmallow pandas==2.2.3 # via unstructured -psutil==6.0.0 +psutil==6.1.1 # via unstructured pycparser==2.22 # via cffi -pypdf==5.0.1 +pydantic==2.10.5 + # via unstructured-client +pydantic-core==2.27.2 + # via pydantic +pypdf==5.1.0 # via unstructured-client python-dateutil==2.9.0.post0 # via # pandas # unstructured-client -python-iso639==2024.4.27 +python-iso639==2024.10.22 # via unstructured python-magic==0.4.27 # via unstructured @@ -110,53 +107,47 @@ python-oxmsg==0.0.1 # via unstructured pytz==2024.2 # via pandas -rapidfuzz==3.10.0 +rapidfuzz==3.11.0 # via unstructured -regex==2024.9.11 +regex==2024.11.6 # via nltk requests==2.32.3 # via # requests-toolbelt # unstructured - # unstructured-client requests-toolbelt==1.0.0 # via unstructured-client -six==1.16.0 +six==1.17.0 # via + # html5lib # langdetect # python-dateutil - # unstructured-client sniffio==1.3.1 - # via - # anyio - # httpx + # via anyio soupsieve==2.6 # via beautifulsoup4 -tabulate==0.9.0 - # via unstructured -tqdm==4.66.5 +tqdm==4.67.1 # via # nltk # unstructured typing-extensions==4.12.2 # via # anyio + # pydantic + # pydantic-core # pypdf # python-oxmsg # typing-inspect # unstructured - # unstructured-client typing-inspect==0.9.0 # via # dataclasses-json # unstructured-client -tzdata==2024.2 +tzdata==2025.1 # via pandas -unstructured[xlsx]==0.15.10 - # via - # -c ./local_partition/../common/constraints.txt - # -r ./local_partition/xlsx.in -unstructured-client==0.25.9 +unstructured[xlsx]==0.16.14 + # via -r ./local_partition/xlsx.in +unstructured-client==0.29.0 # via # -c ./local_partition/../common/constraints.txt # unstructured @@ -164,8 +155,9 @@ urllib3==1.26.20 # via # -c ./local_partition/../common/constraints.txt # requests - # unstructured-client -wrapt==1.16.0 +webencodings==0.5.1 + # via html5lib +wrapt==1.17.2 # via # -c ./local_partition/../common/constraints.txt # unstructured diff --git a/requirements/release.txt b/requirements/release.txt index 5d3f1c65d..89e976dbd 100644 --- a/requirements/release.txt +++ b/requirements/release.txt @@ -1,8 +1,8 @@ # This file was autogenerated by uv via the following command: # uv pip compile ./release.in --output-file ./release.txt --no-strip-extras --python-version 3.9 -certifi==2024.8.30 +certifi==2024.12.14 # via requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests colorama==0.4.6 # via twine @@ -12,11 +12,11 @@ idna==3.10 # via requests keyring==22.3.0 # via twine -nh3==0.2.18 +nh3==0.2.20 # via readme-renderer -pkginfo==1.11.1 +pkginfo==1.12.0 # via twine -pygments==2.18.0 +pygments==2.19.1 # via readme-renderer readme-renderer==44.0 # via twine @@ -28,9 +28,9 @@ requests-toolbelt==1.0.0 # via twine rfc3986==2.0.0 # via twine -setuptools==75.1.0 +setuptools==75.8.0 # via twine -tqdm==4.66.5 +tqdm==4.67.1 # via twine twine==3.3.0 # via -r ./release.in @@ -38,5 +38,5 @@ urllib3==1.26.20 # via # -c ././common/constraints.txt # requests -wheel==0.44.0 +wheel==0.45.1 # via -r ./release.in diff --git a/requirements/remote/client.txt b/requirements/remote/client.txt index 281b4985a..71c47105f 100644 --- a/requirements/remote/client.txt +++ b/requirements/remote/client.txt @@ -1,29 +1,31 @@ # This file was autogenerated by uv via the following command: -# uv pip compile client.in --output-file client.txt --no-strip-extras --python-version 3.9 +# uv pip compile ./remote/client.in --output-file ./remote/client.txt --no-strip-extras --python-version 3.9 +aiofiles==24.1.0 + # via unstructured-client annotated-types==0.7.0 # via pydantic -anyio==4.6.2.post1 +anyio==4.8.0 # via httpx -certifi==2024.8.30 +certifi==2024.12.14 # via # httpcore # httpx # requests cffi==1.17.1 # via cryptography -charset-normalizer==3.4.0 +charset-normalizer==3.4.1 # via requests -cryptography==43.0.3 +cryptography==44.0.0 # via unstructured-client -eval-type-backport==0.2.0 +eval-type-backport==0.2.2 # via unstructured-client exceptiongroup==1.2.2 # via anyio h11==0.14.0 # via httpcore -httpcore==1.0.6 +httpcore==1.0.7 # via httpx -httpx==0.27.2 +httpx==0.28.1 # via unstructured-client idna==3.10 # via @@ -38,24 +40,22 @@ nest-asyncio==1.6.0 # via unstructured-client pycparser==2.22 # via cffi -pydantic==2.9.2 +pydantic==2.10.5 # via unstructured-client -pydantic-core==2.23.4 +pydantic-core==2.27.2 # via pydantic -pypdf==5.0.1 +pypdf==5.1.0 # via unstructured-client -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via unstructured-client requests==2.32.3 # via requests-toolbelt requests-toolbelt==1.0.0 # via unstructured-client -six==1.16.0 +six==1.17.0 # via python-dateutil sniffio==1.3.1 - # via - # anyio - # httpx + # via anyio typing-extensions==4.12.2 # via # anyio @@ -65,11 +65,11 @@ typing-extensions==4.12.2 # typing-inspect typing-inspect==0.9.0 # via unstructured-client -unstructured-client==0.26.1 +unstructured-client==0.29.0 # via - # -c ../common/constraints.txt - # -r client.in + # -c ./remote/../common/constraints.txt + # -r ./remote/client.in urllib3==1.26.20 # via - # -c ../common/constraints.txt + # -c ./remote/../common/constraints.txt # requests diff --git a/requirements/test.txt b/requirements/test.txt index 48d792657..148419c46 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,33 +1,62 @@ # This file was autogenerated by uv via the following command: -# uv pip compile test.in --output-file test.txt --no-strip-extras --python-version 3.9 +# uv pip compile ./test.in --output-file ./test.txt --no-strip-extras --python-version 3.9 +aiofiles==24.1.0 + # via unstructured-client annotated-types==0.7.0 # via pydantic -cachetools==5.5.0 +anyio==4.8.0 + # via httpx +backoff==2.2.1 + # via unstructured +beautifulsoup4==4.12.3 + # via unstructured +cachetools==5.5.1 # via google-auth certifi==2024.12.14 - # via requests + # via + # httpcore + # httpx + # requests cffi==1.17.1 # via cryptography -charset-normalizer==3.4.0 +chardet==5.2.0 + # via unstructured +charset-normalizer==3.4.1 # via requests -coverage[toml]==7.6.9 +click==8.1.8 + # via + # nltk + # python-oxmsg +coverage[toml]==7.6.10 # via pytest-cov cryptography==44.0.0 - # via -r test.in -deepdiff==8.0.1 - # via -r test.in + # via + # -r ./test.in + # unstructured-client +dataclasses-json==0.6.7 + # via unstructured +deepdiff==8.1.1 + # via -r ./test.in docker==7.1.0 - # via -r test.in + # via -r ./test.in docstring-parser==0.16 # via google-cloud-aiplatform +emoji==2.14.1 + # via unstructured +eval-type-backport==0.2.2 + # via unstructured-client exceptiongroup==1.2.2 - # via pytest -faker==33.1.0 - # via -r test.in + # via + # anyio + # pytest +faker==34.0.0 + # via -r ./test.in +filetype==1.2.0 + # via unstructured fsspec==2024.5.0 # via - # -c ./common/constraints.txt - # -r test.in + # -c ././common/constraints.txt + # -r ./test.in # universal-pathlib google-api-core[grpc]==2.24.0 # via @@ -46,7 +75,7 @@ google-auth==2.37.0 # google-cloud-storage google-cloud-aiplatform[all]==1.71.1 # via vertexai -google-cloud-bigquery==3.27.0 +google-cloud-bigquery==3.29.0 # via google-cloud-aiplatform google-cloud-core==2.4.1 # via @@ -69,31 +98,64 @@ googleapis-common-protos[grpc]==1.66.0 # google-api-core # grpc-google-iam-v1 # grpcio-status -grpc-google-iam-v1==0.13.1 +grpc-google-iam-v1==0.14.0 # via google-cloud-resource-manager -grpcio==1.68.1 +grpcio==1.69.0 # via - # -c ./common/constraints.txt + # -c ././common/constraints.txt # google-api-core # googleapis-common-protos # grpc-google-iam-v1 # grpcio-status -grpcio-status==1.62.3 +grpcio-status==1.69.0 # via google-api-core +h11==0.14.0 + # via httpcore +html5lib==1.1 + # via unstructured +httpcore==1.0.7 + # via httpx +httpx==0.28.1 + # via unstructured-client idna==3.10 - # via requests + # via + # anyio + # httpx + # requests iniconfig==2.0.0 # via pytest +joblib==1.4.2 + # via nltk +jsonpath-python==1.0.6 + # via unstructured-client +langdetect==1.0.9 + # via unstructured +lxml==5.3.0 + # via unstructured +marshmallow==3.25.1 + # via dataclasses-json +mypy-extensions==1.0.0 + # via typing-inspect +ndjson==0.3.1 + # via unstructured +nest-asyncio==1.6.0 + # via unstructured-client +nltk==3.9.1 + # via unstructured numpy==1.26.4 # via - # -c ./common/constraints.txt + # -c ././common/constraints.txt # shapely -orderly-set==5.2.2 + # unstructured +olefile==0.47 + # via python-oxmsg +orderly-set==5.2.3 # via deepdiff packaging==24.2 # via # google-cloud-aiplatform # google-cloud-bigquery + # marshmallow # pytest pluggy==1.5.0 # via pytest @@ -102,9 +164,8 @@ proto-plus==1.25.0 # google-api-core # google-cloud-aiplatform # google-cloud-resource-manager -protobuf==4.23.4 +protobuf==5.29.3 # via - # -c ./common/constraints.txt # google-api-core # google-cloud-aiplatform # google-cloud-resource-manager @@ -112,6 +173,8 @@ protobuf==4.23.4 # grpc-google-iam-v1 # grpcio-status # proto-plus +psutil==6.1.1 + # via unstructured pyasn1==0.6.1 # via # pyasn1-modules @@ -120,13 +183,17 @@ pyasn1-modules==0.4.1 # via google-auth pycparser==2.22 # via cffi -pydantic==2.10.3 - # via google-cloud-aiplatform -pydantic-core==2.27.1 +pydantic==2.10.5 + # via + # google-cloud-aiplatform + # unstructured-client +pydantic-core==2.27.2 # via pydantic +pypdf==5.1.0 + # via unstructured-client pytest==8.3.4 # via - # -r test.in + # -r ./test.in # pytest-asyncio # pytest-check # pytest-cov @@ -134,51 +201,98 @@ pytest==8.3.4 # pytest-metadata # pytest-mock # pytest-tagging -pytest-asyncio==0.25.0 - # via -r test.in +pytest-asyncio==0.25.2 + # via -r ./test.in pytest-check==2.4.1 - # via -r test.in + # via -r ./test.in pytest-cov==6.0.0 - # via -r test.in + # via -r ./test.in pytest-json-report==1.5.0 - # via -r test.in + # via -r ./test.in pytest-metadata==3.1.1 # via pytest-json-report pytest-mock==3.14.0 - # via -r test.in + # via -r ./test.in pytest-tagging==1.6.0 - # via -r test.in + # via -r ./test.in python-dateutil==2.9.0.post0 # via # faker # google-cloud-bigquery + # unstructured-client +python-iso639==2024.10.22 + # via unstructured +python-magic==0.4.27 + # via unstructured +python-oxmsg==0.0.1 + # via unstructured +rapidfuzz==3.11.0 + # via unstructured +regex==2024.11.6 + # via nltk requests==2.32.3 # via # docker # google-api-core # google-cloud-bigquery # google-cloud-storage + # requests-toolbelt + # unstructured +requests-toolbelt==1.0.0 + # via unstructured-client rsa==4.9 # via google-auth shapely==2.0.6 # via google-cloud-aiplatform six==1.17.0 - # via python-dateutil + # via + # html5lib + # langdetect + # python-dateutil +sniffio==1.3.1 + # via anyio +soupsieve==2.6 + # via beautifulsoup4 tomli==2.2.1 # via # coverage # pytest +tqdm==4.67.1 + # via + # nltk + # unstructured typing-extensions==4.12.2 # via + # anyio # faker # pydantic # pydantic-core + # pypdf + # python-oxmsg + # typing-inspect + # unstructured +typing-inspect==0.9.0 + # via + # dataclasses-json + # unstructured-client universal-pathlib==0.2.6 - # via -r test.in + # via -r ./test.in +unstructured==0.16.14 + # via -r ./test.in +unstructured-client==0.29.0 + # via + # -c ././common/constraints.txt + # unstructured urllib3==1.26.20 # via - # -c ./common/constraints.txt + # -c ././common/constraints.txt # docker # requests vertexai==1.71.1 - # via -r test.in + # via -r ./test.in +webencodings==0.5.1 + # via html5lib +wrapt==1.17.2 + # via + # -c ././common/constraints.txt + # unstructured