Skip to content

Commit

Permalink
feat(source-hardcoded-records): bump CDK version (airbytehq#42850)
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Inzhyyants <artem.inzhyyants@gmail.com>
  • Loading branch information
artem1205 authored and jtruty committed Aug 10, 2024
1 parent 4473784 commit 718d5fe
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 <evan@airbyte.io>",]
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 718d5fe

Please sign in to comment.