From d27dbf7e190f6256559564790fd746343b8e3e01 Mon Sep 17 00:00:00 2001 From: Shroominic Date: Tue, 18 Jun 2024 14:42:09 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix=20code=20check=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- requirements-dev.lock | 446 ++++++++++++++++++++++++++++++++++++++++++ requirements.lock | 91 +++++++++ 3 files changed, 538 insertions(+), 1 deletion(-) create mode 100644 requirements-dev.lock create mode 100644 requirements.lock diff --git a/.gitignore b/.gitignore index bac6746..1cda799 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,7 @@ MANIFEST # before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest *.spec -*.lock +# *.lock # Installer logs pip-log.txt diff --git a/requirements-dev.lock b/requirements-dev.lock new file mode 100644 index 0000000..fc8c55f --- /dev/null +++ b/requirements-dev.lock @@ -0,0 +1,446 @@ +# generated by rye +# use `rye lock` or `rye sync` to update this lockfile +# +# last locked with the following flags: +# pre: false +# features: [] +# all-features: false +# with-sources: false +# generate-hashes: false + +-e file:. +aiohttp==3.9.5 + # via langchain + # via langchain-community +aiosignal==1.3.1 + # via aiohttp +annotated-types==0.7.0 + # via pydantic +anthropic==0.28.1 + # via langchain-anthropic +anyio==4.4.0 + # via anthropic + # via groq + # via httpx + # via openai +asttokens==2.4.1 + # via stack-data +attrs==23.2.0 + # via aiohttp +babel==2.15.0 + # via mkdocs-material +backoff==2.2.1 + # via unstructured +beautifulsoup4==4.12.3 + # via funcchain + # via unstructured +cachetools==5.3.3 + # via google-auth +certifi==2024.6.2 + # via httpcore + # via httpx + # via requests + # via unstructured-client +cfgv==3.4.0 + # via pre-commit +chardet==5.2.0 + # via unstructured +charset-normalizer==3.3.2 + # via requests + # via unstructured-client +click==8.1.7 + # via mkdocs + # via nltk +colorama==0.4.6 + # via mkdocs-material +dataclasses-json==0.6.7 + # via langchain-community + # via unstructured + # via unstructured-client +decorator==5.1.1 + # via ipython +deepdiff==7.0.1 + # via unstructured-client +defusedxml==0.7.1 + # via langchain-anthropic +diskcache==5.6.3 + # via llama-cpp-python +distlib==0.3.8 + # via virtualenv +distro==1.9.0 + # via anthropic + # via groq + # via openai +docstring-parser==0.16 + # via funcchain +emoji==2.12.1 + # via unstructured +executing==2.0.1 + # via stack-data +faiss-cpu==1.8.0 + # via funcchain +filelock==3.15.1 + # via huggingface-hub + # via virtualenv +filetype==1.2.0 + # via unstructured +frozenlist==1.4.1 + # via aiohttp + # via aiosignal +fsspec==2024.6.0 + # via huggingface-hub +ghp-import==2.1.0 + # via mkdocs +google-ai-generativelanguage==0.6.4 + # via google-generativeai +google-api-core==2.19.0 + # via google-ai-generativelanguage + # via google-api-python-client + # via google-generativeai +google-api-python-client==2.133.0 + # via google-generativeai +google-auth==2.30.0 + # via google-ai-generativelanguage + # via google-api-core + # via google-api-python-client + # via google-auth-httplib2 + # via google-generativeai +google-auth-httplib2==0.2.0 + # via google-api-python-client +google-generativeai==0.5.4 + # via langchain-google-genai +googleapis-common-protos==1.63.1 + # via google-api-core + # via grpcio-status +groq==0.9.0 + # via langchain-groq +grpcio==1.64.1 + # via google-api-core + # via grpcio-status +grpcio-status==1.62.2 + # via google-api-core +h11==0.14.0 + # via httpcore +httpcore==1.0.5 + # via httpx +httplib2==0.22.0 + # via google-api-python-client + # via google-auth-httplib2 +httpx==0.27.0 + # via anthropic + # via groq + # via openai + # via unstructured-client +huggingface-hub==0.23.4 + # via funcchain + # via tokenizers +identify==2.5.36 + # via pre-commit +idna==3.7 + # via anyio + # via httpx + # via requests + # via unstructured-client + # via yarl +iniconfig==2.0.0 + # via pytest +ipython==8.25.0 +isort==5.13.2 +jedi==0.19.1 + # via ipython +jinja2==3.1.4 + # via funcchain + # via llama-cpp-python + # via mkdocs + # via mkdocs-material +jiter==0.4.2 + # via anthropic +joblib==1.4.2 + # via nltk +jsonpatch==1.33 + # via langchain-core +jsonpath-python==1.0.6 + # via unstructured-client +jsonpointer==3.0.0 + # via jsonpatch +langchain==0.2.5 + # via funcchain + # via langchain-community +langchain-anthropic==0.1.15 + # via funcchain +langchain-community==0.2.5 + # via funcchain +langchain-core==0.2.7 + # via funcchain + # via langchain + # via langchain-anthropic + # via langchain-community + # via langchain-google-genai + # via langchain-groq + # via langchain-openai + # via langchain-text-splitters +langchain-google-genai==1.0.6 + # via funcchain +langchain-groq==0.1.5 + # via funcchain +langchain-openai==0.1.8 + # via funcchain +langchain-text-splitters==0.2.1 + # via langchain +langdetect==1.0.9 + # via unstructured +langsmith==0.1.77 + # via langchain + # via langchain-community + # via langchain-core +llama-cpp-python==0.2.78 + # via funcchain +lxml==5.2.2 + # via unstructured +markdown==3.6 + # via mkdocs + # via mkdocs-material + # via pymdown-extensions +markdown-it-py==3.0.0 + # via rich +markupsafe==2.1.5 + # via jinja2 + # via mkdocs +marshmallow==3.21.3 + # via dataclasses-json + # via unstructured-client +matplotlib-inline==0.1.7 + # via ipython +mdurl==0.1.2 + # via markdown-it-py +mergedeep==1.3.4 + # via mkdocs + # via mkdocs-get-deps +mkdocs==1.6.0 + # via mkdocs-material +mkdocs-get-deps==0.2.0 + # via mkdocs +mkdocs-material==9.5.26 +mkdocs-material-extensions==1.3.1 + # via mkdocs-material +multidict==6.0.5 + # via aiohttp + # via yarl +mypy==1.10.0 +mypy-extensions==1.0.0 + # via mypy + # via typing-inspect + # via unstructured-client +nest-asyncio==1.6.0 + # via unstructured-client +nltk==3.8.1 + # via unstructured +nodeenv==1.9.1 + # via pre-commit +numpy==1.26.4 + # via faiss-cpu + # via langchain + # via langchain-community + # via llama-cpp-python + # via unstructured +openai==1.34.0 + # via langchain-openai +ordered-set==4.1.0 + # via deepdiff +orjson==3.10.5 + # via langsmith +packaging==24.1 + # via huggingface-hub + # via langchain-core + # via marshmallow + # via mkdocs + # via pytest + # via unstructured-client +paginate==0.5.6 + # via mkdocs-material +parso==0.8.4 + # via jedi +pathspec==0.12.1 + # via mkdocs +pdf2image==1.17.0 + # via funcchain +pdfminer==20191125 + # via funcchain +pexpect==4.9.0 + # via ipython +pillow==10.3.0 + # via funcchain + # via pdf2image +platformdirs==4.2.2 + # via mkdocs-get-deps + # via virtualenv +pluggy==1.5.0 + # via pytest +pre-commit==3.7.1 +prompt-toolkit==3.0.47 + # via ipython +proto-plus==1.23.0 + # via google-ai-generativelanguage + # via google-api-core +protobuf==4.25.3 + # via google-ai-generativelanguage + # via google-api-core + # via google-generativeai + # via googleapis-common-protos + # via grpcio-status + # via proto-plus +ptyprocess==0.7.0 + # via pexpect +pure-eval==0.2.2 + # via stack-data +pyasn1==0.6.0 + # via pyasn1-modules + # via rsa +pyasn1-modules==0.4.0 + # via google-auth +pycryptodome==3.20.0 + # via pdfminer +pydantic==2.7.4 + # via anthropic + # via google-generativeai + # via groq + # via langchain + # via langchain-core + # via langsmith + # via openai + # via pydantic-settings +pydantic-core==2.18.4 + # via pydantic +pydantic-settings==2.3.3 + # via funcchain +pygments==2.18.0 + # via ipython + # via mkdocs-material + # via rich +pymdown-extensions==10.8.1 + # via mkdocs-material +pyparsing==3.1.2 + # via httplib2 +pypdf==4.2.0 + # via unstructured-client +pytest==8.2.2 +python-dateutil==2.9.0.post0 + # via ghp-import + # via unstructured-client +python-dotenv==1.0.1 + # via pydantic-settings +python-iso639==2024.4.27 + # via unstructured +python-magic==0.4.27 + # via unstructured +pyyaml==6.0.1 + # via huggingface-hub + # via langchain + # via langchain-community + # via langchain-core + # via mkdocs + # via mkdocs-get-deps + # via pre-commit + # via pymdown-extensions + # via pyyaml-env-tag +pyyaml-env-tag==0.1 + # via mkdocs +rapidfuzz==3.9.3 + # via unstructured +regex==2024.5.15 + # via mkdocs-material + # via nltk + # via tiktoken +requests==2.32.3 + # via google-api-core + # via huggingface-hub + # via langchain + # via langchain-community + # via langsmith + # via mkdocs-material + # via requests-toolbelt + # via tiktoken + # via unstructured + # via unstructured-client +requests-toolbelt==1.0.0 + # via unstructured-client +rich==13.7.1 +rsa==4.9 + # via google-auth +ruff==0.4.9 +six==1.16.0 + # via asttokens + # via langdetect + # via python-dateutil + # via unstructured-client +sniffio==1.3.1 + # via anthropic + # via anyio + # via groq + # via httpx + # via openai +soupsieve==2.5 + # via beautifulsoup4 +sqlalchemy==2.0.30 + # via langchain + # via langchain-community +stack-data==0.6.3 + # via ipython +tabulate==0.9.0 + # via unstructured +tenacity==8.3.0 + # via langchain + # via langchain-community + # via langchain-core +tiktoken==0.7.0 + # via langchain-openai +tokenizers==0.19.1 + # via anthropic +tqdm==4.66.4 + # via google-generativeai + # via huggingface-hub + # via nltk + # via openai + # via unstructured +traitlets==5.14.3 + # via ipython + # via matplotlib-inline +types-pyyaml==6.0.12.20240311 +typing-extensions==4.12.2 + # via anthropic + # via emoji + # via google-generativeai + # via groq + # via huggingface-hub + # via ipython + # via llama-cpp-python + # via mypy + # via openai + # via pydantic + # via pydantic-core + # via sqlalchemy + # via typing-inspect + # via unstructured + # via unstructured-client +typing-inspect==0.9.0 + # via dataclasses-json + # via unstructured-client +unstructured==0.14.6 + # via funcchain +unstructured-client==0.23.5 + # via unstructured +uritemplate==4.1.1 + # via google-api-python-client +urllib3==2.2.1 + # via requests + # via unstructured-client +virtualenv==20.26.2 + # via pre-commit +watchdog==4.0.1 + # via mkdocs +wcwidth==0.2.13 + # via prompt-toolkit +wrapt==1.16.0 + # via unstructured +yarl==1.9.4 + # via aiohttp diff --git a/requirements.lock b/requirements.lock new file mode 100644 index 0000000..4abc699 --- /dev/null +++ b/requirements.lock @@ -0,0 +1,91 @@ +# generated by rye +# use `rye lock` or `rye sync` to update this lockfile +# +# last locked with the following flags: +# pre: false +# features: [] +# all-features: false +# with-sources: false +# generate-hashes: false + +-e file:. +annotated-types==0.7.0 + # via pydantic +anyio==4.4.0 + # via httpx + # via openai +certifi==2024.6.2 + # via httpcore + # via httpx + # via requests +charset-normalizer==3.3.2 + # via requests +distro==1.9.0 + # via openai +docstring-parser==0.16 + # via funcchain +h11==0.14.0 + # via httpcore +httpcore==1.0.5 + # via httpx +httpx==0.27.0 + # via openai +idna==3.7 + # via anyio + # via httpx + # via requests +jinja2==3.1.4 + # via funcchain +jsonpatch==1.33 + # via langchain-core +jsonpointer==3.0.0 + # via jsonpatch +langchain-core==0.2.7 + # via funcchain + # via langchain-openai +langchain-openai==0.1.8 + # via funcchain +langsmith==0.1.77 + # via langchain-core +markupsafe==2.1.5 + # via jinja2 +openai==1.34.0 + # via langchain-openai +orjson==3.10.5 + # via langsmith +packaging==24.1 + # via langchain-core +pydantic==2.7.4 + # via langchain-core + # via langsmith + # via openai + # via pydantic-settings +pydantic-core==2.18.4 + # via pydantic +pydantic-settings==2.3.3 + # via funcchain +python-dotenv==1.0.1 + # via pydantic-settings +pyyaml==6.0.1 + # via langchain-core +regex==2024.5.15 + # via tiktoken +requests==2.32.3 + # via langsmith + # via tiktoken +sniffio==1.3.1 + # via anyio + # via httpx + # via openai +tenacity==8.3.0 + # via langchain-core +tiktoken==0.7.0 + # via langchain-openai +tqdm==4.66.4 + # via openai +typing-extensions==4.12.2 + # via openai + # via pydantic + # via pydantic-core +urllib3==2.2.1 + # via requests