diff --git a/requirements/base.txt b/requirements/base.txt index ff7f516bed..ba6bf71665 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -12,7 +12,6 @@ beautifulsoup4==4.12.3 # via -r ./base.in certifi==2024.7.4 # via - # -c ././deps/constraints.txt # httpcore # httpx # requests @@ -29,7 +28,7 @@ dataclasses-json==0.6.7 # via # -r ./base.in # unstructured-client -deepdiff==7.0.1 +deepdiff==8.0.1 # via unstructured-client emoji==2.12.1 # via -r ./base.in @@ -71,7 +70,7 @@ nltk==3.9.1 # via -r ./base.in numpy==1.26.4 # via -r ./base.in -ordered-set==4.1.0 +orderly-set==5.2.2 # via deepdiff packaging==24.1 # via @@ -128,9 +127,7 @@ typing-inspect==0.9.0 # dataclasses-json # unstructured-client unstructured-client==0.25.5 - # via - # -c ././deps/constraints.txt - # -r ./base.in + # via -r ./base.in urllib3==1.26.19 # via # -c ././deps/constraints.txt diff --git a/requirements/deps/constraints.txt b/requirements/deps/constraints.txt index 5557aea6cb..2248387a96 100644 --- a/requirements/deps/constraints.txt +++ b/requirements/deps/constraints.txt @@ -5,28 +5,14 @@ #################################################################################################### # consistency with local-inference-pin protobuf<4.24 -# NOTE(robinson) - Required pins for security scans -jupyter-core>=4.11.2 -wheel>=0.38.1 -# NOTE(robinson) - The following pins are to address -# vulnerabilities in dependency scans -certifi>=2023.7.22 grpcio>=1.65.5 # NOTE(alan) Pinned to avoid error that occurs with 2.4.3: # AttributeError: 'ResourcePath' object has no attribute 'collection' Office365-REST-Python-Client<2.4.3 -# NOTE(trevor) `unstructured-inference` is set in extra-pdf-image.in to allow -# unstructured-inference to be upgraded when unstructured library is upgraded -# https://github.com/Unstructured-IO/unstructured/issues/1458 -# unstructured-inference # use the known compatible version of weaviate weaviate-client>3.25.0 # TODO: Pinned in transformers package, remove when that gets updated tokenizers>=0.19,<0.20 -# NOTE(crag): earlier versions fail in compilation step when pip installing the package -pycocotools>=2.0.7 -# NOTE(crag): python3.8-python3.11 compat (if it ends up being required) -torch>2 platformdirs==3.10.0 # TODO: Constaint due to boto, with python before 3.10 not requiring openssl 1.1.1, remove when that gets @@ -36,9 +22,6 @@ urllib3<1.27 # TODO: Constriant due to aiobotocore, remove when that gets updates: botocore<1.34.132 -# NOTE(jennings): pinned due to older versions not supporting api_key_auth in UnstructuredClient -unstructured-client>=0.15.1 - # python 3.12 support wrapt>=1.14.0 diff --git a/requirements/dev.txt b/requirements/dev.txt index 4e81e1c2bc..2088f7988b 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,6 +8,7 @@ anyio==4.4.0 # via # -c ./base.txt # -c ./test.txt + # httpx # jupyter-server appnope==0.1.4 # via ipykernel @@ -23,6 +24,8 @@ attrs==24.2.0 # via # -c ./test.txt # jsonschema +babel==2.16.0 + # via jupyterlab-server beautifulsoup4==4.12.3 # via # -c ./base.txt @@ -31,10 +34,21 @@ bleach==6.1.0 # via nbconvert build==1.2.1 # via pip-tools +certifi==2024.7.4 + # via + # -c ./base.txt + # -c ./test.txt + # httpx + # requests cffi==1.17.0 # via argon2-cffi-bindings cfgv==3.4.0 # via pre-commit +charset-normalizer==3.3.2 + # via + # -c ./base.txt + # -c ./test.txt + # requests click==8.1.7 # via # -c ./base.txt @@ -73,9 +87,12 @@ idna==3.8 # -c ./base.txt # -c ./test.txt # anyio + # httpx + # requests importlib-metadata==8.4.0 # via # build + # jupyterlab-server # nbconvert ipykernel==6.29.5 # via @@ -83,13 +100,13 @@ ipykernel==6.29.5 # jupyter-console # nbclassic # notebook - # qtconsole ipython==8.18.1 # via # -r ./dev.in # ipykernel # ipywidgets # jupyter-console + # jupyterlab ipython-genutils==0.2.0 # via # nbclassic @@ -101,14 +118,19 @@ jedi==0.19.1 jinja2==3.1.4 # via # jupyter-server + # jupyterlab + # jupyterlab-server # nbconvert # notebook +json5==0.9.25 + # via jupyterlab-server jsonschema[format-nongpl]==3.2.0 # via # -c ./test.txt # jupyter-events + # jupyterlab-server # nbformat -jupyter==1.0.0 +jupyter==1.1.0 # via -r ./dev.in jupyter-client==7.4.9 # via @@ -117,29 +139,34 @@ jupyter-client==7.4.9 # jupyter-server # nbclient # notebook - # qtconsole jupyter-console==6.6.3 # via jupyter jupyter-core==5.7.2 # via - # -c ././deps/constraints.txt # ipykernel # jupyter-client # jupyter-console # jupyter-server + # jupyterlab # nbclient # nbconvert # nbformat # notebook - # qtconsole jupyter-events==0.6.3 # via jupyter-server jupyter-server==2.10.0 - # via notebook-shim + # via + # jupyterlab + # jupyterlab-server + # notebook-shim jupyter-server-terminals==0.5.3 # via jupyter-server +jupyterlab==3.5.3 + # via jupyter jupyterlab-pygments==0.3.0 # via nbconvert +jupyterlab-server==2.16.6 + # via jupyterlab jupyterlab-widgets==3.0.13 # via ipywidgets markupsafe==2.1.5 @@ -153,7 +180,9 @@ matplotlib-inline==0.1.7 mistune==3.0.2 # via nbconvert nbclassic==1.1.0 - # via notebook + # via + # jupyterlab + # notebook nbclient==0.10.0 # via nbconvert nbconvert==7.16.4 @@ -177,11 +206,13 @@ nest-asyncio==1.6.0 nodeenv==1.9.1 # via pre-commit notebook==6.5.7 - # via jupyter + # via + # jupyter + # jupyterlab notebook-shim==0.2.4 # via + # jupyterlab # nbclassic - # notebook overrides==7.7.0 # via jupyter-server packaging==24.1 @@ -191,9 +222,9 @@ packaging==24.1 # build # ipykernel # jupyter-server + # jupyterlab + # jupyterlab-server # nbconvert - # qtconsole - # qtpy pandocfilters==1.5.1 # via nbconvert parso==0.8.4 @@ -235,7 +266,6 @@ pygments==2.18.0 # ipython # jupyter-console # nbconvert - # qtconsole pyproject-hooks==1.1.0 # via # build @@ -263,11 +293,11 @@ pyzmq==26.2.0 # jupyter-console # jupyter-server # notebook - # qtconsole -qtconsole==5.5.2 - # via jupyter -qtpy==2.4.1 - # via qtconsole +requests==2.32.3 + # via + # -c ./base.txt + # -c ./test.txt + # jupyterlab-server rfc3339-validator==0.1.4 # via jupyter-events rfc3986-validator==0.1.1 @@ -290,6 +320,7 @@ sniffio==1.3.1 # -c ./base.txt # -c ./test.txt # anyio + # httpx soupsieve==2.6 # via # -c ./base.txt @@ -307,12 +338,14 @@ tomli==2.0.1 # via # -c ./test.txt # build + # jupyterlab # pip-tools tornado==6.4.1 # via # ipykernel # jupyter-client # jupyter-server + # jupyterlab # notebook # terminado traitlets==5.14.3 @@ -331,13 +364,18 @@ traitlets==5.14.3 # nbconvert # nbformat # notebook - # qtconsole typing-extensions==4.12.2 # via # -c ./base.txt # -c ./test.txt # anyio # ipython +urllib3==1.26.19 + # via + # -c ././deps/constraints.txt + # -c ./base.txt + # -c ./test.txt + # requests virtualenv==20.26.3 # via pre-commit wcwidth==0.2.13 @@ -349,9 +387,7 @@ webencodings==0.5.1 websocket-client==1.8.0 # via jupyter-server wheel==0.44.0 - # via - # -c ././deps/constraints.txt - # pip-tools + # via pip-tools widgetsnbextension==4.0.13 # via ipywidgets zipp==3.20.1 diff --git a/requirements/extra-paddleocr.txt b/requirements/extra-paddleocr.txt index d2559fad70..89e98332ea 100644 --- a/requirements/extra-paddleocr.txt +++ b/requirements/extra-paddleocr.txt @@ -12,7 +12,6 @@ astor==0.8.1 # via paddlepaddle certifi==2024.7.4 # via - # -c ././deps/constraints.txt # -c ./base.txt # httpcore # httpx @@ -21,7 +20,7 @@ charset-normalizer==3.3.2 # via # -c ./base.txt # requests -contourpy==1.2.1 +contourpy==1.3.0 # via matplotlib cycler==0.12.1 # via matplotlib @@ -158,7 +157,7 @@ sniffio==1.3.1 # -c ./base.txt # anyio # httpx -tifffile==2024.8.24 +tifffile==2024.8.28 # via scikit-image tqdm==4.66.5 # via diff --git a/requirements/extra-pdf-image.txt b/requirements/extra-pdf-image.txt index fd7a9d9d30..e3ae896295 100644 --- a/requirements/extra-pdf-image.txt +++ b/requirements/extra-pdf-image.txt @@ -10,7 +10,6 @@ cachetools==5.5.0 # via google-auth certifi==2024.7.4 # via - # -c ././deps/constraints.txt # -c ./base.txt # requests cffi==1.17.0 @@ -22,7 +21,7 @@ charset-normalizer==3.3.2 # requests coloredlogs==15.0.1 # via onnxruntime -contourpy==1.2.1 +contourpy==1.3.0 # via matplotlib cryptography==43.0.0 # via pdfminer-six @@ -45,7 +44,7 @@ fsspec==2024.6.1 # via # huggingface-hub # torch -google-api-core[grpc]==2.19.1 +google-api-core[grpc]==2.19.2 # via google-cloud-vision google-auth==2.34.0 # via @@ -57,7 +56,7 @@ googleapis-common-protos==1.65.0 # via # google-api-core # grpcio-status -grpcio==1.66.0 +grpcio==1.66.1 # via # -c ././deps/constraints.txt # google-api-core @@ -184,9 +183,7 @@ pyasn1==0.6.0 pyasn1-modules==0.4.0 # via google-auth pycocotools==2.0.8 - # via - # -c ././deps/constraints.txt - # effdet + # via effdet pycparser==2.22 # via cffi pyparsing==3.1.4 @@ -253,7 +250,6 @@ tokenizers==0.19.1 # transformers torch==2.4.0 # via - # -c ././deps/constraints.txt # effdet # timm # torchvision diff --git a/requirements/huggingface.txt b/requirements/huggingface.txt index e9a1076370..05af7ee05a 100644 --- a/requirements/huggingface.txt +++ b/requirements/huggingface.txt @@ -6,7 +6,6 @@ # certifi==2024.7.4 # via - # -c ././deps/constraints.txt # -c ./base.txt # requests charset-normalizer==3.3.2 @@ -90,9 +89,7 @@ tokenizers==0.19.1 # -c ././deps/constraints.txt # transformers torch==2.4.0 - # via - # -c ././deps/constraints.txt - # -r ./huggingface.in + # via -r ./huggingface.in tqdm==4.66.5 # via # -c ./base.txt diff --git a/requirements/ingest/airtable.txt b/requirements/ingest/airtable.txt index fda3c6e453..121e3a7e7f 100644 --- a/requirements/ingest/airtable.txt +++ b/requirements/ingest/airtable.txt @@ -9,7 +9,6 @@ annotated-types==0.7.0 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # requests charset-normalizer==3.3.2 # via diff --git a/requirements/ingest/astradb.txt b/requirements/ingest/astradb.txt index a135e510f0..7edbc3bb90 100644 --- a/requirements/ingest/astradb.txt +++ b/requirements/ingest/astradb.txt @@ -17,7 +17,6 @@ cassio==0.1.8 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # httpcore # httpx # requests diff --git a/requirements/ingest/azure-cognitive-search.txt b/requirements/ingest/azure-cognitive-search.txt index 1e397cc6c1..a09121663d 100644 --- a/requirements/ingest/azure-cognitive-search.txt +++ b/requirements/ingest/azure-cognitive-search.txt @@ -13,7 +13,6 @@ azure-search-documents==11.5.1 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # requests charset-normalizer==3.3.2 # via diff --git a/requirements/ingest/azure.txt b/requirements/ingest/azure.txt index 8c23adb67a..4be368a7e2 100644 --- a/requirements/ingest/azure.txt +++ b/requirements/ingest/azure.txt @@ -30,7 +30,6 @@ azure-storage-blob==12.22.0 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # requests cffi==1.17.0 # via diff --git a/requirements/ingest/box.txt b/requirements/ingest/box.txt index 361e1b6a39..23c8d2b034 100644 --- a/requirements/ingest/box.txt +++ b/requirements/ingest/box.txt @@ -13,7 +13,6 @@ boxsdk[jwt]==3.13.0 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # requests cffi==1.17.0 # via cryptography diff --git a/requirements/ingest/chroma.txt b/requirements/ingest/chroma.txt index 12ea80e56b..3fe1760ec0 100644 --- a/requirements/ingest/chroma.txt +++ b/requirements/ingest/chroma.txt @@ -12,30 +12,32 @@ anyio==4.4.0 # httpx # starlette # watchfiles +asgiref==3.8.1 + # via opentelemetry-instrumentation-asgi backoff==2.2.1 # via # -c ./ingest/../base.txt - # opentelemetry-exporter-otlp-proto-grpc # posthog bcrypt==4.2.0 # via chromadb +build==1.2.1 + # via chromadb cachetools==5.5.0 # via google-auth certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt + # httpcore # httpx # kubernetes - # pulsar-client # requests charset-normalizer==3.3.2 # via # -c ./ingest/../base.txt # requests -chroma-hnswlib==0.7.3 +chroma-hnswlib==0.7.6 # via chromadb -chromadb==0.4.17 +chromadb==0.5.5 # via -r ./ingest/chroma.in click==8.1.7 # via @@ -45,7 +47,10 @@ click==8.1.7 coloredlogs==15.0.1 # via onnxruntime deprecated==1.2.14 - # via opentelemetry-api + # via + # opentelemetry-api + # opentelemetry-exporter-otlp-proto-grpc + # opentelemetry-semantic-conventions exceptiongroup==1.2.2 # via # -c ./ingest/../base.txt @@ -62,7 +67,7 @@ google-auth==2.34.0 # via kubernetes googleapis-common-protos==1.65.0 # via opentelemetry-exporter-otlp-proto-grpc -grpcio==1.66.0 +grpcio==1.66.1 # via # -c ./ingest/../deps/constraints.txt # chromadb @@ -72,8 +77,16 @@ h11==0.14.0 # -c ./ingest/../base.txt # httpcore # uvicorn +httpcore==1.0.5 + # via + # -c ./ingest/../base.txt + # httpx httptools==0.6.1 # via uvicorn +httpx==0.27.2 + # via + # -c ./ingest/../base.txt + # chromadb huggingface-hub==0.24.6 # via tokenizers humanfriendly==10.0 @@ -85,11 +98,16 @@ idna==3.8 # httpx # requests importlib-metadata==8.4.0 - # via -r ./ingest/chroma.in + # via + # -r ./ingest/chroma.in + # build + # opentelemetry-api importlib-resources==6.4.4 # via chromadb kubernetes==30.1.0 # via chromadb +mmh3==4.1.0 + # via chromadb monotonic==1.6 # via posthog mpmath==1.3.0 @@ -106,21 +124,46 @@ oauthlib==3.2.2 # requests-oauthlib onnxruntime==1.19.0 # via chromadb -opentelemetry-api==1.16.0 +opentelemetry-api==1.27.0 # via # chromadb # opentelemetry-exporter-otlp-proto-grpc + # opentelemetry-instrumentation + # opentelemetry-instrumentation-asgi + # opentelemetry-instrumentation-fastapi # opentelemetry-sdk -opentelemetry-exporter-otlp-proto-grpc==1.16.0 - # via chromadb -opentelemetry-proto==1.16.0 + # opentelemetry-semantic-conventions +opentelemetry-exporter-otlp-proto-common==1.27.0 # via opentelemetry-exporter-otlp-proto-grpc -opentelemetry-sdk==1.16.0 +opentelemetry-exporter-otlp-proto-grpc==1.27.0 + # via chromadb +opentelemetry-instrumentation==0.48b0 + # via + # opentelemetry-instrumentation-asgi + # opentelemetry-instrumentation-fastapi +opentelemetry-instrumentation-asgi==0.48b0 + # via opentelemetry-instrumentation-fastapi +opentelemetry-instrumentation-fastapi==0.48b0 + # via chromadb +opentelemetry-proto==1.27.0 + # via + # opentelemetry-exporter-otlp-proto-common + # opentelemetry-exporter-otlp-proto-grpc +opentelemetry-sdk==1.27.0 # via # chromadb # opentelemetry-exporter-otlp-proto-grpc -opentelemetry-semantic-conventions==0.37b0 - # via opentelemetry-sdk +opentelemetry-semantic-conventions==0.48b0 + # via + # opentelemetry-instrumentation-asgi + # opentelemetry-instrumentation-fastapi + # opentelemetry-sdk +opentelemetry-util-http==0.48b0 + # via + # opentelemetry-instrumentation-asgi + # opentelemetry-instrumentation-fastapi +orjson==3.10.7 + # via chromadb overrides==7.7.0 # via chromadb packaging==24.1 @@ -129,7 +172,7 @@ packaging==24.1 # build # huggingface-hub # onnxruntime -posthog==3.5.2 +posthog==3.6.0 # via chromadb protobuf==4.23.4 # via @@ -137,8 +180,6 @@ protobuf==4.23.4 # googleapis-common-protos # onnxruntime # opentelemetry-proto -pulsar-client==3.5.0 - # via chromadb pyasn1==0.6.0 # via # pyasn1-modules @@ -153,6 +194,8 @@ pydantic-core==2.20.1 # via pydantic pypika==0.48.9 # via chromadb +pyproject-hooks==1.1.0 + # via build python-dateutil==2.9.0.post0 # via # -c ./ingest/../base.txt @@ -169,7 +212,6 @@ pyyaml==6.0.2 requests==2.32.3 # via # -c ./ingest/../base.txt - # chromadb # huggingface-hub # kubernetes # posthog @@ -201,6 +243,8 @@ tokenizers==0.19.1 # via # -c ./ingest/../deps/constraints.txt # chromadb +tomli==2.0.1 + # via build tqdm==4.66.5 # via # -c ./ingest/../base.txt @@ -214,6 +258,7 @@ typing-extensions==4.12.2 # via # -c ./ingest/../base.txt # anyio + # asgiref # chromadb # fastapi # huggingface-hub @@ -233,11 +278,11 @@ uvicorn[standard]==0.30.6 # via chromadb uvloop==0.20.0 # via uvicorn -watchfiles==0.23.0 +watchfiles==0.24.0 # via uvicorn websocket-client==1.8.0 # via kubernetes -websockets==13.0 +websockets==13.0.1 # via uvicorn wrapt==1.16.0 # via diff --git a/requirements/ingest/clarifai.txt b/requirements/ingest/clarifai.txt index cd46b6a810..38a8672554 100644 --- a/requirements/ingest/clarifai.txt +++ b/requirements/ingest/clarifai.txt @@ -7,7 +7,6 @@ certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # requests charset-normalizer==3.3.2 # via @@ -21,7 +20,7 @@ contextlib2==21.6.0 # via schema googleapis-common-protos==1.65.0 # via clarifai-grpc -grpcio==1.66.0 +grpcio==1.66.1 # via # -c ./ingest/../deps/constraints.txt # clarifai-grpc diff --git a/requirements/ingest/confluence.txt b/requirements/ingest/confluence.txt index de6d414cba..f5bf5073f4 100644 --- a/requirements/ingest/confluence.txt +++ b/requirements/ingest/confluence.txt @@ -13,7 +13,6 @@ beautifulsoup4==4.12.3 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # requests charset-normalizer==3.3.2 # via diff --git a/requirements/ingest/databricks-volumes.txt b/requirements/ingest/databricks-volumes.txt index c92dca41d1..5aa989e9ab 100644 --- a/requirements/ingest/databricks-volumes.txt +++ b/requirements/ingest/databricks-volumes.txt @@ -9,13 +9,12 @@ cachetools==5.5.0 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # requests charset-normalizer==3.3.2 # via # -c ./ingest/../base.txt # requests -databricks-sdk==0.31.0 +databricks-sdk==0.31.1 # via -r ./ingest/databricks-volumes.in google-auth==2.34.0 # via databricks-sdk diff --git a/requirements/ingest/dropbox.txt b/requirements/ingest/dropbox.txt index 585cfc00c3..0a4a8bc14b 100644 --- a/requirements/ingest/dropbox.txt +++ b/requirements/ingest/dropbox.txt @@ -7,7 +7,6 @@ certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # requests charset-normalizer==3.3.2 # via diff --git a/requirements/ingest/elasticsearch.txt b/requirements/ingest/elasticsearch.txt index dd7e0ba105..eada258046 100644 --- a/requirements/ingest/elasticsearch.txt +++ b/requirements/ingest/elasticsearch.txt @@ -17,7 +17,6 @@ attrs==24.2.0 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # elastic-transport elastic-transport==8.15.0 # via elasticsearch diff --git a/requirements/ingest/embed-aws-bedrock.txt b/requirements/ingest/embed-aws-bedrock.txt index 35f98fefcf..fdc7facd66 100644 --- a/requirements/ingest/embed-aws-bedrock.txt +++ b/requirements/ingest/embed-aws-bedrock.txt @@ -34,7 +34,6 @@ botocore==1.34.131 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # httpcore # httpx # requests @@ -81,20 +80,20 @@ jsonpatch==1.33 # via langchain-core jsonpointer==3.0.0 # via jsonpatch -langchain==0.2.14 +langchain==0.2.15 # via langchain-community -langchain-community==0.2.12 +langchain-community==0.2.14 # via # -c ./ingest/../deps/constraints.txt # -r ./ingest/embed-aws-bedrock.in -langchain-core==0.2.35 +langchain-core==0.2.36 # via # langchain # langchain-community # langchain-text-splitters langchain-text-splitters==0.2.2 # via langchain -langsmith==0.1.105 +langsmith==0.1.106 # via # langchain # langchain-community diff --git a/requirements/ingest/embed-huggingface.txt b/requirements/ingest/embed-huggingface.txt index ca4f1e9ef9..f284cdf882 100644 --- a/requirements/ingest/embed-huggingface.txt +++ b/requirements/ingest/embed-huggingface.txt @@ -13,7 +13,6 @@ anyio==4.4.0 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # httpcore # httpx # requests @@ -68,11 +67,11 @@ jsonpatch==1.33 # via langchain-core jsonpointer==3.0.0 # via jsonpatch -langchain-core==0.2.35 +langchain-core==0.2.36 # via langchain-huggingface langchain-huggingface==0.0.3 # via -r ./ingest/embed-huggingface.in -langsmith==0.1.105 +langsmith==0.1.106 # via langchain-core markupsafe==2.1.5 # via jinja2 @@ -145,9 +144,7 @@ tokenizers==0.19.1 # langchain-huggingface # transformers torch==2.4.0 - # via - # -c ./ingest/../deps/constraints.txt - # sentence-transformers + # via sentence-transformers tqdm==4.66.5 # via # -c ./ingest/../base.txt diff --git a/requirements/ingest/embed-mixedbreadai.txt b/requirements/ingest/embed-mixedbreadai.txt index 7e4fb51ea2..19efbfbb90 100644 --- a/requirements/ingest/embed-mixedbreadai.txt +++ b/requirements/ingest/embed-mixedbreadai.txt @@ -13,7 +13,6 @@ anyio==4.4.0 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # httpcore # httpx exceptiongroup==1.2.2 diff --git a/requirements/ingest/embed-octoai.txt b/requirements/ingest/embed-octoai.txt index f35efdd14d..fb4a40c1dc 100644 --- a/requirements/ingest/embed-octoai.txt +++ b/requirements/ingest/embed-octoai.txt @@ -14,7 +14,6 @@ anyio==4.4.0 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # httpcore # httpx # requests diff --git a/requirements/ingest/embed-openai.txt b/requirements/ingest/embed-openai.txt index 54ad0693a6..fa0ad936de 100644 --- a/requirements/ingest/embed-openai.txt +++ b/requirements/ingest/embed-openai.txt @@ -14,7 +14,6 @@ anyio==4.4.0 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # httpcore # httpx # requests @@ -53,11 +52,11 @@ jsonpatch==1.33 # via langchain-core jsonpointer==3.0.0 # via jsonpatch -langchain-core==0.2.35 +langchain-core==0.2.36 # via langchain-openai -langchain-openai==0.1.22 +langchain-openai==0.1.23 # via -r ./ingest/embed-openai.in -langsmith==0.1.105 +langsmith==0.1.106 # via langchain-core openai==1.42.0 # via langchain-openai diff --git a/requirements/ingest/embed-vertexai.txt b/requirements/ingest/embed-vertexai.txt index c9d6dd7a65..ba23ab3998 100644 --- a/requirements/ingest/embed-vertexai.txt +++ b/requirements/ingest/embed-vertexai.txt @@ -29,7 +29,6 @@ cachetools==5.5.0 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # httpcore # httpx # requests @@ -51,7 +50,7 @@ frozenlist==1.4.1 # via # aiohttp # aiosignal -google-api-core[grpc]==2.19.1 +google-api-core[grpc]==2.19.2 # via # google-cloud-aiplatform # google-cloud-bigquery @@ -66,7 +65,7 @@ google-auth==2.34.0 # google-cloud-core # google-cloud-resource-manager # google-cloud-storage -google-cloud-aiplatform==1.63.0 +google-cloud-aiplatform==1.64.0 # via langchain-google-vertexai google-cloud-bigquery==3.25.0 # via google-cloud-aiplatform @@ -95,7 +94,7 @@ googleapis-common-protos[grpc]==1.65.0 # grpcio-status grpc-google-iam-v1==0.13.1 # via google-cloud-resource-manager -grpcio==1.66.0 +grpcio==1.66.1 # via # -c ./ingest/../deps/constraints.txt # google-api-core @@ -130,15 +129,15 @@ jsonpatch==1.33 # via langchain-core jsonpointer==3.0.0 # via jsonpatch -langchain==0.2.14 +langchain==0.2.15 # via # -r ./ingest/embed-vertexai.in # langchain-community -langchain-community==0.2.12 +langchain-community==0.2.14 # via # -c ./ingest/../deps/constraints.txt # -r ./ingest/embed-vertexai.in -langchain-core==0.2.35 +langchain-core==0.2.36 # via # langchain # langchain-community @@ -148,7 +147,7 @@ langchain-google-vertexai==1.0.10 # via -r ./ingest/embed-vertexai.in langchain-text-splitters==0.2.2 # via langchain -langsmith==0.1.105 +langsmith==0.1.106 # via # langchain # langchain-community diff --git a/requirements/ingest/embed-voyageai.txt b/requirements/ingest/embed-voyageai.txt index c8234b1bdd..a95b286990 100644 --- a/requirements/ingest/embed-voyageai.txt +++ b/requirements/ingest/embed-voyageai.txt @@ -29,7 +29,6 @@ attrs==24.2.0 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # httpcore # httpx # requests @@ -68,9 +67,9 @@ jsonpatch==1.33 # via langchain-core jsonpointer==3.0.0 # via jsonpatch -langchain==0.2.14 +langchain==0.2.15 # via -r ./ingest/embed-voyageai.in -langchain-core==0.2.35 +langchain-core==0.2.36 # via # langchain # langchain-text-splitters @@ -79,7 +78,7 @@ langchain-text-splitters==0.2.2 # via langchain langchain-voyageai==0.1.1 # via -r ./ingest/embed-voyageai.in -langsmith==0.1.105 +langsmith==0.1.106 # via # langchain # langchain-core diff --git a/requirements/ingest/gcs.txt b/requirements/ingest/gcs.txt index fc9312a1a6..5f71483c28 100644 --- a/requirements/ingest/gcs.txt +++ b/requirements/ingest/gcs.txt @@ -25,7 +25,6 @@ cachetools==5.5.0 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # requests charset-normalizer==3.3.2 # via @@ -43,7 +42,7 @@ fsspec==2024.6.1 # gcsfs gcsfs==2024.6.1 # via -r ./ingest/gcs.in -google-api-core==2.19.1 +google-api-core==2.19.2 # via # google-cloud-core # google-cloud-storage diff --git a/requirements/ingest/github.txt b/requirements/ingest/github.txt index 381e6d89ed..593b877f0e 100644 --- a/requirements/ingest/github.txt +++ b/requirements/ingest/github.txt @@ -7,7 +7,6 @@ certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # requests cffi==1.17.0 # via diff --git a/requirements/ingest/gitlab.txt b/requirements/ingest/gitlab.txt index 898bda668c..22bba7dd18 100644 --- a/requirements/ingest/gitlab.txt +++ b/requirements/ingest/gitlab.txt @@ -7,7 +7,6 @@ certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # requests charset-normalizer==3.3.2 # via @@ -17,7 +16,7 @@ idna==3.8 # via # -c ./ingest/../base.txt # requests -python-gitlab==4.9.0 +python-gitlab==4.10.0 # via -r ./ingest/gitlab.in requests==2.32.3 # via diff --git a/requirements/ingest/google-drive.txt b/requirements/ingest/google-drive.txt index af01ffccd2..495fa52d24 100644 --- a/requirements/ingest/google-drive.txt +++ b/requirements/ingest/google-drive.txt @@ -9,15 +9,14 @@ cachetools==5.5.0 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # requests charset-normalizer==3.3.2 # via # -c ./ingest/../base.txt # requests -google-api-core==2.19.1 +google-api-core==2.19.2 # via google-api-python-client -google-api-python-client==2.142.0 +google-api-python-client==2.143.0 # via -r ./ingest/google-drive.in google-auth==2.34.0 # via diff --git a/requirements/ingest/hubspot.txt b/requirements/ingest/hubspot.txt index ccc3bf5cdf..f8a2aa5bfb 100644 --- a/requirements/ingest/hubspot.txt +++ b/requirements/ingest/hubspot.txt @@ -7,7 +7,6 @@ certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # hubspot-api-client hubspot-api-client==9.0.0 # via -r ./ingest/hubspot.in diff --git a/requirements/ingest/jira.txt b/requirements/ingest/jira.txt index 3ae6208f51..cf24ccf063 100644 --- a/requirements/ingest/jira.txt +++ b/requirements/ingest/jira.txt @@ -13,7 +13,6 @@ beautifulsoup4==4.12.3 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # requests charset-normalizer==3.3.2 # via diff --git a/requirements/ingest/notion.txt b/requirements/ingest/notion.txt index 5f37a0e6af..0fcdf0f10b 100644 --- a/requirements/ingest/notion.txt +++ b/requirements/ingest/notion.txt @@ -11,7 +11,6 @@ anyio==4.4.0 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # httpcore # httpx exceptiongroup==1.2.2 diff --git a/requirements/ingest/onedrive.txt b/requirements/ingest/onedrive.txt index 1e50e3110e..e2d4b79663 100644 --- a/requirements/ingest/onedrive.txt +++ b/requirements/ingest/onedrive.txt @@ -13,7 +13,6 @@ bs4==0.0.2 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # requests cffi==1.17.0 # via cryptography diff --git a/requirements/ingest/opensearch.txt b/requirements/ingest/opensearch.txt index 2d1770acb7..02c8d9028f 100644 --- a/requirements/ingest/opensearch.txt +++ b/requirements/ingest/opensearch.txt @@ -7,7 +7,6 @@ certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # opensearch-py # requests charset-normalizer==3.3.2 diff --git a/requirements/ingest/outlook.txt b/requirements/ingest/outlook.txt index 235f999206..a93de4a611 100644 --- a/requirements/ingest/outlook.txt +++ b/requirements/ingest/outlook.txt @@ -7,7 +7,6 @@ certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # requests cffi==1.17.0 # via cryptography diff --git a/requirements/ingest/pinecone.txt b/requirements/ingest/pinecone.txt index b87f6313f2..730436939a 100644 --- a/requirements/ingest/pinecone.txt +++ b/requirements/ingest/pinecone.txt @@ -7,7 +7,6 @@ certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # pinecone-client pinecone-client==5.0.1 # via -r ./ingest/pinecone.in diff --git a/requirements/ingest/qdrant.txt b/requirements/ingest/qdrant.txt index dbeb86d608..a3b6fb3082 100644 --- a/requirements/ingest/qdrant.txt +++ b/requirements/ingest/qdrant.txt @@ -13,14 +13,13 @@ anyio==4.4.0 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # httpcore # httpx exceptiongroup==1.2.2 # via # -c ./ingest/../base.txt # anyio -grpcio==1.66.0 +grpcio==1.66.1 # via # -c ./ingest/../deps/constraints.txt # grpcio-tools diff --git a/requirements/ingest/reddit.txt b/requirements/ingest/reddit.txt index 0a87999f44..ff91de1afc 100644 --- a/requirements/ingest/reddit.txt +++ b/requirements/ingest/reddit.txt @@ -7,7 +7,6 @@ certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # requests charset-normalizer==3.3.2 # via diff --git a/requirements/ingest/salesforce.txt b/requirements/ingest/salesforce.txt index 979b5edd0d..c9e24f7938 100644 --- a/requirements/ingest/salesforce.txt +++ b/requirements/ingest/salesforce.txt @@ -9,7 +9,6 @@ attrs==24.2.0 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # requests cffi==1.17.0 # via cryptography diff --git a/requirements/ingest/sharepoint.txt b/requirements/ingest/sharepoint.txt index 08898bfbb8..ac6f2d0e99 100644 --- a/requirements/ingest/sharepoint.txt +++ b/requirements/ingest/sharepoint.txt @@ -7,7 +7,6 @@ certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # requests cffi==1.17.0 # via cryptography diff --git a/requirements/ingest/singlestore.txt b/requirements/ingest/singlestore.txt index 6297d91734..8f31a3bab1 100644 --- a/requirements/ingest/singlestore.txt +++ b/requirements/ingest/singlestore.txt @@ -9,7 +9,6 @@ build==1.2.1 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # requests charset-normalizer==3.3.2 # via @@ -53,9 +52,7 @@ urllib3==1.26.19 # -c ./ingest/../deps/constraints.txt # requests wheel==0.44.0 - # via - # -c ./ingest/../deps/constraints.txt - # singlestoredb + # via singlestoredb zipp==3.20.1 # via importlib-metadata diff --git a/requirements/ingest/weaviate.txt b/requirements/ingest/weaviate.txt index 12557b287e..b748273f15 100644 --- a/requirements/ingest/weaviate.txt +++ b/requirements/ingest/weaviate.txt @@ -9,7 +9,6 @@ authlib==1.3.2 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # requests cffi==1.17.0 # via cryptography diff --git a/requirements/ingest/wikipedia.txt b/requirements/ingest/wikipedia.txt index 1f3c082bcd..0f6e15e8fa 100644 --- a/requirements/ingest/wikipedia.txt +++ b/requirements/ingest/wikipedia.txt @@ -11,7 +11,6 @@ beautifulsoup4==4.12.3 certifi==2024.7.4 # via # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt # requests charset-normalizer==3.3.2 # via diff --git a/requirements/test.txt b/requirements/test.txt index beac836a90..983df7294c 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -20,7 +20,6 @@ black==24.8.0 # via -r ./test.in certifi==2024.7.4 # via - # -c ././deps/constraints.txt # -c ./base.txt # httpcore # httpx @@ -51,7 +50,7 @@ flake8-print==5.0.0 # via -r ./test.in freezegun==1.5.1 # via -r ./test.in -grpcio==1.66.0 +grpcio==1.66.1 # via # -c ././deps/constraints.txt # -r ./test.in