🤖 Cut version 4.3.1 of source-declarative-manifest
This commit is contained in:
committed by
Octavia Squidington III
parent
7010c90ed1
commit
6fd9f08b9a
@@ -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: 4.3.0
|
||||
dockerImageTag: 4.3.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
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
|
||||
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
|
||||
|
||||
[[package]]
|
||||
name = "airbyte-cdk"
|
||||
version = "4.3.0"
|
||||
version = "4.3.1"
|
||||
description = "A framework for writing Airbyte Connectors."
|
||||
optional = false
|
||||
python-versions = "<4.0,>=3.10"
|
||||
files = [
|
||||
{file = "airbyte_cdk-4.3.0-py3-none-any.whl", hash = "sha256:004816eddc73f13f6b2dbd2e24af4eb952c320c903363de8962dd48029811a0b"},
|
||||
{file = "airbyte_cdk-4.3.0.tar.gz", hash = "sha256:3f6481ec4f1690b10c2414a77f892d089e337ae739893ae6b207d43e1c52de61"},
|
||||
{file = "airbyte_cdk-4.3.1-py3-none-any.whl", hash = "sha256:79494af6c49505f02521da520f775a7669e5d7437d3016fdf017ebad05fd00e4"},
|
||||
{file = "airbyte_cdk-4.3.1.tar.gz", hash = "sha256:ce5c172f60cd5f7cd06e3f0cec4a062d4d69c1c6baa516dcdcd1586275ac3ab1"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -1384,4 +1384,4 @@ files = [
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10,<3.12"
|
||||
content-hash = "76ee244693016c749bb6a9acc7a061fc5ed93b036fd4a8a1ad5f58e66b89b6d8"
|
||||
content-hash = "0b24d5e0efcdea0c913e85e7cdbb6fd24a84d02ed2d037850cee371206aac82c"
|
||||
|
||||
@@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry]
|
||||
version = "4.3.0"
|
||||
version = "4.3.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 = "4.3.0"
|
||||
airbyte-cdk = "4.3.1"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
source-declarative-manifest = "source_declarative_manifest.run:run"
|
||||
|
||||
@@ -9,12 +9,13 @@ The changelog below is automatically updated by the `bump_version` command as pa
|
||||
|
||||
| Version | Date | Pull Request | Subject |
|
||||
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------- |
|
||||
| 4.3.1 | 2024-08-03 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 4.3.1 |
|
||||
| 4.3.0 | 2024-08-02 | [42969](https://github.com/airbytehq/airbyte/pull/42969) | Manually Bump own version version to 4.3.0 |
|
||||
| 3.13.0 | 2024-08-02 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 4.3.0 |
|
||||
| 3.12.0 | 2024-08-01 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 4.2.0 |
|
||||
| 3.11.0 | 2024-07-31 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 4.1.0 |
|
||||
| 3.10.8 | 2024-07-29 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 3.9.6 |
|
||||
| 3.10.8 | 2024-08-02 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 3.9.6 |
|
||||
| 3.10.8 | 2024-07-29 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 3.9.6 |
|
||||
| 3.10.7 | 2024-07-27 | [42719](https://github.com/airbytehq/airbyte/pull/42719) | Update dependencies |
|
||||
| 3.10.6 | 2024-07-26 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 3.9.5 |
|
||||
| 3.10.5 | 2024-07-25 | [36501](https://github.com/airbytehq/airbyte/pull/36501) | Bump CDK version to 3.9.4 |
|
||||
|
||||
Reference in New Issue
Block a user