Skip to content

Commit 14873d6

Browse files
authored
🐙 destination-typesense: run up-to-date pipeline [2024-09-07] (#45265)
1 parent 686064c commit 14873d6

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: database
33
connectorType: destination
44
definitionId: 36be8dc6-9851-49af-b776-9d4c30e4ab6a
5-
dockerImageTag: 0.1.22
5+
dockerImageTag: 0.1.23
66
dockerRepository: airbyte/destination-typesense
77
connectorBuildOptions:
88
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "0.1.22"
6+
version = "0.1.23"
77
name = "destination-typesense"
88
description = "Destination Implementation for Typesense."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/destinations/typesense.md

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ To connect a Typesense with HA, you can type multiple hosts on the host field us
4444

4545
| Version | Date | Pull Request | Subject |
4646
|:--------| :--------- | :------------------------------------------------------- | :---------------------------- |
47+
| 0.1.23 | 2024-09-07 | [45265](https://github.com/airbytehq/airbyte/pull/45265) | Update dependencies |
4748
| 0.1.22 | 2024-08-31 | [45057](https://github.com/airbytehq/airbyte/pull/45057) | Update dependencies |
4849
| 0.1.21 | 2024-08-24 | [44683](https://github.com/airbytehq/airbyte/pull/44683) | Update dependencies |
4950
| 0.1.20 | 2024-08-22 | [44530](https://github.com/airbytehq/airbyte/pull/44530) | Update test dependencies |

0 commit comments

Comments
 (0)