From b5306bf8d7438f0723f4215d0a99b1782f526454 Mon Sep 17 00:00:00 2001 From: Yao You Date: Thu, 17 Oct 2024 12:27:37 -0500 Subject: [PATCH] fix requirements merging --- requirements/base.txt | 50 ++- requirements/dev.txt | 6 +- requirements/extra-csv.txt | 2 +- requirements/extra-epub.txt | 2 +- requirements/extra-odt.txt | 2 +- requirements/extra-paddleocr.txt | 12 +- requirements/extra-pandoc.txt | 2 +- requirements/extra-pdf-image.txt | 80 ++--- requirements/extra-pptx.txt | 2 +- requirements/extra-xlsx.txt | 2 +- requirements/huggingface.txt | 10 +- requirements/ingest/airtable.txt | 50 --- requirements/ingest/astradb.txt | 67 ---- .../ingest/azure-cognitive-search.txt | 44 --- requirements/ingest/azure.txt | 109 ------- requirements/ingest/box.txt | 65 ---- requirements/ingest/chroma.txt | 261 ---------------- requirements/ingest/clarifai.txt | 87 ------ requirements/ingest/confluence.txt | 56 ---- requirements/ingest/databricks-volumes.txt | 41 --- requirements/ingest/discord.txt | 38 --- requirements/ingest/dropbox.txt | 45 --- requirements/ingest/elasticsearch.txt | 49 --- requirements/ingest/embed-aws-bedrock.txt | 203 ------------- requirements/ingest/embed-huggingface.txt | 180 ----------- requirements/ingest/embed-mixedbreadai.txt | 62 ---- requirements/ingest/embed-octoai.txt | 93 ------ requirements/ingest/embed-openai.txt | 123 -------- requirements/ingest/embed-vertexai.txt | 287 ------------------ requirements/ingest/embed-voyageai.txt | 159 ---------- requirements/ingest/gcs.txt | 122 -------- requirements/ingest/github.txt | 57 ---- requirements/ingest/gitlab.txt | 34 --- requirements/ingest/google-drive.txt | 66 ---- requirements/ingest/hubspot.txt | 27 -- requirements/ingest/jira.txt | 56 ---- requirements/ingest/kafka.txt | 8 - requirements/ingest/mongodb.txt | 10 - requirements/ingest/notion.txt | 49 --- requirements/ingest/onedrive.txt | 65 ---- requirements/ingest/opensearch.txt | 41 --- requirements/ingest/outlook.txt | 55 ---- requirements/ingest/postgres.txt | 8 - requirements/ingest/qdrant.txt | 92 ------ requirements/ingest/reddit.txt | 36 --- requirements/ingest/s3.txt | 72 ----- requirements/ingest/salesforce.txt | 72 ----- requirements/ingest/sharepoint.txt | 55 ---- requirements/ingest/singlestore.txt | 62 ---- requirements/ingest/weaviate.txt | 45 --- requirements/ingest/wikipedia.txt | 37 --- requirements/test.txt | 31 +- 52 files changed, 99 insertions(+), 3190 deletions(-) delete mode 100644 requirements/ingest/airtable.txt delete mode 100644 requirements/ingest/astradb.txt delete mode 100644 requirements/ingest/azure-cognitive-search.txt delete mode 100644 requirements/ingest/azure.txt delete mode 100644 requirements/ingest/box.txt delete mode 100644 requirements/ingest/chroma.txt delete mode 100644 requirements/ingest/clarifai.txt delete mode 100644 requirements/ingest/confluence.txt delete mode 100644 requirements/ingest/databricks-volumes.txt delete mode 100644 requirements/ingest/discord.txt delete mode 100644 requirements/ingest/dropbox.txt delete mode 100644 requirements/ingest/elasticsearch.txt delete mode 100644 requirements/ingest/embed-aws-bedrock.txt delete mode 100644 requirements/ingest/embed-huggingface.txt delete mode 100644 requirements/ingest/embed-mixedbreadai.txt delete mode 100644 requirements/ingest/embed-octoai.txt delete mode 100644 requirements/ingest/embed-openai.txt delete mode 100644 requirements/ingest/embed-vertexai.txt delete mode 100644 requirements/ingest/embed-voyageai.txt delete mode 100644 requirements/ingest/gcs.txt delete mode 100644 requirements/ingest/github.txt delete mode 100644 requirements/ingest/gitlab.txt delete mode 100644 requirements/ingest/google-drive.txt delete mode 100644 requirements/ingest/hubspot.txt delete mode 100644 requirements/ingest/jira.txt delete mode 100644 requirements/ingest/kafka.txt delete mode 100644 requirements/ingest/mongodb.txt delete mode 100644 requirements/ingest/notion.txt delete mode 100644 requirements/ingest/onedrive.txt delete mode 100644 requirements/ingest/opensearch.txt delete mode 100644 requirements/ingest/outlook.txt delete mode 100644 requirements/ingest/postgres.txt delete mode 100644 requirements/ingest/qdrant.txt delete mode 100644 requirements/ingest/reddit.txt delete mode 100644 requirements/ingest/s3.txt delete mode 100644 requirements/ingest/salesforce.txt delete mode 100644 requirements/ingest/sharepoint.txt delete mode 100644 requirements/ingest/singlestore.txt delete mode 100644 requirements/ingest/weaviate.txt delete mode 100644 requirements/ingest/wikipedia.txt diff --git a/requirements/base.txt b/requirements/base.txt index 5ff129c06a..23884a1825 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,7 +4,9 @@ # # pip-compile ./base.in # -anyio==4.6.0 +annotated-types==0.7.0 + # via pydantic +anyio==4.6.2.post1 # via httpx backoff==2.2.1 # via -r ./base.in @@ -15,15 +17,12 @@ certifi==2024.8.30 # httpcore # httpx # requests - # unstructured-client cffi==1.17.1 # via cryptography chardet==5.2.0 # via -r ./base.in -charset-normalizer==3.3.2 - # via - # requests - # unstructured-client +charset-normalizer==3.4.0 + # via requests click==8.1.7 # via # nltk @@ -31,13 +30,11 @@ click==8.1.7 cryptography==43.0.1 # via unstructured-client dataclasses-json==0.6.7 - # via - # -r ./base.in - # unstructured-client -deepdiff==8.0.1 - # via unstructured-client + # via -r ./base.in emoji==2.14.0 # via -r ./base.in +eval-type-backport==0.2.0 + # via unstructured-client exceptiongroup==1.2.2 # via anyio filetype==1.2.0 @@ -53,7 +50,6 @@ idna==3.10 # anyio # httpx # requests - # unstructured-client joblib==1.4.2 # via nltk jsonpath-python==1.0.6 @@ -62,14 +58,10 @@ langdetect==1.0.9 # via -r ./base.in lxml==5.3.0 # via -r ./base.in -marshmallow==3.22.0 - # via - # dataclasses-json - # unstructured-client +marshmallow==3.23.0 + # via dataclasses-json mypy-extensions==1.0.0 - # via - # typing-inspect - # unstructured-client + # via typing-inspect nest-asyncio==1.6.0 # via unstructured-client nltk==3.9.1 @@ -78,19 +70,19 @@ numpy==1.26.4 # via -r ./base.in olefile==0.47 # via python-oxmsg -orderly-set==5.2.2 - # via deepdiff packaging==24.1 - # via - # marshmallow - # unstructured-client + # via marshmallow psutil==6.0.0 # via -r ./base.in pycparser==2.22 # via cffi +pydantic==2.9.2 + # via unstructured-client +pydantic-core==2.23.4 + # via pydantic pypdf==5.0.1 # via unstructured-client -python-dateutil==2.9.0.post0 +python-dateutil==2.8.2 # via unstructured-client python-iso639==2024.4.27 # via -r ./base.in @@ -106,14 +98,12 @@ requests==2.32.3 # via # -r ./base.in # requests-toolbelt - # unstructured-client requests-toolbelt==1.0.0 # via unstructured-client six==1.16.0 # via # langdetect # python-dateutil - # unstructured-client sniffio==1.3.1 # via # anyio @@ -130,15 +120,16 @@ typing-extensions==4.12.2 # via # -r ./base.in # anyio + # pydantic + # pydantic-core # pypdf # python-oxmsg # typing-inspect - # unstructured-client typing-inspect==0.9.0 # via # dataclasses-json # unstructured-client -unstructured-client==0.25.9 +unstructured-client==0.26.1 # via # -c ././deps/constraints.txt # -r ./base.in @@ -146,6 +137,5 @@ urllib3==1.26.20 # via # -c ././deps/constraints.txt # requests - # unstructured-client wrapt==1.16.0 # via -r ./base.in diff --git a/requirements/dev.txt b/requirements/dev.txt index 3ce9e87d64..e00b3efe11 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,7 +4,7 @@ # # pip-compile ./dev.in # -build==1.2.2 +build==1.2.2.post1 # via pip-tools cfgv==3.4.0 # via pre-commit @@ -13,7 +13,7 @@ click==8.1.7 # -c ./base.txt # -c ./test.txt # pip-tools -distlib==0.3.8 +distlib==0.3.9 # via virtualenv filelock==3.16.1 # via virtualenv @@ -36,7 +36,7 @@ platformdirs==4.3.6 # via # -c ./test.txt # virtualenv -pre-commit==3.8.0 +pre-commit==4.0.1 # via -r ./dev.in pyproject-hooks==1.2.0 # via diff --git a/requirements/extra-csv.txt b/requirements/extra-csv.txt index 1896204fbd..16bb772a87 100644 --- a/requirements/extra-csv.txt +++ b/requirements/extra-csv.txt @@ -10,7 +10,7 @@ numpy==1.26.4 # pandas pandas==2.2.3 # via -r ./extra-csv.in -python-dateutil==2.9.0.post0 +python-dateutil==2.8.2 # via # -c ./base.txt # pandas diff --git a/requirements/extra-epub.txt b/requirements/extra-epub.txt index 6946095500..a9533059da 100644 --- a/requirements/extra-epub.txt +++ b/requirements/extra-epub.txt @@ -4,5 +4,5 @@ # # pip-compile ./extra-epub.in # -pypandoc==1.13 +pypandoc==1.14 # via -r ./extra-epub.in diff --git a/requirements/extra-odt.txt b/requirements/extra-odt.txt index 9451b480ca..28ebf301a6 100644 --- a/requirements/extra-odt.txt +++ b/requirements/extra-odt.txt @@ -8,7 +8,7 @@ lxml==5.3.0 # via # -c ./base.txt # python-docx -pypandoc==1.13 +pypandoc==1.14 # via -r ./extra-odt.in python-docx==1.1.2 # via -r ./extra-odt.in diff --git a/requirements/extra-paddleocr.txt b/requirements/extra-paddleocr.txt index db0079f9f6..de3f9b32c3 100644 --- a/requirements/extra-paddleocr.txt +++ b/requirements/extra-paddleocr.txt @@ -4,7 +4,7 @@ # # pip-compile ./extra-paddleocr.in # -anyio==4.6.0 +anyio==4.6.2.post1 # via # -c ./base.txt # httpx @@ -16,7 +16,7 @@ certifi==2024.8.30 # httpcore # httpx # requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.0 # via # -c ./base.txt # requests @@ -52,7 +52,7 @@ idna==3.10 # anyio # httpx # requests -imageio==2.35.1 +imageio==2.36.0 # via # imgaug # scikit-image @@ -104,7 +104,7 @@ paddlepaddle==3.0.0b1 # via -r ./extra-paddleocr.in pdf2image==1.17.0 # via unstructured-paddleocr -pillow==10.4.0 +pillow==11.0.0 # via # imageio # imgaug @@ -119,9 +119,9 @@ protobuf==4.25.5 # paddlepaddle pyclipper==1.3.0.post5 # via unstructured-paddleocr -pyparsing==3.1.4 +pyparsing==3.2.0 # via matplotlib -python-dateutil==2.9.0.post0 +python-dateutil==2.8.2 # via # -c ./base.txt # matplotlib diff --git a/requirements/extra-pandoc.txt b/requirements/extra-pandoc.txt index bde50c2ba5..4125059733 100644 --- a/requirements/extra-pandoc.txt +++ b/requirements/extra-pandoc.txt @@ -4,5 +4,5 @@ # # pip-compile ./extra-pandoc.in # -pypandoc==1.13 +pypandoc==1.14 # via -r ./extra-pandoc.in diff --git a/requirements/extra-pdf-image.txt b/requirements/extra-pdf-image.txt index b48f4e8ef0..b76732e6a0 100644 --- a/requirements/extra-pdf-image.txt +++ b/requirements/extra-pdf-image.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.9 # by the following command: # -# pip-compile extra-pdf-image.in +# pip-compile ./extra-pdf-image.in # antlr4-python3-runtime==4.9.3 # via omegaconf @@ -10,15 +10,15 @@ cachetools==5.5.0 # via google-auth certifi==2024.8.30 # via - # -c base.txt + # -c ./base.txt # requests cffi==1.17.1 # via - # -c base.txt + # -c ./base.txt # cryptography -charset-normalizer==3.3.2 +charset-normalizer==3.4.0 # via - # -c base.txt + # -c ./base.txt # pdfminer-six # requests coloredlogs==15.0.1 @@ -27,14 +27,14 @@ contourpy==1.3.0 # via matplotlib cryptography==43.0.1 # via - # -c base.txt + # -c ./base.txt # pdfminer-six cycler==0.12.1 # via matplotlib deprecated==1.2.14 # via pikepdf effdet==0.4.1 - # via -r extra-pdf-image.in + # via -r ./extra-pdf-image.in filelock==3.16.1 # via # huggingface-hub @@ -55,14 +55,14 @@ google-auth==2.35.0 # google-api-core # google-cloud-vision google-cloud-vision==3.7.4 - # via -r extra-pdf-image.in + # via -r ./extra-pdf-image.in googleapis-common-protos==1.65.0 # via # google-api-core # grpcio-status grpcio==1.67.0 # via - # -c ./deps/constraints.txt + # -c ././deps/constraints.txt # google-api-core # grpcio-status grpcio-status==1.62.3 @@ -77,7 +77,7 @@ humanfriendly==10.0 # via coloredlogs idna==3.10 # via - # -c base.txt + # -c ./base.txt # requests importlib-resources==6.4.5 # via matplotlib @@ -91,7 +91,7 @@ layoutparser==0.3.4 # via unstructured-inference lxml==5.3.0 # via - # -c base.txt + # -c ./base.txt # pikepdf markupsafe==3.0.1 # via jinja2 @@ -105,7 +105,7 @@ networkx==3.2.1 # via torch numpy==1.26.4 # via - # -c base.txt + # -c ./base.txt # contourpy # layoutparser # matplotlib @@ -122,7 +122,7 @@ omegaconf==2.3.0 # via effdet onnx==1.17.0 # via - # -r extra-pdf-image.in + # -r ./extra-pdf-image.in # unstructured-inference onnxruntime==1.19.2 # via unstructured-inference @@ -132,7 +132,7 @@ opencv-python==4.10.0.84 # unstructured-inference packaging==24.1 # via - # -c base.txt + # -c ./base.txt # huggingface-hub # matplotlib # onnxruntime @@ -143,18 +143,18 @@ pandas==2.2.3 # via layoutparser pdf2image==1.17.0 # via - # -r extra-pdf-image.in + # -r ./extra-pdf-image.in # layoutparser pdfminer-six==20231228 # via - # -r extra-pdf-image.in + # -r ./extra-pdf-image.in # pdfplumber pdfplumber==0.11.4 # via layoutparser pi-heif==0.18.0 - # via -r extra-pdf-image.in + # via -r ./extra-pdf-image.in pikepdf==9.3.0 - # via -r extra-pdf-image.in + # via -r ./extra-pdf-image.in pillow==11.0.0 # via # layoutparser @@ -173,7 +173,7 @@ proto-plus==1.24.0 # google-cloud-vision protobuf==4.25.5 # via - # -c ./deps/constraints.txt + # -c ././deps/constraints.txt # google-api-core # google-cloud-vision # googleapis-common-protos @@ -191,19 +191,19 @@ pycocotools==2.0.8 # via effdet pycparser==2.22 # via - # -c base.txt + # -c ./base.txt # cffi pyparsing==3.2.0 # via matplotlib pypdf==5.0.1 # via - # -c base.txt - # -r extra-pdf-image.in + # -c ./base.txt + # -r ./extra-pdf-image.in pypdfium2==4.30.0 # via pdfplumber -python-dateutil==2.9.0.post0 +python-dateutil==2.8.2 # via - # -c base.txt + # -c ./base.txt # matplotlib # pandas python-multipart==0.0.12 @@ -219,15 +219,15 @@ pyyaml==6.0.2 # transformers rapidfuzz==3.10.0 # via - # -c base.txt + # -c ./base.txt # unstructured-inference regex==2024.9.11 # via - # -c base.txt + # -c ./base.txt # transformers requests==2.32.3 # via - # -c base.txt + # -c ./base.txt # google-api-core # huggingface-hub # transformers @@ -241,33 +241,33 @@ scipy==1.13.1 # via layoutparser six==1.16.0 # via - # -c base.txt + # -c ./base.txt # python-dateutil -sympy==1.13.3 +sympy==1.13.1 # via # onnxruntime # torch -timm==1.0.10 +timm==1.0.11 # via # effdet # unstructured-inference tokenizers==0.19.1 # via - # -c ./deps/constraints.txt + # -c ././deps/constraints.txt # transformers -torch==2.4.1 +torch==2.5.0 # via # effdet # timm # torchvision # unstructured-inference -torchvision==0.19.1 +torchvision==0.20.0 # via # effdet # timm tqdm==4.66.5 # via - # -c base.txt + # -c ./base.txt # huggingface-hub # iopath # transformers @@ -275,7 +275,7 @@ transformers==4.44.2 # via unstructured-inference typing-extensions==4.12.2 # via - # -c base.txt + # -c ./base.txt # huggingface-hub # iopath # pypdf @@ -283,17 +283,17 @@ typing-extensions==4.12.2 tzdata==2024.2 # via pandas unstructured-inference==0.7.41 - # via -r extra-pdf-image.in + # via -r ./extra-pdf-image.in unstructured-pytesseract==0.3.13 - # via -r extra-pdf-image.in + # via -r ./extra-pdf-image.in urllib3==1.26.20 # via - # -c ./deps/constraints.txt - # -c base.txt + # -c ././deps/constraints.txt + # -c ./base.txt # requests wrapt==1.16.0 # via - # -c base.txt + # -c ./base.txt # deprecated zipp==3.20.2 # via importlib-resources diff --git a/requirements/extra-pptx.txt b/requirements/extra-pptx.txt index 18bbad32ea..87119d3047 100644 --- a/requirements/extra-pptx.txt +++ b/requirements/extra-pptx.txt @@ -6,7 +6,7 @@ # lxml==5.3.0 # via python-pptx -pillow==10.4.0 +pillow==11.0.0 # via python-pptx python-pptx==1.0.2 # via -r ./extra-pptx.in diff --git a/requirements/extra-xlsx.txt b/requirements/extra-xlsx.txt index ff08577a7f..cf46a3ced8 100644 --- a/requirements/extra-xlsx.txt +++ b/requirements/extra-xlsx.txt @@ -16,7 +16,7 @@ openpyxl==3.1.5 # via -r ./extra-xlsx.in pandas==2.2.3 # via -r ./extra-xlsx.in -python-dateutil==2.9.0.post0 +python-dateutil==2.8.2 # via # -c ./base.txt # pandas diff --git a/requirements/huggingface.txt b/requirements/huggingface.txt index 7b2e04bde3..f94044baea 100644 --- a/requirements/huggingface.txt +++ b/requirements/huggingface.txt @@ -8,7 +8,7 @@ certifi==2024.8.30 # via # -c ./base.txt # requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.0 # via # -c ./base.txt # requests @@ -25,7 +25,7 @@ fsspec==2024.9.0 # via # huggingface-hub # torch -huggingface-hub==0.25.1 +huggingface-hub==0.25.2 # via # tokenizers # transformers @@ -43,7 +43,7 @@ langdetect==1.0.9 # via # -c ./base.txt # -r ./huggingface.in -markupsafe==2.1.5 +markupsafe==3.0.1 # via jinja2 mpmath==1.3.0 # via sympy @@ -82,13 +82,13 @@ six==1.16.0 # via # -c ./base.txt # langdetect -sympy==1.13.3 +sympy==1.13.1 # via torch tokenizers==0.19.1 # via # -c ././deps/constraints.txt # transformers -torch==2.4.1 +torch==2.5.0 # via -r ./huggingface.in tqdm==4.66.5 # via diff --git a/requirements/ingest/airtable.txt b/requirements/ingest/airtable.txt deleted file mode 100644 index 467840247b..0000000000 --- a/requirements/ingest/airtable.txt +++ /dev/null @@ -1,50 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/airtable.in -# -annotated-types==0.7.0 - # via - # -c ./ingest/../base.txt - # pydantic -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # requests -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests -inflection==0.5.1 - # via pyairtable -pyairtable==2.3.3 - # via -r ./ingest/airtable.in -pydantic==2.9.2 - # via - # -c ./ingest/../base.txt - # pyairtable -pydantic-core==2.23.4 - # via - # -c ./ingest/../base.txt - # pydantic -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # pyairtable -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # pyairtable - # pydantic - # pydantic-core -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # pyairtable - # requests diff --git a/requirements/ingest/astradb.txt b/requirements/ingest/astradb.txt deleted file mode 100644 index ad11d606c6..0000000000 --- a/requirements/ingest/astradb.txt +++ /dev/null @@ -1,67 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/astradb.in -# -anyio==4.6.2.post1 - # via - # -c ./ingest/../base.txt - # httpx -astrapy==1.5.2 - # via -r ./ingest/astradb.in -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # httpcore - # httpx -deprecation==2.1.0 - # via astrapy -dnspython==2.7.0 - # via pymongo -exceptiongroup==1.2.2 - # via - # -c ./ingest/../base.txt - # anyio -h11==0.14.0 - # via - # -c ./ingest/../base.txt - # httpcore -h2==4.1.0 - # via httpx -hpack==4.0.0 - # via h2 -httpcore==1.0.6 - # via - # -c ./ingest/../base.txt - # httpx -httpx[http2]==0.27.2 - # via - # -c ./ingest/../base.txt - # astrapy -hyperframe==6.0.1 - # via h2 -idna==3.10 - # via - # -c ./ingest/../base.txt - # anyio - # httpx -packaging==24.1 - # via - # -c ./ingest/../base.txt - # deprecation -pymongo==4.10.1 - # via astrapy -sniffio==1.3.1 - # via - # -c ./ingest/../base.txt - # anyio - # httpx -toml==0.10.2 - # via astrapy -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # anyio -uuid6==2024.7.10 - # via astrapy diff --git a/requirements/ingest/azure-cognitive-search.txt b/requirements/ingest/azure-cognitive-search.txt deleted file mode 100644 index 554ed895d4..0000000000 --- a/requirements/ingest/azure-cognitive-search.txt +++ /dev/null @@ -1,44 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/azure-cognitive-search.in -# -azure-common==1.1.28 - # via azure-search-documents -azure-core==1.31.0 - # via azure-search-documents -azure-search-documents==11.5.1 - # via -r ./ingest/azure-cognitive-search.in -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # requests -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests -isodate==0.7.2 - # via azure-search-documents -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # azure-core -six==1.16.0 - # via - # -c ./ingest/../base.txt - # azure-core -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # azure-core - # azure-search-documents -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests diff --git a/requirements/ingest/azure.txt b/requirements/ingest/azure.txt deleted file mode 100644 index c4cd7afbea..0000000000 --- a/requirements/ingest/azure.txt +++ /dev/null @@ -1,109 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/azure.in -# -adlfs==2024.7.0 - # via -r ./ingest/azure.in -aiohappyeyeballs==2.4.3 - # via aiohttp -aiohttp==3.10.10 - # via adlfs -aiosignal==1.3.1 - # via aiohttp -async-timeout==4.0.3 - # via aiohttp -attrs==24.2.0 - # via aiohttp -azure-core==1.31.0 - # via - # adlfs - # azure-identity - # azure-storage-blob -azure-datalake-store==0.0.53 - # via adlfs -azure-identity==1.19.0 - # via adlfs -azure-storage-blob==12.23.1 - # via adlfs -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # requests -cffi==1.17.1 - # via - # -c ./ingest/../base.txt - # azure-datalake-store - # cryptography -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -cryptography==43.0.1 - # via - # -c ./ingest/../base.txt - # azure-identity - # azure-storage-blob - # msal - # pyjwt -frozenlist==1.4.1 - # via - # aiohttp - # aiosignal -fsspec==2024.9.0 - # via - # -r ./ingest/azure.in - # adlfs -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests - # yarl -isodate==0.7.2 - # via azure-storage-blob -msal==1.31.0 - # via - # azure-datalake-store - # azure-identity - # msal-extensions -msal-extensions==1.2.0 - # via azure-identity -multidict==6.1.0 - # via - # aiohttp - # yarl -portalocker==2.10.1 - # via msal-extensions -propcache==0.2.0 - # via yarl -pycparser==2.22 - # via - # -c ./ingest/../base.txt - # cffi -pyjwt[crypto]==2.9.0 - # via msal -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # azure-core - # azure-datalake-store - # msal -six==1.16.0 - # via - # -c ./ingest/../base.txt - # azure-core -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # azure-core - # azure-identity - # azure-storage-blob - # multidict -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests -yarl==1.15.4 - # via aiohttp diff --git a/requirements/ingest/box.txt b/requirements/ingest/box.txt deleted file mode 100644 index c89cf8de67..0000000000 --- a/requirements/ingest/box.txt +++ /dev/null @@ -1,65 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/box.in -# -attrs==24.2.0 - # via boxsdk -boxfs==0.3.0 - # via -r ./ingest/box.in -boxsdk[jwt]==3.13.0 - # via boxfs -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # requests -cffi==1.17.1 - # via - # -c ./ingest/../base.txt - # cryptography -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -cryptography==43.0.1 - # via - # -c ./ingest/../base.txt - # boxsdk -fsspec==2024.9.0 - # via - # -r ./ingest/box.in - # boxfs -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests -pycparser==2.22 - # via - # -c ./ingest/../base.txt - # cffi -pyjwt==2.9.0 - # via boxsdk -python-dateutil==2.8.2 - # via - # -c ./ingest/../base.txt - # boxsdk -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # boxsdk - # requests-toolbelt -requests-toolbelt==1.0.0 - # via - # -c ./ingest/../base.txt - # boxsdk -six==1.16.0 - # via - # -c ./ingest/../base.txt - # python-dateutil -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # boxsdk - # requests diff --git a/requirements/ingest/chroma.txt b/requirements/ingest/chroma.txt deleted file mode 100644 index 2f6fcedec4..0000000000 --- a/requirements/ingest/chroma.txt +++ /dev/null @@ -1,261 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/chroma.in -# -annotated-types==0.7.0 - # via - # -c ./ingest/../base.txt - # pydantic -anyio==4.6.2.post1 - # via - # -c ./ingest/../base.txt - # httpx - # starlette - # watchfiles -backoff==2.2.1 - # via - # -c ./ingest/../base.txt - # opentelemetry-exporter-otlp-proto-grpc - # posthog -bcrypt==4.2.0 - # via chromadb -cachetools==5.5.0 - # via google-auth -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # httpx - # kubernetes - # pulsar-client - # requests -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -chroma-hnswlib==0.7.3 - # via chromadb -chromadb==0.4.17 - # via -r ./ingest/chroma.in -click==8.1.7 - # via - # -c ./ingest/../base.txt - # typer - # uvicorn -coloredlogs==15.0.1 - # via onnxruntime -deprecated==1.2.14 - # via opentelemetry-api -durationpy==0.9 - # via kubernetes -exceptiongroup==1.2.2 - # via - # -c ./ingest/../base.txt - # anyio -fastapi==0.115.2 - # via chromadb -filelock==3.16.1 - # via huggingface-hub -flatbuffers==24.3.25 - # via onnxruntime -fsspec==2024.9.0 - # via huggingface-hub -google-auth==2.35.0 - # via kubernetes -googleapis-common-protos==1.65.0 - # via opentelemetry-exporter-otlp-proto-grpc -grpcio==1.67.0 - # via - # -c ./ingest/../deps/constraints.txt - # chromadb - # opentelemetry-exporter-otlp-proto-grpc -h11==0.14.0 - # via - # -c ./ingest/../base.txt - # httpcore - # uvicorn -httptools==0.6.4 - # via uvicorn -huggingface-hub==0.25.2 - # via tokenizers -humanfriendly==10.0 - # via coloredlogs -idna==3.10 - # via - # -c ./ingest/../base.txt - # anyio - # httpx - # requests -importlib-metadata==8.5.0 - # via - # -c ./ingest/../deps/constraints.txt - # -r ./ingest/chroma.in -importlib-resources==6.4.5 - # via chromadb -kubernetes==31.0.0 - # via chromadb -monotonic==1.6 - # via posthog -mpmath==1.3.0 - # via sympy -numpy==1.26.4 - # via - # -c ./ingest/../base.txt - # chroma-hnswlib - # chromadb - # onnxruntime -oauthlib==3.2.2 - # via - # kubernetes - # requests-oauthlib -onnxruntime==1.19.2 - # via chromadb -opentelemetry-api==1.16.0 - # via - # chromadb - # opentelemetry-exporter-otlp-proto-grpc - # opentelemetry-sdk -opentelemetry-exporter-otlp-proto-grpc==1.16.0 - # via chromadb -opentelemetry-proto==1.16.0 - # via opentelemetry-exporter-otlp-proto-grpc -opentelemetry-sdk==1.16.0 - # via - # chromadb - # opentelemetry-exporter-otlp-proto-grpc -opentelemetry-semantic-conventions==0.37b0 - # via opentelemetry-sdk -overrides==7.7.0 - # via chromadb -packaging==24.1 - # via - # -c ./ingest/../base.txt - # build - # huggingface-hub - # onnxruntime -posthog==3.7.0 - # via chromadb -protobuf==4.25.5 - # via - # -c ./ingest/../deps/constraints.txt - # googleapis-common-protos - # onnxruntime - # opentelemetry-proto -pulsar-client==3.5.0 - # via chromadb -pyasn1==0.6.1 - # via - # pyasn1-modules - # rsa -pyasn1-modules==0.4.1 - # via google-auth -pydantic==2.9.2 - # via - # -c ./ingest/../base.txt - # chromadb - # fastapi -pydantic-core==2.23.4 - # via - # -c ./ingest/../base.txt - # pydantic -pypika==0.48.9 - # via chromadb -python-dateutil==2.8.2 - # via - # -c ./ingest/../base.txt - # kubernetes - # posthog -python-dotenv==1.0.1 - # via uvicorn -pyyaml==6.0.2 - # via - # chromadb - # huggingface-hub - # kubernetes - # uvicorn -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # chromadb - # huggingface-hub - # kubernetes - # posthog - # requests-oauthlib -requests-oauthlib==2.0.0 - # via kubernetes -rsa==4.9 - # via google-auth -six==1.16.0 - # via - # -c ./ingest/../base.txt - # kubernetes - # posthog - # python-dateutil -sniffio==1.3.1 - # via - # -c ./ingest/../base.txt - # anyio - # httpx -starlette==0.40.0 - # via fastapi -sympy==1.13.3 - # via onnxruntime -tenacity==8.5.0 - # via - # -r ./ingest/chroma.in - # chromadb -tokenizers==0.19.1 - # via - # -c ./ingest/../deps/constraints.txt - # chromadb -tqdm==4.66.5 - # via - # -c ./ingest/../base.txt - # chromadb - # huggingface-hub -typer==0.9.0 - # via - # -r ./ingest/chroma.in - # chromadb -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # anyio - # chromadb - # fastapi - # huggingface-hub - # opentelemetry-sdk - # pydantic - # pydantic-core - # starlette - # typer - # uvicorn -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # kubernetes - # requests -uvicorn[standard]==0.32.0 - # via chromadb -uvloop==0.21.0 - # via uvicorn -watchfiles==0.24.0 - # via uvicorn -websocket-client==1.8.0 - # via kubernetes -websockets==13.1 - # via uvicorn -wrapt==1.16.0 - # via - # -c ./ingest/../base.txt - # deprecated - # opentelemetry-instrumentation -zipp==3.20.2 - # via - # importlib-metadata - # importlib-resources - -# The following packages are considered to be unsafe in a requirements file: -# setuptools diff --git a/requirements/ingest/clarifai.txt b/requirements/ingest/clarifai.txt deleted file mode 100644 index 228fe275e6..0000000000 --- a/requirements/ingest/clarifai.txt +++ /dev/null @@ -1,87 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/clarifai.in -# -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # requests -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -clarifai==10.7.0 - # via -r ./ingest/clarifai.in -clarifai-grpc==10.7.1 - # via clarifai -contextlib2==21.6.0 - # via schema -googleapis-common-protos==1.65.0 - # via clarifai-grpc -grpcio==1.67.0 - # via - # -c ./ingest/../deps/constraints.txt - # clarifai-grpc -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests -inquirerpy==0.3.4 - # via clarifai -markdown-it-py==3.0.0 - # via rich -mdurl==0.1.2 - # via markdown-it-py -numpy==1.26.4 - # via - # -c ./ingest/../base.txt - # clarifai - # tritonclient -pfzy==0.3.4 - # via inquirerpy -pillow==11.0.0 - # via clarifai -prompt-toolkit==3.0.48 - # via inquirerpy -protobuf==4.25.5 - # via - # -c ./ingest/../deps/constraints.txt - # clarifai-grpc - # googleapis-common-protos -pygments==2.18.0 - # via rich -python-rapidjson==1.20 - # via tritonclient -pyyaml==6.0.2 - # via clarifai -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # clarifai-grpc -rich==13.9.2 - # via clarifai -schema==0.7.5 - # via clarifai -tabulate==0.9.0 - # via - # -c ./ingest/../base.txt - # clarifai -tqdm==4.66.5 - # via - # -c ./ingest/../base.txt - # clarifai -tritonclient==2.41.1 - # via clarifai -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # rich -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests -wcwidth==0.2.13 - # via prompt-toolkit diff --git a/requirements/ingest/confluence.txt b/requirements/ingest/confluence.txt deleted file mode 100644 index a4a006c821..0000000000 --- a/requirements/ingest/confluence.txt +++ /dev/null @@ -1,56 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/confluence.in -# -atlassian-python-api==3.41.16 - # via -r ./ingest/confluence.in -beautifulsoup4==4.12.3 - # via - # -c ./ingest/../base.txt - # atlassian-python-api -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # requests -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -deprecated==1.2.14 - # via atlassian-python-api -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests -jmespath==1.0.1 - # via atlassian-python-api -oauthlib==3.2.2 - # via - # atlassian-python-api - # requests-oauthlib -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # atlassian-python-api - # requests-oauthlib -requests-oauthlib==2.0.0 - # via atlassian-python-api -six==1.16.0 - # via - # -c ./ingest/../base.txt - # atlassian-python-api -soupsieve==2.6 - # via - # -c ./ingest/../base.txt - # beautifulsoup4 -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests -wrapt==1.16.0 - # via - # -c ./ingest/../base.txt - # deprecated diff --git a/requirements/ingest/databricks-volumes.txt b/requirements/ingest/databricks-volumes.txt deleted file mode 100644 index b24be00517..0000000000 --- a/requirements/ingest/databricks-volumes.txt +++ /dev/null @@ -1,41 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/databricks-volumes.in -# -cachetools==5.5.0 - # via google-auth -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # requests -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -databricks-sdk==0.34.0 - # via -r ./ingest/databricks-volumes.in -google-auth==2.35.0 - # via databricks-sdk -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests -pyasn1==0.6.1 - # via - # pyasn1-modules - # rsa -pyasn1-modules==0.4.1 - # via google-auth -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # databricks-sdk -rsa==4.9 - # via google-auth -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests diff --git a/requirements/ingest/discord.txt b/requirements/ingest/discord.txt deleted file mode 100644 index aae6c75204..0000000000 --- a/requirements/ingest/discord.txt +++ /dev/null @@ -1,38 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/discord.in -# -aiohappyeyeballs==2.4.3 - # via aiohttp -aiohttp==3.10.10 - # via discord-py -aiosignal==1.3.1 - # via aiohttp -async-timeout==4.0.3 - # via aiohttp -attrs==24.2.0 - # via aiohttp -discord-py==2.4.0 - # via -r ./ingest/discord.in -frozenlist==1.4.1 - # via - # aiohttp - # aiosignal -idna==3.10 - # via - # -c ./ingest/../base.txt - # yarl -multidict==6.1.0 - # via - # aiohttp - # yarl -propcache==0.2.0 - # via yarl -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # multidict -yarl==1.15.4 - # via aiohttp diff --git a/requirements/ingest/dropbox.txt b/requirements/ingest/dropbox.txt deleted file mode 100644 index 21913cbe41..0000000000 --- a/requirements/ingest/dropbox.txt +++ /dev/null @@ -1,45 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/dropbox.in -# -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # requests -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -dropbox==12.0.2 - # via dropboxdrivefs -dropboxdrivefs==1.4.1 - # via -r ./ingest/dropbox.in -fsspec==2024.9.0 - # via - # -r ./ingest/dropbox.in - # dropboxdrivefs -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests -ply==3.11 - # via stone -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # dropbox - # dropboxdrivefs -six==1.16.0 - # via - # -c ./ingest/../base.txt - # dropbox - # stone -stone==3.3.1 - # via dropbox -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests diff --git a/requirements/ingest/elasticsearch.txt b/requirements/ingest/elasticsearch.txt deleted file mode 100644 index 1b40c3f536..0000000000 --- a/requirements/ingest/elasticsearch.txt +++ /dev/null @@ -1,49 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/elasticsearch.in -# -aiohappyeyeballs==2.4.3 - # via aiohttp -aiohttp==3.10.10 - # via elasticsearch -aiosignal==1.3.1 - # via aiohttp -async-timeout==4.0.3 - # via aiohttp -attrs==24.2.0 - # via aiohttp -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # elastic-transport -elastic-transport==8.15.1 - # via elasticsearch -elasticsearch[async]==8.15.1 - # via -r ./ingest/elasticsearch.in -frozenlist==1.4.1 - # via - # aiohttp - # aiosignal -idna==3.10 - # via - # -c ./ingest/../base.txt - # yarl -multidict==6.1.0 - # via - # aiohttp - # yarl -propcache==0.2.0 - # via yarl -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # multidict -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # elastic-transport -yarl==1.15.4 - # via aiohttp diff --git a/requirements/ingest/embed-aws-bedrock.txt b/requirements/ingest/embed-aws-bedrock.txt deleted file mode 100644 index 8465fd5b1d..0000000000 --- a/requirements/ingest/embed-aws-bedrock.txt +++ /dev/null @@ -1,203 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/embed-aws-bedrock.in -# -aiohappyeyeballs==2.4.3 - # via aiohttp -aiohttp==3.10.10 - # via - # langchain - # langchain-community -aiosignal==1.3.1 - # via aiohttp -annotated-types==0.7.0 - # via - # -c ./ingest/../base.txt - # pydantic -anyio==4.6.2.post1 - # via - # -c ./ingest/../base.txt - # httpx -async-timeout==4.0.3 - # via - # aiohttp - # langchain -attrs==24.2.0 - # via aiohttp -boto3==1.34.131 - # via -r ./ingest/embed-aws-bedrock.in -botocore==1.34.131 - # via - # -c ./ingest/../deps/constraints.txt - # boto3 - # s3transfer -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # httpcore - # httpx - # requests -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -dataclasses-json==0.6.7 - # via - # -c ./ingest/../base.txt - # langchain-community -exceptiongroup==1.2.2 - # via - # -c ./ingest/../base.txt - # anyio -frozenlist==1.4.1 - # via - # aiohttp - # aiosignal -h11==0.14.0 - # via - # -c ./ingest/../base.txt - # httpcore -httpcore==1.0.6 - # via - # -c ./ingest/../base.txt - # httpx -httpx==0.27.2 - # via - # -c ./ingest/../base.txt - # langsmith -idna==3.10 - # via - # -c ./ingest/../base.txt - # anyio - # httpx - # requests - # yarl -jmespath==1.0.1 - # via - # boto3 - # botocore -jsonpatch==1.33 - # via langchain-core -jsonpointer==3.0.0 - # via jsonpatch -langchain==0.3.3 - # via langchain-community -langchain-community==0.3.2 - # via -r ./ingest/embed-aws-bedrock.in -langchain-core==0.3.11 - # via - # langchain - # langchain-community - # langchain-text-splitters -langchain-text-splitters==0.3.0 - # via langchain -langsmith==0.1.135 - # via - # langchain - # langchain-community - # langchain-core -marshmallow==3.22.0 - # via - # -c ./ingest/../base.txt - # dataclasses-json -multidict==6.1.0 - # via - # aiohttp - # yarl -mypy-extensions==1.0.0 - # via - # -c ./ingest/../base.txt - # typing-inspect -numpy==1.26.4 - # via - # -c ./ingest/../base.txt - # langchain - # langchain-community -orjson==3.10.7 - # via langsmith -packaging==24.1 - # via - # -c ./ingest/../base.txt - # langchain-core - # marshmallow -propcache==0.2.0 - # via yarl -pydantic==2.9.2 - # via - # -c ./ingest/../base.txt - # langchain - # langchain-core - # langsmith - # pydantic-settings -pydantic-core==2.23.4 - # via - # -c ./ingest/../base.txt - # pydantic -pydantic-settings==2.5.2 - # via langchain-community -python-dateutil==2.8.2 - # via - # -c ./ingest/../base.txt - # botocore -python-dotenv==1.0.1 - # via pydantic-settings -pyyaml==6.0.2 - # via - # langchain - # langchain-community - # langchain-core -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # langchain - # langchain-community - # langsmith - # requests-toolbelt -requests-toolbelt==1.0.0 - # via - # -c ./ingest/../base.txt - # langsmith -s3transfer==0.10.3 - # via boto3 -six==1.16.0 - # via - # -c ./ingest/../base.txt - # python-dateutil -sniffio==1.3.1 - # via - # -c ./ingest/../base.txt - # anyio - # httpx -sqlalchemy==2.0.36 - # via - # langchain - # langchain-community -tenacity==8.5.0 - # via - # langchain - # langchain-community - # langchain-core -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # anyio - # langchain-core - # multidict - # pydantic - # pydantic-core - # sqlalchemy - # typing-inspect -typing-inspect==0.9.0 - # via - # -c ./ingest/../base.txt - # dataclasses-json -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # botocore - # requests -yarl==1.15.4 - # via aiohttp diff --git a/requirements/ingest/embed-huggingface.txt b/requirements/ingest/embed-huggingface.txt deleted file mode 100644 index 384d5b4514..0000000000 --- a/requirements/ingest/embed-huggingface.txt +++ /dev/null @@ -1,180 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/embed-huggingface.in -# -annotated-types==0.7.0 - # via - # -c ./ingest/../base.txt - # pydantic -anyio==4.6.2.post1 - # via - # -c ./ingest/../base.txt - # httpx -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # httpcore - # httpx - # requests -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -exceptiongroup==1.2.2 - # via - # -c ./ingest/../base.txt - # anyio -filelock==3.16.1 - # via - # huggingface-hub - # torch - # transformers -fsspec==2024.9.0 - # via - # huggingface-hub - # torch -h11==0.14.0 - # via - # -c ./ingest/../base.txt - # httpcore -httpcore==1.0.6 - # via - # -c ./ingest/../base.txt - # httpx -httpx==0.27.2 - # via - # -c ./ingest/../base.txt - # langsmith -huggingface-hub==0.25.2 - # via - # langchain-huggingface - # sentence-transformers - # tokenizers - # transformers -idna==3.10 - # via - # -c ./ingest/../base.txt - # anyio - # httpx - # requests -jinja2==3.1.4 - # via torch -joblib==1.4.2 - # via - # -c ./ingest/../base.txt - # scikit-learn -jsonpatch==1.33 - # via langchain-core -jsonpointer==3.0.0 - # via jsonpatch -langchain-core==0.3.11 - # via langchain-huggingface -langchain-huggingface==0.1.0 - # via -r ./ingest/embed-huggingface.in -langsmith==0.1.135 - # via langchain-core -markupsafe==3.0.1 - # via jinja2 -mpmath==1.3.0 - # via sympy -networkx==3.2.1 - # via torch -numpy==1.26.4 - # via - # -c ./ingest/../base.txt - # scikit-learn - # scipy - # transformers -orjson==3.10.7 - # via langsmith -packaging==24.1 - # via - # -c ./ingest/../base.txt - # huggingface-hub - # langchain-core - # transformers -pillow==11.0.0 - # via sentence-transformers -pydantic==2.9.2 - # via - # -c ./ingest/../base.txt - # langchain-core - # langsmith -pydantic-core==2.23.4 - # via - # -c ./ingest/../base.txt - # pydantic -pyyaml==6.0.2 - # via - # huggingface-hub - # langchain-core - # transformers -regex==2024.9.11 - # via - # -c ./ingest/../base.txt - # transformers -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # huggingface-hub - # langsmith - # requests-toolbelt - # transformers -requests-toolbelt==1.0.0 - # via - # -c ./ingest/../base.txt - # langsmith -safetensors==0.4.5 - # via transformers -scikit-learn==1.5.2 - # via sentence-transformers -scipy==1.13.1 - # via - # scikit-learn - # sentence-transformers -sentence-transformers==3.2.0 - # via langchain-huggingface -sniffio==1.3.1 - # via - # -c ./ingest/../base.txt - # anyio - # httpx -sympy==1.13.3 - # via torch -tenacity==9.0.0 - # via langchain-core -threadpoolctl==3.5.0 - # via scikit-learn -tokenizers==0.19.1 - # via - # -c ./ingest/../deps/constraints.txt - # langchain-huggingface - # transformers -torch==2.4.1 - # via sentence-transformers -tqdm==4.66.5 - # via - # -c ./ingest/../base.txt - # huggingface-hub - # sentence-transformers - # transformers -transformers==4.44.2 - # via - # langchain-huggingface - # sentence-transformers -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # anyio - # huggingface-hub - # langchain-core - # pydantic - # pydantic-core - # torch -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests diff --git a/requirements/ingest/embed-mixedbreadai.txt b/requirements/ingest/embed-mixedbreadai.txt deleted file mode 100644 index 638a6b8007..0000000000 --- a/requirements/ingest/embed-mixedbreadai.txt +++ /dev/null @@ -1,62 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/embed-mixedbreadai.in -# -annotated-types==0.7.0 - # via - # -c ./ingest/../base.txt - # pydantic -anyio==4.6.2.post1 - # via - # -c ./ingest/../base.txt - # httpx -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # httpcore - # httpx -exceptiongroup==1.2.2 - # via - # -c ./ingest/../base.txt - # anyio -h11==0.14.0 - # via - # -c ./ingest/../base.txt - # httpcore -httpcore==1.0.6 - # via - # -c ./ingest/../base.txt - # httpx -httpx==0.27.2 - # via - # -c ./ingest/../base.txt - # mixedbread-ai -idna==3.10 - # via - # -c ./ingest/../base.txt - # anyio - # httpx -mixedbread-ai==2.2.6 - # via -r ./ingest/embed-mixedbreadai.in -pydantic==2.9.2 - # via - # -c ./ingest/../base.txt - # mixedbread-ai -pydantic-core==2.23.4 - # via - # -c ./ingest/../base.txt - # pydantic -sniffio==1.3.1 - # via - # -c ./ingest/../base.txt - # anyio - # httpx -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # anyio - # mixedbread-ai - # pydantic - # pydantic-core diff --git a/requirements/ingest/embed-octoai.txt b/requirements/ingest/embed-octoai.txt deleted file mode 100644 index 156569aa45..0000000000 --- a/requirements/ingest/embed-octoai.txt +++ /dev/null @@ -1,93 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/embed-octoai.in -# -annotated-types==0.7.0 - # via - # -c ./ingest/../base.txt - # pydantic -anyio==4.6.2.post1 - # via - # -c ./ingest/../base.txt - # httpx - # openai -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # httpcore - # httpx - # requests -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -distro==1.9.0 - # via openai -exceptiongroup==1.2.2 - # via - # -c ./ingest/../base.txt - # anyio -h11==0.14.0 - # via - # -c ./ingest/../base.txt - # httpcore -httpcore==1.0.6 - # via - # -c ./ingest/../base.txt - # httpx -httpx==0.27.2 - # via - # -c ./ingest/../base.txt - # openai -idna==3.10 - # via - # -c ./ingest/../base.txt - # anyio - # httpx - # requests -jiter==0.6.1 - # via openai -openai==1.51.2 - # via -r ./ingest/embed-octoai.in -pydantic==2.9.2 - # via - # -c ./ingest/../base.txt - # openai -pydantic-core==2.23.4 - # via - # -c ./ingest/../base.txt - # pydantic -regex==2024.9.11 - # via - # -c ./ingest/../base.txt - # tiktoken -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # tiktoken -sniffio==1.3.1 - # via - # -c ./ingest/../base.txt - # anyio - # httpx - # openai -tiktoken==0.8.0 - # via -r ./ingest/embed-octoai.in -tqdm==4.66.5 - # via - # -c ./ingest/../base.txt - # openai -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # anyio - # openai - # pydantic - # pydantic-core -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests diff --git a/requirements/ingest/embed-openai.txt b/requirements/ingest/embed-openai.txt deleted file mode 100644 index f240552baf..0000000000 --- a/requirements/ingest/embed-openai.txt +++ /dev/null @@ -1,123 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/embed-openai.in -# -annotated-types==0.7.0 - # via - # -c ./ingest/../base.txt - # pydantic -anyio==4.6.2.post1 - # via - # -c ./ingest/../base.txt - # httpx - # openai -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # httpcore - # httpx - # requests -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -distro==1.9.0 - # via openai -exceptiongroup==1.2.2 - # via - # -c ./ingest/../base.txt - # anyio -h11==0.14.0 - # via - # -c ./ingest/../base.txt - # httpcore -httpcore==1.0.6 - # via - # -c ./ingest/../base.txt - # httpx -httpx==0.27.2 - # via - # -c ./ingest/../base.txt - # langsmith - # openai -idna==3.10 - # via - # -c ./ingest/../base.txt - # anyio - # httpx - # requests -jiter==0.6.1 - # via openai -jsonpatch==1.33 - # via langchain-core -jsonpointer==3.0.0 - # via jsonpatch -langchain-core==0.3.11 - # via langchain-openai -langchain-openai==0.2.2 - # via -r ./ingest/embed-openai.in -langsmith==0.1.135 - # via langchain-core -openai==1.51.2 - # via langchain-openai -orjson==3.10.7 - # via langsmith -packaging==24.1 - # via - # -c ./ingest/../base.txt - # langchain-core -pydantic==2.9.2 - # via - # -c ./ingest/../base.txt - # langchain-core - # langsmith - # openai -pydantic-core==2.23.4 - # via - # -c ./ingest/../base.txt - # pydantic -pyyaml==6.0.2 - # via langchain-core -regex==2024.9.11 - # via - # -c ./ingest/../base.txt - # tiktoken -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # langsmith - # requests-toolbelt - # tiktoken -requests-toolbelt==1.0.0 - # via - # -c ./ingest/../base.txt - # langsmith -sniffio==1.3.1 - # via - # -c ./ingest/../base.txt - # anyio - # httpx - # openai -tenacity==9.0.0 - # via langchain-core -tiktoken==0.8.0 - # via langchain-openai -tqdm==4.66.5 - # via - # -c ./ingest/../base.txt - # openai -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # anyio - # langchain-core - # openai - # pydantic - # pydantic-core -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests diff --git a/requirements/ingest/embed-vertexai.txt b/requirements/ingest/embed-vertexai.txt deleted file mode 100644 index 0271ff873a..0000000000 --- a/requirements/ingest/embed-vertexai.txt +++ /dev/null @@ -1,287 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/embed-vertexai.in -# -aiohappyeyeballs==2.4.3 - # via aiohttp -aiohttp==3.10.10 - # via - # langchain - # langchain-community -aiosignal==1.3.1 - # via aiohttp -annotated-types==0.7.0 - # via - # -c ./ingest/../base.txt - # pydantic -anyio==4.6.2.post1 - # via - # -c ./ingest/../base.txt - # httpx -async-timeout==4.0.3 - # via - # aiohttp - # langchain -attrs==24.2.0 - # via aiohttp -cachetools==5.5.0 - # via google-auth -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # httpcore - # httpx - # requests -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -dataclasses-json==0.6.7 - # via - # -c ./ingest/../base.txt - # langchain-community -docstring-parser==0.16 - # via google-cloud-aiplatform -exceptiongroup==1.2.2 - # via - # -c ./ingest/../base.txt - # anyio -frozenlist==1.4.1 - # via - # aiohttp - # aiosignal -google-api-core[grpc]==2.21.0 - # via - # google-cloud-aiplatform - # google-cloud-bigquery - # google-cloud-core - # google-cloud-resource-manager - # google-cloud-storage -google-auth==2.35.0 - # via - # google-api-core - # google-cloud-aiplatform - # google-cloud-bigquery - # google-cloud-core - # google-cloud-resource-manager - # google-cloud-storage -google-cloud-aiplatform==1.70.0 - # via langchain-google-vertexai -google-cloud-bigquery==3.26.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 - # via google-cloud-aiplatform -google-cloud-storage==2.18.2 - # via - # google-cloud-aiplatform - # langchain-google-vertexai -google-crc32c==1.6.0 - # via - # google-cloud-storage - # google-resumable-media -google-resumable-media==2.7.2 - # via - # google-cloud-bigquery - # google-cloud-storage -googleapis-common-protos[grpc]==1.65.0 - # via - # google-api-core - # grpc-google-iam-v1 - # grpcio-status -grpc-google-iam-v1==0.13.1 - # via google-cloud-resource-manager -grpcio==1.67.0 - # via - # -c ./ingest/../deps/constraints.txt - # google-api-core - # googleapis-common-protos - # grpc-google-iam-v1 - # grpcio-status -grpcio-status==1.62.3 - # via google-api-core -h11==0.14.0 - # via - # -c ./ingest/../base.txt - # httpcore -httpcore==1.0.6 - # via - # -c ./ingest/../base.txt - # httpx -httpx==0.27.2 - # via - # -c ./ingest/../base.txt - # langchain-google-vertexai - # langsmith -httpx-sse==0.4.0 - # via langchain-google-vertexai -idna==3.10 - # via - # -c ./ingest/../base.txt - # anyio - # httpx - # requests - # yarl -jsonpatch==1.33 - # via langchain-core -jsonpointer==3.0.0 - # via jsonpatch -langchain==0.3.3 - # via - # -r ./ingest/embed-vertexai.in - # langchain-community -langchain-community==0.3.2 - # via -r ./ingest/embed-vertexai.in -langchain-core==0.3.11 - # via - # langchain - # langchain-community - # langchain-google-vertexai - # langchain-text-splitters -langchain-google-vertexai==2.0.5 - # via -r ./ingest/embed-vertexai.in -langchain-text-splitters==0.3.0 - # via langchain -langsmith==0.1.135 - # via - # langchain - # langchain-community - # langchain-core -marshmallow==3.22.0 - # via - # -c ./ingest/../base.txt - # dataclasses-json -multidict==6.1.0 - # via - # aiohttp - # yarl -mypy-extensions==1.0.0 - # via - # -c ./ingest/../base.txt - # typing-inspect -numpy==1.26.4 - # via - # -c ./ingest/../base.txt - # langchain - # langchain-community - # shapely -orjson==3.10.7 - # via langsmith -packaging==24.1 - # via - # -c ./ingest/../base.txt - # google-cloud-aiplatform - # google-cloud-bigquery - # langchain-core - # marshmallow -propcache==0.2.0 - # via yarl -proto-plus==1.24.0 - # via - # google-api-core - # google-cloud-aiplatform - # google-cloud-resource-manager -protobuf==4.25.5 - # via - # -c ./ingest/../deps/constraints.txt - # google-api-core - # google-cloud-aiplatform - # google-cloud-resource-manager - # googleapis-common-protos - # grpc-google-iam-v1 - # grpcio-status - # proto-plus -pyasn1==0.6.1 - # via - # pyasn1-modules - # rsa -pyasn1-modules==0.4.1 - # via google-auth -pydantic==2.9.2 - # via - # -c ./ingest/../base.txt - # google-cloud-aiplatform - # langchain - # langchain-core - # langchain-google-vertexai - # langsmith - # pydantic-settings -pydantic-core==2.23.4 - # via - # -c ./ingest/../base.txt - # pydantic -pydantic-settings==2.5.2 - # via langchain-community -python-dateutil==2.8.2 - # via - # -c ./ingest/../base.txt - # google-cloud-bigquery -python-dotenv==1.0.1 - # via pydantic-settings -pyyaml==6.0.2 - # via - # langchain - # langchain-community - # langchain-core -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # google-api-core - # google-cloud-bigquery - # google-cloud-storage - # langchain - # langchain-community - # langsmith - # requests-toolbelt -requests-toolbelt==1.0.0 - # via - # -c ./ingest/../base.txt - # langsmith -rsa==4.9 - # via google-auth -shapely==2.0.6 - # via google-cloud-aiplatform -six==1.16.0 - # via - # -c ./ingest/../base.txt - # python-dateutil -sniffio==1.3.1 - # via - # -c ./ingest/../base.txt - # anyio - # httpx -sqlalchemy==2.0.36 - # via - # langchain - # langchain-community -tenacity==8.5.0 - # via - # langchain - # langchain-community - # langchain-core -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # anyio - # langchain-core - # multidict - # pydantic - # pydantic-core - # sqlalchemy - # typing-inspect -typing-inspect==0.9.0 - # via - # -c ./ingest/../base.txt - # dataclasses-json -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests -yarl==1.15.4 - # via aiohttp diff --git a/requirements/ingest/embed-voyageai.txt b/requirements/ingest/embed-voyageai.txt deleted file mode 100644 index 84c205d008..0000000000 --- a/requirements/ingest/embed-voyageai.txt +++ /dev/null @@ -1,159 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/embed-voyageai.in -# -aiohappyeyeballs==2.4.3 - # via aiohttp -aiohttp==3.10.10 - # via - # langchain - # voyageai -aiolimiter==1.1.0 - # via voyageai -aiosignal==1.3.1 - # via aiohttp -annotated-types==0.7.0 - # via - # -c ./ingest/../base.txt - # pydantic -anyio==4.6.2.post1 - # via - # -c ./ingest/../base.txt - # httpx -async-timeout==4.0.3 - # via - # aiohttp - # langchain -attrs==24.2.0 - # via aiohttp -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # httpcore - # httpx - # requests -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -exceptiongroup==1.2.2 - # via - # -c ./ingest/../base.txt - # anyio -frozenlist==1.4.1 - # via - # aiohttp - # aiosignal -h11==0.14.0 - # via - # -c ./ingest/../base.txt - # httpcore -httpcore==1.0.6 - # via - # -c ./ingest/../base.txt - # httpx -httpx==0.27.2 - # via - # -c ./ingest/../base.txt - # langsmith -idna==3.10 - # via - # -c ./ingest/../base.txt - # anyio - # httpx - # requests - # yarl -jsonpatch==1.33 - # via langchain-core -jsonpointer==3.0.0 - # via jsonpatch -langchain==0.3.3 - # via -r ./ingest/embed-voyageai.in -langchain-core==0.3.11 - # via - # langchain - # langchain-text-splitters - # langchain-voyageai -langchain-text-splitters==0.3.0 - # via langchain -langchain-voyageai==0.1.2 - # via -r ./ingest/embed-voyageai.in -langsmith==0.1.135 - # via - # langchain - # langchain-core -multidict==6.1.0 - # via - # aiohttp - # yarl -numpy==1.26.4 - # via - # -c ./ingest/../base.txt - # langchain - # voyageai -orjson==3.10.7 - # via langsmith -packaging==24.1 - # via - # -c ./ingest/../base.txt - # langchain-core -propcache==0.2.0 - # via yarl -pydantic==2.9.2 - # via - # -c ./ingest/../base.txt - # langchain - # langchain-core - # langchain-voyageai - # langsmith -pydantic-core==2.23.4 - # via - # -c ./ingest/../base.txt - # pydantic -pyyaml==6.0.2 - # via - # langchain - # langchain-core -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # langchain - # langsmith - # requests-toolbelt - # voyageai -requests-toolbelt==1.0.0 - # via - # -c ./ingest/../base.txt - # langsmith -sniffio==1.3.1 - # via - # -c ./ingest/../base.txt - # anyio - # httpx -sqlalchemy==2.0.36 - # via langchain -tenacity==8.5.0 - # via - # langchain - # langchain-core - # voyageai -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # anyio - # langchain-core - # multidict - # pydantic - # pydantic-core - # sqlalchemy -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests -voyageai==0.2.4 - # via langchain-voyageai -yarl==1.15.4 - # via aiohttp diff --git a/requirements/ingest/gcs.txt b/requirements/ingest/gcs.txt deleted file mode 100644 index 78273ce131..0000000000 --- a/requirements/ingest/gcs.txt +++ /dev/null @@ -1,122 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/gcs.in -# -aiohappyeyeballs==2.4.3 - # via aiohttp -aiohttp==3.10.10 - # via gcsfs -aiosignal==1.3.1 - # via aiohttp -async-timeout==4.0.3 - # via aiohttp -attrs==24.2.0 - # via aiohttp -beautifulsoup4==4.12.3 - # via - # -c ./ingest/../base.txt - # bs4 -bs4==0.0.2 - # via -r ./ingest/gcs.in -cachetools==5.5.0 - # via google-auth -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # requests -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -decorator==5.1.1 - # via gcsfs -frozenlist==1.4.1 - # via - # aiohttp - # aiosignal -fsspec==2024.9.0 - # via - # -r ./ingest/gcs.in - # gcsfs -gcsfs==2024.9.0.post1 - # via -r ./ingest/gcs.in -google-api-core==2.21.0 - # via - # google-cloud-core - # google-cloud-storage -google-auth==2.35.0 - # via - # gcsfs - # google-api-core - # google-auth-oauthlib - # google-cloud-core - # google-cloud-storage -google-auth-oauthlib==1.2.1 - # via gcsfs -google-cloud-core==2.4.1 - # via google-cloud-storage -google-cloud-storage==2.18.2 - # via gcsfs -google-crc32c==1.6.0 - # via - # google-cloud-storage - # google-resumable-media -google-resumable-media==2.7.2 - # via google-cloud-storage -googleapis-common-protos==1.65.0 - # via google-api-core -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests - # yarl -multidict==6.1.0 - # via - # aiohttp - # yarl -oauthlib==3.2.2 - # via requests-oauthlib -propcache==0.2.0 - # via yarl -proto-plus==1.24.0 - # via google-api-core -protobuf==4.25.5 - # via - # -c ./ingest/../deps/constraints.txt - # google-api-core - # googleapis-common-protos - # proto-plus -pyasn1==0.6.1 - # via - # pyasn1-modules - # rsa -pyasn1-modules==0.4.1 - # via google-auth -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # gcsfs - # google-api-core - # google-cloud-storage - # requests-oauthlib -requests-oauthlib==2.0.0 - # via google-auth-oauthlib -rsa==4.9 - # via google-auth -soupsieve==2.6 - # via - # -c ./ingest/../base.txt - # beautifulsoup4 -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # multidict -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests -yarl==1.15.4 - # via aiohttp diff --git a/requirements/ingest/github.txt b/requirements/ingest/github.txt deleted file mode 100644 index 925ede1fd6..0000000000 --- a/requirements/ingest/github.txt +++ /dev/null @@ -1,57 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/github.in -# -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # requests -cffi==1.17.1 - # via - # -c ./ingest/../base.txt - # cryptography - # pynacl -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -cryptography==43.0.1 - # via - # -c ./ingest/../base.txt - # pyjwt -deprecated==1.2.14 - # via pygithub -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests -pycparser==2.22 - # via - # -c ./ingest/../base.txt - # cffi -pygithub==2.4.0 - # via -r ./ingest/github.in -pyjwt[crypto]==2.9.0 - # via pygithub -pynacl==1.5.0 - # via pygithub -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # pygithub -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # pygithub -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # pygithub - # requests -wrapt==1.16.0 - # via - # -c ./ingest/../base.txt - # deprecated diff --git a/requirements/ingest/gitlab.txt b/requirements/ingest/gitlab.txt deleted file mode 100644 index 9853ff661c..0000000000 --- a/requirements/ingest/gitlab.txt +++ /dev/null @@ -1,34 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/gitlab.in -# -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # requests -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests -python-gitlab==4.13.0 - # via -r ./ingest/gitlab.in -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # python-gitlab - # requests-toolbelt -requests-toolbelt==1.0.0 - # via - # -c ./ingest/../base.txt - # python-gitlab -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests diff --git a/requirements/ingest/google-drive.txt b/requirements/ingest/google-drive.txt deleted file mode 100644 index e82fe7009b..0000000000 --- a/requirements/ingest/google-drive.txt +++ /dev/null @@ -1,66 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/google-drive.in -# -cachetools==5.5.0 - # via google-auth -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # requests -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -google-api-core==2.21.0 - # via google-api-python-client -google-api-python-client==2.149.0 - # via -r ./ingest/google-drive.in -google-auth==2.35.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 - # via google-api-core -httplib2==0.22.0 - # via - # google-api-python-client - # google-auth-httplib2 -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests -proto-plus==1.24.0 - # via google-api-core -protobuf==4.25.5 - # via - # -c ./ingest/../deps/constraints.txt - # google-api-core - # googleapis-common-protos - # proto-plus -pyasn1==0.6.1 - # via - # pyasn1-modules - # rsa -pyasn1-modules==0.4.1 - # via google-auth -pyparsing==3.2.0 - # via httplib2 -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # google-api-core -rsa==4.9 - # via google-auth -uritemplate==4.1.1 - # via google-api-python-client -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests diff --git a/requirements/ingest/hubspot.txt b/requirements/ingest/hubspot.txt deleted file mode 100644 index f4fb350cd3..0000000000 --- a/requirements/ingest/hubspot.txt +++ /dev/null @@ -1,27 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/hubspot.in -# -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # hubspot-api-client -hubspot-api-client==10.0.0 - # via -r ./ingest/hubspot.in -python-dateutil==2.8.2 - # via - # -c ./ingest/../base.txt - # hubspot-api-client -six==1.16.0 - # via - # -c ./ingest/../base.txt - # hubspot-api-client - # python-dateutil -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # -r ./ingest/hubspot.in - # hubspot-api-client diff --git a/requirements/ingest/jira.txt b/requirements/ingest/jira.txt deleted file mode 100644 index 640cbce1d2..0000000000 --- a/requirements/ingest/jira.txt +++ /dev/null @@ -1,56 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/jira.in -# -atlassian-python-api==3.41.16 - # via -r ./ingest/jira.in -beautifulsoup4==4.12.3 - # via - # -c ./ingest/../base.txt - # atlassian-python-api -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # requests -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -deprecated==1.2.14 - # via atlassian-python-api -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests -jmespath==1.0.1 - # via atlassian-python-api -oauthlib==3.2.2 - # via - # atlassian-python-api - # requests-oauthlib -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # atlassian-python-api - # requests-oauthlib -requests-oauthlib==2.0.0 - # via atlassian-python-api -six==1.16.0 - # via - # -c ./ingest/../base.txt - # atlassian-python-api -soupsieve==2.6 - # via - # -c ./ingest/../base.txt - # beautifulsoup4 -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests -wrapt==1.16.0 - # via - # -c ./ingest/../base.txt - # deprecated diff --git a/requirements/ingest/kafka.txt b/requirements/ingest/kafka.txt deleted file mode 100644 index 1cd3044cc6..0000000000 --- a/requirements/ingest/kafka.txt +++ /dev/null @@ -1,8 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/kafka.in -# -confluent-kafka==2.6.0 - # via -r ./ingest/kafka.in diff --git a/requirements/ingest/mongodb.txt b/requirements/ingest/mongodb.txt deleted file mode 100644 index 7015f9453e..0000000000 --- a/requirements/ingest/mongodb.txt +++ /dev/null @@ -1,10 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/mongodb.in -# -dnspython==2.7.0 - # via pymongo -pymongo==4.10.1 - # via -r ./ingest/mongodb.in diff --git a/requirements/ingest/notion.txt b/requirements/ingest/notion.txt deleted file mode 100644 index df95451b0a..0000000000 --- a/requirements/ingest/notion.txt +++ /dev/null @@ -1,49 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/notion.in -# -anyio==4.6.2.post1 - # via - # -c ./ingest/../base.txt - # httpx -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # httpcore - # httpx -exceptiongroup==1.2.2 - # via - # -c ./ingest/../base.txt - # anyio -h11==0.14.0 - # via - # -c ./ingest/../base.txt - # httpcore -htmlbuilder==1.0.0 - # via -r ./ingest/notion.in -httpcore==1.0.6 - # via - # -c ./ingest/../base.txt - # httpx -httpx==0.27.2 - # via - # -c ./ingest/../base.txt - # notion-client -idna==3.10 - # via - # -c ./ingest/../base.txt - # anyio - # httpx -notion-client==2.2.1 - # via -r ./ingest/notion.in -sniffio==1.3.1 - # via - # -c ./ingest/../base.txt - # anyio - # httpx -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # anyio diff --git a/requirements/ingest/onedrive.txt b/requirements/ingest/onedrive.txt deleted file mode 100644 index 77c4ca233f..0000000000 --- a/requirements/ingest/onedrive.txt +++ /dev/null @@ -1,65 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/onedrive.in -# -beautifulsoup4==4.12.3 - # via - # -c ./ingest/../base.txt - # bs4 -bs4==0.0.2 - # via -r ./ingest/onedrive.in -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # requests -cffi==1.17.1 - # via - # -c ./ingest/../base.txt - # cryptography -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -cryptography==43.0.1 - # via - # -c ./ingest/../base.txt - # msal - # pyjwt -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests -msal==1.31.0 - # via - # -r ./ingest/onedrive.in - # office365-rest-python-client -office365-rest-python-client==2.5.13 - # via -r ./ingest/onedrive.in -pycparser==2.22 - # via - # -c ./ingest/../base.txt - # cffi -pyjwt[crypto]==2.9.0 - # via msal -pytz==2024.2 - # via office365-rest-python-client -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # msal - # office365-rest-python-client -soupsieve==2.6 - # via - # -c ./ingest/../base.txt - # beautifulsoup4 -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # office365-rest-python-client -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests diff --git a/requirements/ingest/opensearch.txt b/requirements/ingest/opensearch.txt deleted file mode 100644 index 8253f139e2..0000000000 --- a/requirements/ingest/opensearch.txt +++ /dev/null @@ -1,41 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/opensearch.in -# -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # opensearch-py - # requests -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -events==0.5 - # via opensearch-py -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests -opensearch-py==2.7.1 - # via -r ./ingest/opensearch.in -python-dateutil==2.8.2 - # via - # -c ./ingest/../base.txt - # opensearch-py -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # opensearch-py -six==1.16.0 - # via - # -c ./ingest/../base.txt - # python-dateutil -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # opensearch-py - # requests diff --git a/requirements/ingest/outlook.txt b/requirements/ingest/outlook.txt deleted file mode 100644 index ffbafe1288..0000000000 --- a/requirements/ingest/outlook.txt +++ /dev/null @@ -1,55 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/outlook.in -# -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # requests -cffi==1.17.1 - # via - # -c ./ingest/../base.txt - # cryptography -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -cryptography==43.0.1 - # via - # -c ./ingest/../base.txt - # msal - # pyjwt -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests -msal==1.31.0 - # via - # -r ./ingest/outlook.in - # office365-rest-python-client -office365-rest-python-client==2.5.13 - # via -r ./ingest/outlook.in -pycparser==2.22 - # via - # -c ./ingest/../base.txt - # cffi -pyjwt[crypto]==2.9.0 - # via msal -pytz==2024.2 - # via office365-rest-python-client -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # msal - # office365-rest-python-client -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # office365-rest-python-client -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests diff --git a/requirements/ingest/postgres.txt b/requirements/ingest/postgres.txt deleted file mode 100644 index 7ced429ace..0000000000 --- a/requirements/ingest/postgres.txt +++ /dev/null @@ -1,8 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/postgres.in -# -psycopg2-binary==2.9.10 - # via -r ./ingest/postgres.in diff --git a/requirements/ingest/qdrant.txt b/requirements/ingest/qdrant.txt deleted file mode 100644 index 925c2b05f8..0000000000 --- a/requirements/ingest/qdrant.txt +++ /dev/null @@ -1,92 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/qdrant.in -# -annotated-types==0.7.0 - # via - # -c ./ingest/../base.txt - # pydantic -anyio==4.6.2.post1 - # via - # -c ./ingest/../base.txt - # httpx -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # httpcore - # httpx -exceptiongroup==1.2.2 - # via - # -c ./ingest/../base.txt - # anyio -grpcio==1.67.0 - # via - # -c ./ingest/../deps/constraints.txt - # grpcio-tools - # qdrant-client -grpcio-tools==1.62.3 - # via qdrant-client -h11==0.14.0 - # via - # -c ./ingest/../base.txt - # httpcore -h2==4.1.0 - # via httpx -hpack==4.0.0 - # via h2 -httpcore==1.0.6 - # via - # -c ./ingest/../base.txt - # httpx -httpx[http2]==0.27.2 - # via - # -c ./ingest/../base.txt - # qdrant-client -hyperframe==6.0.1 - # via h2 -idna==3.10 - # via - # -c ./ingest/../base.txt - # anyio - # httpx -numpy==1.26.4 - # via - # -c ./ingest/../base.txt - # qdrant-client -portalocker==2.10.1 - # via qdrant-client -protobuf==4.25.5 - # via - # -c ./ingest/../deps/constraints.txt - # grpcio-tools -pydantic==2.9.2 - # via - # -c ./ingest/../base.txt - # qdrant-client -pydantic-core==2.23.4 - # via - # -c ./ingest/../base.txt - # pydantic -qdrant-client==1.12.0 - # via -r ./ingest/qdrant.in -sniffio==1.3.1 - # via - # -c ./ingest/../base.txt - # anyio - # httpx -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # anyio - # pydantic - # pydantic-core -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # qdrant-client - -# The following packages are considered to be unsafe in a requirements file: -# setuptools diff --git a/requirements/ingest/reddit.txt b/requirements/ingest/reddit.txt deleted file mode 100644 index ca8bc4c965..0000000000 --- a/requirements/ingest/reddit.txt +++ /dev/null @@ -1,36 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/reddit.in -# -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # requests -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests -praw==7.7.1 - # via -r ./ingest/reddit.in -prawcore==2.4.0 - # via praw -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # prawcore - # update-checker -update-checker==0.18.0 - # via praw -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests -websocket-client==1.8.0 - # via praw diff --git a/requirements/ingest/s3.txt b/requirements/ingest/s3.txt deleted file mode 100644 index db801f3072..0000000000 --- a/requirements/ingest/s3.txt +++ /dev/null @@ -1,72 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/s3.in -# -aiobotocore==2.13.3 - # via s3fs -aiohappyeyeballs==2.4.3 - # via aiohttp -aiohttp==3.10.10 - # via - # aiobotocore - # s3fs -aioitertools==0.12.0 - # via aiobotocore -aiosignal==1.3.1 - # via aiohttp -async-timeout==4.0.3 - # via aiohttp -attrs==24.2.0 - # via aiohttp -botocore==1.34.131 - # via - # -c ./ingest/../deps/constraints.txt - # aiobotocore -frozenlist==1.4.1 - # via - # aiohttp - # aiosignal -fsspec==2024.9.0 - # via - # -r ./ingest/s3.in - # s3fs -idna==3.10 - # via - # -c ./ingest/../base.txt - # yarl -jmespath==1.0.1 - # via botocore -multidict==6.1.0 - # via - # aiohttp - # yarl -propcache==0.2.0 - # via yarl -python-dateutil==2.8.2 - # via - # -c ./ingest/../base.txt - # botocore -s3fs==2024.9.0 - # via -r ./ingest/s3.in -six==1.16.0 - # via - # -c ./ingest/../base.txt - # python-dateutil -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # aioitertools - # multidict -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # botocore -wrapt==1.16.0 - # via - # -c ./ingest/../base.txt - # aiobotocore -yarl==1.15.4 - # via aiohttp diff --git a/requirements/ingest/salesforce.txt b/requirements/ingest/salesforce.txt deleted file mode 100644 index 447740a669..0000000000 --- a/requirements/ingest/salesforce.txt +++ /dev/null @@ -1,72 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/salesforce.in -# -attrs==24.2.0 - # via zeep -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # requests -cffi==1.17.1 - # via - # -c ./ingest/../base.txt - # cryptography -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -cryptography==43.0.1 - # via - # -c ./ingest/../base.txt - # pyjwt -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests -isodate==0.7.2 - # via zeep -lxml==5.3.0 - # via - # -c ./ingest/../base.txt - # zeep -more-itertools==10.5.0 - # via simple-salesforce -platformdirs==4.3.6 - # via zeep -pycparser==2.22 - # via - # -c ./ingest/../base.txt - # cffi -pyjwt[crypto]==2.9.0 - # via simple-salesforce -pytz==2024.2 - # via zeep -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # requests-file - # requests-toolbelt - # simple-salesforce - # zeep -requests-file==2.1.0 - # via zeep -requests-toolbelt==1.0.0 - # via - # -c ./ingest/../base.txt - # zeep -simple-salesforce==1.12.6 - # via -r ./ingest/salesforce.in -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # simple-salesforce -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests -zeep==4.3.1 - # via simple-salesforce diff --git a/requirements/ingest/sharepoint.txt b/requirements/ingest/sharepoint.txt deleted file mode 100644 index 7323aca732..0000000000 --- a/requirements/ingest/sharepoint.txt +++ /dev/null @@ -1,55 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/sharepoint.in -# -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # requests -cffi==1.17.1 - # via - # -c ./ingest/../base.txt - # cryptography -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -cryptography==43.0.1 - # via - # -c ./ingest/../base.txt - # msal - # pyjwt -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests -msal==1.31.0 - # via - # -r ./ingest/sharepoint.in - # office365-rest-python-client -office365-rest-python-client==2.5.13 - # via -r ./ingest/sharepoint.in -pycparser==2.22 - # via - # -c ./ingest/../base.txt - # cffi -pyjwt[crypto]==2.9.0 - # via msal -pytz==2024.2 - # via office365-rest-python-client -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # msal - # office365-rest-python-client -typing-extensions==4.12.2 - # via - # -c ./ingest/../base.txt - # office365-rest-python-client -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests diff --git a/requirements/ingest/singlestore.txt b/requirements/ingest/singlestore.txt deleted file mode 100644 index a1ddcfe89c..0000000000 --- a/requirements/ingest/singlestore.txt +++ /dev/null @@ -1,62 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/singlestore.in -# -build==1.2.2.post1 - # via singlestoredb -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # requests -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests -importlib-metadata==8.5.0 - # via - # -c ./ingest/../deps/constraints.txt - # build -packaging==24.1 - # via - # -c ./ingest/../base.txt - # build -parsimonious==0.10.0 - # via singlestoredb -pyjwt==2.9.0 - # via singlestoredb -pyproject-hooks==1.2.0 - # via build -regex==2024.9.11 - # via - # -c ./ingest/../base.txt - # parsimonious -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # singlestoredb -singlestoredb==1.7.1 - # via -r ./ingest/singlestore.in -sqlparams==6.1.0 - # via singlestoredb -tomli==2.0.2 - # via - # build - # singlestoredb -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests -wheel==0.44.0 - # via singlestoredb -zipp==3.20.2 - # via importlib-metadata - -# The following packages are considered to be unsafe in a requirements file: -# setuptools diff --git a/requirements/ingest/weaviate.txt b/requirements/ingest/weaviate.txt deleted file mode 100644 index 8aed786d02..0000000000 --- a/requirements/ingest/weaviate.txt +++ /dev/null @@ -1,45 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/weaviate.in -# -authlib==1.3.2 - # via weaviate-client -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # requests -cffi==1.17.1 - # via - # -c ./ingest/../base.txt - # cryptography -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -cryptography==43.0.1 - # via - # -c ./ingest/../base.txt - # authlib -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests -pycparser==2.22 - # via - # -c ./ingest/../base.txt - # cffi -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # weaviate-client -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests -validators==0.34.0 - # via weaviate-client -weaviate-client==3.26.7 - # via -r ./ingest/weaviate.in diff --git a/requirements/ingest/wikipedia.txt b/requirements/ingest/wikipedia.txt deleted file mode 100644 index 75130f05e7..0000000000 --- a/requirements/ingest/wikipedia.txt +++ /dev/null @@ -1,37 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.9 -# by the following command: -# -# pip-compile ./ingest/wikipedia.in -# -beautifulsoup4==4.12.3 - # via - # -c ./ingest/../base.txt - # wikipedia -certifi==2024.8.30 - # via - # -c ./ingest/../base.txt - # requests -charset-normalizer==3.4.0 - # via - # -c ./ingest/../base.txt - # requests -idna==3.10 - # via - # -c ./ingest/../base.txt - # requests -requests==2.32.3 - # via - # -c ./ingest/../base.txt - # wikipedia -soupsieve==2.6 - # via - # -c ./ingest/../base.txt - # beautifulsoup4 -urllib3==1.26.20 - # via - # -c ./ingest/../base.txt - # -c ./ingest/../deps/constraints.txt - # requests -wikipedia==1.4.0 - # via -r ./ingest/wikipedia.in diff --git a/requirements/test.txt b/requirements/test.txt index 6c9660091a..0ff54c096f 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,8 +5,10 @@ # pip-compile ./test.in # annotated-types==0.7.0 - # via pydantic -anyio==4.6.0 + # via + # -c ./base.txt + # pydantic +anyio==4.6.2.post1 # via # -c ./base.txt # httpx @@ -16,7 +18,7 @@ attrs==24.2.0 # via jsonschema autoflake==2.3.1 # via -r ./test.in -black==24.8.0 +black==24.10.0 # via -r ./test.in certifi==2024.8.30 # via @@ -24,7 +26,7 @@ certifi==2024.8.30 # httpcore # httpx # requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.0 # via # -c ./base.txt # requests @@ -33,7 +35,7 @@ click==8.1.7 # -c ./base.txt # black # nltk -coverage[toml]==7.6.1 +coverage[toml]==7.6.3 # via # -r ./test.in # pytest-cov @@ -50,7 +52,7 @@ flake8-print==5.0.0 # via -r ./test.in freezegun==1.5.1 # via -r ./test.in -grpcio==1.66.2 +grpcio==1.67.0 # via # -c ././deps/constraints.txt # -r ./test.in @@ -95,7 +97,7 @@ mccabe==0.7.0 # via flake8 multidict==6.1.0 # via yarl -mypy==1.11.2 +mypy==1.12.0 # via -r ./test.in mypy-extensions==1.0.0 # via @@ -119,22 +121,27 @@ pandas==2.2.3 # via label-studio-sdk pathspec==0.12.1 # via black -pillow==10.4.0 +pillow==11.0.0 # via label-studio-sdk platformdirs==4.3.6 # via black pluggy==1.5.0 # via pytest +propcache==0.2.0 + # via yarl pycodestyle==2.12.1 # via # flake8 # flake8-print pydantic==2.9.2 # via + # -c ./base.txt # -r ./test.in # label-studio-sdk pydantic-core==2.23.4 - # via pydantic + # via + # -c ./base.txt + # pydantic pyflakes==3.2.0 # via # autoflake @@ -149,7 +156,7 @@ pytest-cov==5.0.0 # via -r ./test.in pytest-mock==3.14.0 # via -r ./test.in -python-dateutil==2.9.0.post0 +python-dateutil==2.8.2 # via # -c ./base.txt # freezegun @@ -226,7 +233,7 @@ urllib3==1.26.20 # -c ./base.txt # requests # vcrpy -vcrpy==6.0.1 +vcrpy==6.0.2 # via -r ./test.in wrapt==1.16.0 # via @@ -234,7 +241,7 @@ wrapt==1.16.0 # vcrpy xmljson==0.2.1 # via label-studio-sdk -yarl==1.13.1 +yarl==1.15.4 # via vcrpy # The following packages are considered to be unsafe in a requirements file: