Skip to content

Commit d2fa432

Browse files
committed
[skip ci] Upgrade the base image to the latest version in metadata.yaml
Update versions of libraries in poetry. PATCH bump source-typeform version to 1.3.28
1 parent 3a47e8b commit d2fa432

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

airbyte-integrations/connectors/source-typeform/metadata.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ data:
66
hosts:
77
- api.typeform.com
88
connectorBuildOptions:
9-
baseImage: docker.io/airbyte/python-connector-base:3.0.0@sha256:1a0845ff2b30eafa793c6eee4e8f4283c2e52e1bbd44eed6cb9e9abd5d34d844
9+
baseImage: docker.io/airbyte/python-connector-base:4.0.0@sha256:d9894b6895923b379f3006fa251147806919c62b7d9021b5cd125bb67d7bbe22
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: e7eff203-90bf-43e5-a240-19ea3056c474
13-
dockerImageTag: 1.3.27
13+
dockerImageTag: 1.3.28
1414
dockerRepository: airbyte/source-typeform
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/typeform
1616
githubIssueLabel: source-typeform

airbyte-integrations/connectors/source-typeform/poetry.lock

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

airbyte-integrations/connectors/source-typeform/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 = "1.3.27"
6+
version = "1.3.28"
77
name = "source-typeform"
88
description = "Source implementation for Typeform."
99
authors = [ "Airbyte <contact@airbyte.io>",]

0 commit comments

Comments
 (0)