1
0
mirror of synced 2025-12-19 18:14:56 -05:00

🤖 Cut version 6.3.0 of source-declarative-manifest

This commit is contained in:
artem1205
2024-11-07 15:15:59 +00:00
committed by Octavia Squidington III
parent 944e010852
commit 87f514d56a
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: 6.2.1
dockerImageTag: 6.3.0
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 = "6.2.0"
version = "6.3.0"
description = "A framework for writing Airbyte Connectors."
optional = false
python-versions = "<4.0,>=3.10"
files = [
{file = "airbyte_cdk-6.2.0-py3-none-any.whl", hash = "sha256:731f908577800a0c3f7f930629955ad27429cda3aed3c2436a9230f0692732fd"},
{file = "airbyte_cdk-6.2.0.tar.gz", hash = "sha256:019e360c7e343246285b467d2a4d5aa9cb725690f818bc7056eb9e69fbdbc895"},
{file = "airbyte_cdk-6.3.0-py3-none-any.whl", hash = "sha256:e7c0bf0798aa6e8b0ba542a001551d21523e9f02609a4576bfffe0c9ce402606"},
{file = "airbyte_cdk-6.3.0.tar.gz", hash = "sha256:5dc996f3c3cc65e3f10a120ce7f49790a6023478f70743caf2c840edc9b38eb3"},
]
[package.dependencies]
@@ -1779,4 +1779,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.10,<3.12"
content-hash = "eb2117f91ca29b32f5c630abeb0f86872aef6a883540a32bb87a3a84e16d49f8"
content-hash = "a9d70525034a9d720aa7700ca3bde75cd3d8ed925f35ae452017fe4e0bcc7069"

View File

@@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "6.2.1"
version = "6.3.0"
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 = "6.2.0"
airbyte-cdk = "6.3.0"
[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 |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------- |
| 6.3.0 | 2024-11-07 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 6.3.0 |
| 6.2.1 | 2024-11-05 | [48373](https://github.com/airbytehq/airbyte/pull/48373) | Add CDK v6 support to remote manifest mode |
| 6.2.0 | 2024-11-05 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 6.2.0 |
| 6.1.2 | 2024-11-05 | [48344](https://github.com/airbytehq/airbyte/pull/48344) | Fix discover failing on new CDK |