Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
203 changes: 98 additions & 105 deletions airbyte-integrations/connectors/destination-astra/poetry.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repository = "https://github.com/airbytehq/airbyte"
include = "destination_astra"

[tool.poetry.dependencies]
python = "^3.9,<3.12"
python = "^3.10,<3.12"
airbyte-cdk = {version = "0.81.6", extras = ["vector-db-based"]}

[tool.poetry.group.dev.dependencies]
Expand Down
196 changes: 98 additions & 98 deletions airbyte-integrations/connectors/destination-chroma/poetry.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repository = "https://github.com/airbytehq/airbyte"
include = "destination_chroma"

[tool.poetry.dependencies]
python = "^3.9,<3.12"
python = "^3.10,<3.12"
airbyte-cdk = {version = "0.81.6", extras = ["vector-db-based"]}
chromadb = "*"

Expand Down
249 changes: 109 additions & 140 deletions airbyte-integrations/connectors/destination-milvus/poetry.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repository = "https://github.com/airbytehq/airbyte"
include = "destination_milvus"

[tool.poetry.dependencies]
python = "^3.9,<3.12"
python = "^3.10,<3.12"
airbyte-cdk = {version = "0.81.6", extras = ["vector-db-based"]}
pymilvus = "2.3.0"

Expand Down
273 changes: 125 additions & 148 deletions airbyte-integrations/connectors/destination-pgvector/poetry.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version = ">=1.0"
extras = ["vector-db-based"]

[tool.poetry.dependencies]
python = "^3.9,<3.12"
python = "^3.10,<3.12"

airbyte = "^0.12.0"
sqlalchemy = "<2.0"
Expand Down
245 changes: 107 additions & 138 deletions airbyte-integrations/connectors/destination-pinecone/poetry.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repository = "https://github.com/airbytehq/airbyte"
include = "destination_pinecone"

[tool.poetry.dependencies]
python = "^3.9,<3.12"
python = "^3.10,<3.12"
airbyte-cdk = { version = "<2.0.0", extras = ["vector-db-based"] }
pinecone-client = { version = "3.1.0", extras = ["grpc"] }

Expand Down
219 changes: 99 additions & 120 deletions airbyte-integrations/connectors/destination-qdrant/poetry.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repository = "https://github.com/airbytehq/airbyte"
include = "destination_qdrant"

[tool.poetry.dependencies]
python = "^3.9,<3.12"
python = "^3.10,<3.12"
airbyte-cdk = { version = "< 3", extras = ["vector-db-based"] }
qdrant-client = "*"
fastembed = "< 0.3"
Expand Down
273 changes: 125 additions & 148 deletions airbyte-integrations/connectors/destination-snowflake-cortex/poetry.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version = ">=1.0.0"
extras = ["vector-db-based"]

[tool.poetry.dependencies]
python = "^3.9,<3.12"
python = "^3.10,<3.12"

airbyte = "^0.12.0"
sqlalchemy = "<2.0"
Expand Down
4,202 changes: 2,284 additions & 1,918 deletions airbyte-integrations/connectors/destination-weaviate/poetry.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repository = "https://github.com/airbytehq/airbyte"
include = "destination_weaviate"

[tool.poetry.dependencies]
python = "^3.9,<3.12"
python = "^3.10,<3.12"
airbyte-cdk = {version = "0.81.6", extras = ["vector-db-based"]}
weaviate-client = "3.25.2"

Expand Down
2,618 changes: 1,365 additions & 1,253 deletions airbyte-integrations/connectors/source-microsoft-onedrive/poetry.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository = "https://github.com/airbytehq/airbyte"
include = "source_microsoft_onedrive"

[tool.poetry.dependencies]
python = "^3.9,<3.12"
python = "^3.10,<3.12"
Office365-REST-Python-Client = "==2.5.5"
smart-open = "==6.4.0"
msal = "==1.25.0"
Expand Down
3,458 changes: 1,925 additions & 1,533 deletions airbyte-integrations/connectors/source-microsoft-sharepoint/poetry.lock

Large diffs are not rendered by default.

373 changes: 115 additions & 258 deletions airbyte-integrations/connectors/source-sftp-bulk/poetry.lock

Large diffs are not rendered by default.

Loading