|
@@ -383,6 +383,47 @@ files = [
|
|
{file = "blinker-1.6.3.tar.gz", hash = "sha256:152090d27c1c5c722ee7e48504b02d76502811ce02e1523553b4cf8c8b3d3a8d"},
|
|
{file = "blinker-1.6.3.tar.gz", hash = "sha256:152090d27c1c5c722ee7e48504b02d76502811ce02e1523553b4cf8c8b3d3a8d"},
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "boto3"
|
|
|
|
+version = "1.34.22"
|
|
|
|
+description = "The AWS SDK for Python"
|
|
|
|
+optional = true
|
|
|
|
+python-versions = ">= 3.8"
|
|
|
|
+files = [
|
|
|
|
+ {file = "boto3-1.34.22-py3-none-any.whl", hash = "sha256:5909cd1393143576265c692e908a9ae495492c04a0ffd4bae8578adc2e44729e"},
|
|
|
|
+ {file = "boto3-1.34.22.tar.gz", hash = "sha256:a98c0b86f6044ff8314cc2361e1ef574d674318313ab5606ccb4a6651c7a3f8c"},
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[package.dependencies]
|
|
|
|
+botocore = ">=1.34.22,<1.35.0"
|
|
|
|
+jmespath = ">=0.7.1,<2.0.0"
|
|
|
|
+s3transfer = ">=0.10.0,<0.11.0"
|
|
|
|
+
|
|
|
|
+[package.extras]
|
|
|
|
+crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "botocore"
|
|
|
|
+version = "1.34.22"
|
|
|
|
+description = "Low-level, data-driven core of boto 3."
|
|
|
|
+optional = true
|
|
|
|
+python-versions = ">= 3.8"
|
|
|
|
+files = [
|
|
|
|
+ {file = "botocore-1.34.22-py3-none-any.whl", hash = "sha256:e5f7775975b9213507fbcf846a96b7a2aec2a44fc12a44585197b014a4ab0889"},
|
|
|
|
+ {file = "botocore-1.34.22.tar.gz", hash = "sha256:c47ba4286c576150d1b6ca6df69a87b5deff3d23bd84da8bcf8431ebac3c40ba"},
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[package.dependencies]
|
|
|
|
+jmespath = ">=0.7.1,<2.0.0"
|
|
|
|
+python-dateutil = ">=2.1,<3.0.0"
|
|
|
|
+urllib3 = [
|
|
|
|
+ {version = ">=1.25.4,<1.27", markers = "python_version < \"3.10\""},
|
|
|
|
+ {version = ">=1.25.4,<2.1", markers = "python_version >= \"3.10\""},
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[package.extras]
|
|
|
|
+crt = ["awscrt (==0.19.19)"]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "brotli"
|
|
name = "brotli"
|
|
version = "1.1.0"
|
|
version = "1.1.0"
|
|
@@ -2810,6 +2851,17 @@ MarkupSafe = ">=2.0"
|
|
[package.extras]
|
|
[package.extras]
|
|
i18n = ["Babel (>=2.7)"]
|
|
i18n = ["Babel (>=2.7)"]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "jmespath"
|
|
|
|
+version = "1.0.1"
|
|
|
|
+description = "JSON Matching Expressions"
|
|
|
|
+optional = true
|
|
|
|
+python-versions = ">=3.7"
|
|
|
|
+files = [
|
|
|
|
+ {file = "jmespath-1.0.1-py3-none-any.whl", hash = "sha256:02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980"},
|
|
|
|
+ {file = "jmespath-1.0.1.tar.gz", hash = "sha256:90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe"},
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "joblib"
|
|
name = "joblib"
|
|
version = "1.3.2"
|
|
version = "1.3.2"
|
|
@@ -4211,9 +4263,9 @@ files = [
|
|
[package.dependencies]
|
|
[package.dependencies]
|
|
numpy = [
|
|
numpy = [
|
|
{version = ">=1.21.0", markers = "python_version == \"3.9\" and platform_system == \"Darwin\" and platform_machine == \"arm64\""},
|
|
{version = ">=1.21.0", markers = "python_version == \"3.9\" and platform_system == \"Darwin\" and platform_machine == \"arm64\""},
|
|
|
|
+ {version = ">=1.19.3", markers = "platform_system == \"Linux\" and platform_machine == \"aarch64\" and python_version >= \"3.8\" and python_version < \"3.10\" or python_version > \"3.9\" and python_version < \"3.10\" or python_version >= \"3.9\" and platform_system != \"Darwin\" and python_version < \"3.10\" or python_version >= \"3.9\" and platform_machine != \"arm64\" and python_version < \"3.10\""},
|
|
{version = ">=1.21.4", markers = "python_version >= \"3.10\" and platform_system == \"Darwin\" and python_version < \"3.11\""},
|
|
{version = ">=1.21.4", markers = "python_version >= \"3.10\" and platform_system == \"Darwin\" and python_version < \"3.11\""},
|
|
{version = ">=1.21.2", markers = "platform_system != \"Darwin\" and python_version >= \"3.10\" and python_version < \"3.11\""},
|
|
{version = ">=1.21.2", markers = "platform_system != \"Darwin\" and python_version >= \"3.10\" and python_version < \"3.11\""},
|
|
- {version = ">=1.19.3", markers = "platform_system == \"Linux\" and platform_machine == \"aarch64\" and python_version >= \"3.8\" and python_version < \"3.10\" or python_version > \"3.9\" and python_version < \"3.10\" or python_version >= \"3.9\" and platform_system != \"Darwin\" and python_version < \"3.10\" or python_version >= \"3.9\" and platform_machine != \"arm64\" and python_version < \"3.10\""},
|
|
|
|
{version = ">=1.23.5", markers = "python_version >= \"3.11\""},
|
|
{version = ">=1.23.5", markers = "python_version >= \"3.11\""},
|
|
]
|
|
]
|
|
|
|
|
|
@@ -6091,6 +6143,23 @@ files = [
|
|
{file = "ruff-0.1.11.tar.gz", hash = "sha256:f9d4d88cb6eeb4dfe20f9f0519bd2eaba8119bde87c3d5065c541dbae2b5a2cb"},
|
|
{file = "ruff-0.1.11.tar.gz", hash = "sha256:f9d4d88cb6eeb4dfe20f9f0519bd2eaba8119bde87c3d5065c541dbae2b5a2cb"},
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "s3transfer"
|
|
|
|
+version = "0.10.0"
|
|
|
|
+description = "An Amazon S3 Transfer Manager"
|
|
|
|
+optional = true
|
|
|
|
+python-versions = ">= 3.8"
|
|
|
|
+files = [
|
|
|
|
+ {file = "s3transfer-0.10.0-py3-none-any.whl", hash = "sha256:3cdb40f5cfa6966e812209d0994f2a4709b561c88e90cf00c2696d2df4e56b2e"},
|
|
|
|
+ {file = "s3transfer-0.10.0.tar.gz", hash = "sha256:d0c8bbf672d5eebbe4e57945e23b972d963f07d82f661cabf678a5c88831595b"},
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[package.dependencies]
|
|
|
|
+botocore = ">=1.33.2,<2.0a.0"
|
|
|
|
+
|
|
|
|
+[package.extras]
|
|
|
|
+crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "safetensors"
|
|
name = "safetensors"
|
|
version = "0.4.0"
|
|
version = "0.4.0"
|
|
@@ -8213,6 +8282,7 @@ docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.link
|
|
testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy (>=0.9.1)", "pytest-ruff"]
|
|
testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy (>=0.9.1)", "pytest-ruff"]
|
|
|
|
|
|
[extras]
|
|
[extras]
|
|
|
|
+aws-bedrock = ["boto3"]
|
|
cohere = ["cohere"]
|
|
cohere = ["cohere"]
|
|
dataloaders = ["docx2txt", "duckduckgo-search", "pytube", "sentence-transformers", "unstructured", "youtube-transcript-api"]
|
|
dataloaders = ["docx2txt", "duckduckgo-search", "pytube", "sentence-transformers", "unstructured", "youtube-transcript-api"]
|
|
discord = ["discord"]
|
|
discord = ["discord"]
|
|
@@ -8246,4 +8316,4 @@ youtube = ["youtube-transcript-api", "yt_dlp"]
|
|
[metadata]
|
|
[metadata]
|
|
lock-version = "2.0"
|
|
lock-version = "2.0"
|
|
python-versions = ">=3.9,<3.12"
|
|
python-versions = ">=3.9,<3.12"
|
|
-content-hash = "cb0da55af7c61300bb321770ed319c900b6b3ba3865421d63eb9120beb73d06c"
|
|
|
|
|
|
+content-hash = "bbcf32e87c0784d031fb6cf9bd89655375839da0660b8feb2026ffdd971623d7"
|