diff --git a/airbyte-integrations/connectors/destination-convex/metadata.yaml b/airbyte-integrations/connectors/destination-convex/metadata.yaml index 4e922b284fb3..48a88fe20802 100644 --- a/airbyte-integrations/connectors/destination-convex/metadata.yaml +++ b/airbyte-integrations/connectors/destination-convex/metadata.yaml @@ -2,7 +2,7 @@ data: connectorType: destination connectorSubtype: api definitionId: 3eb4d99c-11fa-4561-a259-fc88e0c2f8f4 - dockerImageTag: 0.2.8 + dockerImageTag: 0.2.9 dockerRepository: airbyte/destination-convex githubIssueLabel: destination-convex icon: convex.svg @@ -26,5 +26,5 @@ data: - suite: unitTests - suite: integrationTests connectorBuildOptions: - baseImage: docker.io/airbyte/python-connector-base:1.2.3@sha256:a8abfdc75f8e22931657a1ae15069e7b925e74bb7b5ef36371a85e4caeae5696 + baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916 metadataSpecVersion: "1.0" diff --git a/airbyte-integrations/connectors/destination-convex/pyproject.toml b/airbyte-integrations/connectors/destination-convex/pyproject.toml index d5e692fa4d29..296618384c46 100644 --- a/airbyte-integrations/connectors/destination-convex/pyproject.toml +++ b/airbyte-integrations/connectors/destination-convex/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",] build-backend = "poetry.core.masonry.api" [tool.poetry] -version = "0.2.8" +version = "0.2.9" name = "destination-convex" description = "Destination implementation for Convex." authors = [ "Airbyte ",]