Skip to content

Commit e496766

Browse files
authored
🐙 destination-weaviate: run up-to-date pipeline [2024-08-17] (#44216)
1 parent 098cd8a commit e496766

File tree

4 files changed

+56
-44
lines changed

4 files changed

+56
-44
lines changed

airbyte-integrations/connectors/destination-weaviate/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ data:
1313
connectorSubtype: vectorstore
1414
connectorType: destination
1515
definitionId: 7b7d7a0d-954c-45a0-bcfc-39a634b97736
16-
dockerImageTag: 0.2.31
16+
dockerImageTag: 0.2.32
1717
dockerRepository: airbyte/destination-weaviate
1818
documentationUrl: https://docs.airbyte.com/integrations/destinations/weaviate
1919
githubIssueLabel: destination-weaviate

airbyte-integrations/connectors/destination-weaviate/poetry.lock

+53-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/destination-weaviate/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "airbyte-destination-weaviate"
7-
version = "0.2.31"
7+
version = "0.2.32"
88
description = "Airbyte destination implementation for Weaviate."
99
authors = ["Airbyte <[email protected]>"]
1010
license = "MIT"

docs/integrations/destinations/weaviate.md

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ When using [multi-tenancy](https://weaviate.io/developers/weaviate/manage-data/m
9090

9191
| Version | Date | Pull Request | Subject |
9292
| :------ | :--------- | :--------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------- |
93+
| 0.2.32 | 2024-08-17 | [44216](https://github.com/airbytehq/airbyte/pull/44216) | Update dependencies |
9394
| 0.2.31 | 2024-08-12 | [43906](https://github.com/airbytehq/airbyte/pull/43906) | Update dependencies |
9495
| 0.2.30 | 2024-08-10 | [43599](https://github.com/airbytehq/airbyte/pull/43599) | Update dependencies |
9596
| 0.2.29 | 2024-08-03 | [43084](https://github.com/airbytehq/airbyte/pull/43084) | Update dependencies |

0 commit comments

Comments
 (0)