Skip to content

Commit

Permalink
🎉 Source Square: Update airbyte-cdk version to >=0.51.31 (#30960)
Browse files Browse the repository at this point in the history
Co-authored-by: yevhenii-ldv <[email protected]>
  • Loading branch information
yevhenii-ldv and yevhenii-ldv authored Oct 11, 2023
1 parent 3d9578f commit 3a80f6d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-square/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY source_square ./source_square
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=1.1.2
LABEL io.airbyte.version=1.1.3
LABEL io.airbyte.name=airbyte/source-square
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 77225a51-cd15-4a13-af02-65816bd0ecf4
dockerImageTag: 1.1.2
dockerImageTag: 1.1.3
dockerRepository: airbyte/source-square
documentationUrl: https://docs.airbyte.com/integrations/sources/square
githubIssueLabel: source-square
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-square/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools import find_packages, setup

MAIN_REQUIREMENTS = [
"airbyte-cdk>=0.44.2",
"airbyte-cdk>=0.51.31",
]

TEST_REQUIREMENTS = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def test_refresh_access_token(req_mock):
client_id="client_id",
refresh_token="refresh_token",
token_expiry_date_format="YYYY-MM-DDTHH:mm:ss[Z]",
token_expiry_is_time_of_expiration=True,
config=config,
parameters=parameters,
)
Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/sources/square.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ Exponential [Backoff](https://developer.squareup.com/forums/t/current-square-api
## Changelog

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------ |
| :------ |:-----------| :------------------------------------------------------- |:--------------------------------------------------------------------------|
| 1.1.3 | 2023-10-10 | [30960](https://github.com/airbytehq/airbyte/pull/30960) | Update `airbyte-cdk` version to `>=0.51.31` |
| 1.1.2 | 2023-07-10 | [28019](https://github.com/airbytehq/airbyte/pull/28019) | fix display order of spec fields |
| 1.1.1 | 2023-06-28 | [27762](https://github.com/airbytehq/airbyte/pull/27762) | Update following state breaking changes |
| 1.1.0 | 2023-05-24 | [26485](https://github.com/airbytehq/airbyte/pull/26485) | Remove deprecated authSpecification in favour of advancedAuth |
Expand Down

0 comments on commit 3a80f6d

Please sign in to comment.