Skip to content

Commit

Permalink
feat(source-hardcoded-records): bump CDK version (#42850)
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Inzhyyants <[email protected]>
  • Loading branch information
artem1205 authored Jul 29, 2024
1 parent 34f5328 commit 04739c5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 084124ab-22db-4019-b36d-630418541bf7
dockerImageTag: 0.0.2
dockerImageTag: 0.0.3
dockerRepository: airbyte/source-hardcoded-records
documentationUrl: https://docs.airbyte.com/integrations/sources/hardcoded-records
githubIssueLabel: source-hardcoded-records
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.0.2"
version = "0.0.3"
name = "source-hardcoded-records"
description = "Source implementation for hardcoded recprds."
authors = [ "Airbyte <[email protected]>",]
Expand All @@ -16,8 +16,8 @@ repository = "https://github.com/airbytehq/airbyte"
include = "source_hardcoded_records"

[tool.poetry.dependencies]
python = "^3.9,<4.0"
airbyte-cdk = "^3.0"
python = "^3.10,<4.0"
airbyte-cdk = "*"

[tool.poetry.scripts]
source-hardcoded-records = "source_hardcoded_records.run:run"
Expand Down
9 changes: 5 additions & 4 deletions docs/integrations/sources/hardcoded-records.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,10 @@ None!
<details>
<summary>Expand to review</summary>

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:-----------------|
| 0.0.2 | 2024-07-27 | [42828](https://github.com/airbytehq/airbyte/pull/42828) | Update dependencies |
| 0.0.1 | 2024-07-23 | [42434](https://github.com/airbytehq/airbyte/pull/42434) | Initial Release |
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:-------------------------|
| 0.0.3 | 2024-07-29 | [42850](https://github.com/airbytehq/airbyte/pull/42850) | Update Airbyte CDK to v4 |
| 0.0.2 | 2024-07-27 | [42828](https://github.com/airbytehq/airbyte/pull/42828) | Update dependencies |
| 0.0.1 | 2024-07-23 | [42434](https://github.com/airbytehq/airbyte/pull/42434) | Initial Release |

</details>

0 comments on commit 04739c5

Please sign in to comment.