1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🤖 Cut version 5.5.1 of source-declarative-manifest

This commit is contained in:
girarda
2024-09-10 16:52:20 +00:00
committed by Octavia Squidington III
parent 40a7c946d5
commit eb018e6b93
4 changed files with 8 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ data:
connectorType: source
definitionId: 64a2f99c-542f-4af8-9a6f-355f1217b436
# This version should not be updated manually - it is updated by the CDK release workflow.
dockerImageTag: 5.5.0
dockerImageTag: 5.5.1
dockerRepository: airbyte/source-declarative-manifest
# This page is hidden from the docs for now, since the connector is not in any Airbyte registries.
documentationUrl: https://docs.airbyte.com/integrations/sources/low-code

View File

@@ -2,13 +2,13 @@
[[package]]
name = "airbyte-cdk"
version = "5.5.0"
version = "5.5.1"
description = "A framework for writing Airbyte Connectors."
optional = false
python-versions = "<4.0,>=3.10"
files = [
{file = "airbyte_cdk-5.5.0-py3-none-any.whl", hash = "sha256:bceaf20c40c9cc63337d2aee94d4d45938e606846df305d7b1910429a8d5024f"},
{file = "airbyte_cdk-5.5.0.tar.gz", hash = "sha256:a44dc9d7e09ae25f1fb3353bab44e5de86cc4241a5cb5001ea1b8880ce267af3"},
{file = "airbyte_cdk-5.5.1-py3-none-any.whl", hash = "sha256:74042b55ae55d26720335d627856557f91baf667fad697975ce99bee29af96fe"},
{file = "airbyte_cdk-5.5.1.tar.gz", hash = "sha256:f7ef9f7142a29445bc1a1f905e6ef0b5f31f68902a0ea2d03d262ccc1b3c8a96"},
]
[package.dependencies]
@@ -1605,4 +1605,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.10,<3.12"
content-hash = "9896e5dfe7fb3029f1d9d7c225d18efce7e0940f59b1ef7af4151a4a95ffc1da"
content-hash = "fb57ade87fdda3405fd59d998414f2b42a897f0c2633376650d08a7e4b9fdb1a"

View File

@@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "5.5.0"
version = "5.5.1"
name = "source-declarative-manifest"
description = "Base source implementation for low-code sources."
authors = ["Airbyte <contact@airbyte.io>"]
@@ -17,7 +17,7 @@ include = "source_declarative_manifest"
[tool.poetry.dependencies]
python = "^3.10,<3.12"
airbyte-cdk = "5.5.0"
airbyte-cdk = "5.5.1"
[tool.poetry.scripts]
source-declarative-manifest = "source_declarative_manifest.run:run"

View File

@@ -9,6 +9,7 @@ The changelog below is automatically updated by the `bump_version` command as pa
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------- |
| 5.5.1 | 2024-09-10 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 5.5.1 |
| 5.5.0 | 2024-09-10 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 5.5.0 |
| 5.4.0 | 2024-09-09 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 5.4.0 |
| 5.3.0 | 2024-09-09 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 5.3.0 |