Skip to content

Commit 27f3795

Browse files
authored
🐙 source-paystack: run up-to-date pipeline [2024-08-03] (#43106)
1 parent 029617f commit 27f3795

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

airbyte-integrations/connectors/source-paystack/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data:
55
connectorSubtype: api
66
connectorType: source
77
definitionId: 193bdcb8-1dd9-48d1-aade-91cadfd74f9b
8-
dockerImageTag: 1.0.8
8+
dockerImageTag: 1.0.9
99
dockerRepository: airbyte/source-paystack
1010
githubIssueLabel: source-paystack
1111
icon: paystack.svg

airbyte-integrations/connectors/source-paystack/poetry.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-paystack/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "1.0.8"
6+
version = "1.0.9"
77
name = "source-paystack"
88
description = "Source implementation for paystack."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/paystack.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ The Paystack connector should not run into Paystack API limitations under normal
6868

6969
| Version | Date | Pull Request | Subject |
7070
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------- |
71-
| 1.0.8 | 2024-07-31 | [42901](https://github.com/airbytehq/airbyte/pull/42901) | New field added for `transfers` stream |
71+
| 1.0.9 | 2024-08-03 | [43106](https://github.com/airbytehq/airbyte/pull/43106) | Update dependencies |
72+
| 1.0.8 | 2024-07-31 | [42901](https://github.com/airbytehq/airbyte/pull/42901) | New field added for `transfers` stream |
7273
| 1.0.7 | 2024-07-27 | [42655](https://github.com/airbytehq/airbyte/pull/42655) | Update dependencies |
7374
| 1.0.6 | 2024-07-20 | [42323](https://github.com/airbytehq/airbyte/pull/42323) | Update dependencies |
7475
| 1.0.5 | 2024-07-13 | [41694](https://github.com/airbytehq/airbyte/pull/41694) | Update dependencies |

0 commit comments

Comments
 (0)