Skip to content

Commit 3a7d92f

Browse files
authored
🐙 source-recharge: run up-to-date pipeline [2024-08-31] (#44995)
1 parent c63ceec commit 3a7d92f

File tree

4 files changed

+29
-21
lines changed

4 files changed

+29
-21
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data:
77
connectorBuildOptions:
88
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
99
definitionId: 45d2e135-2ede-49e1-939f-3e3ec357a65e
10-
dockerImageTag: 2.4.5
10+
dockerImageTag: 2.4.6
1111
dockerRepository: airbyte/source-recharge
1212
githubIssueLabel: source-recharge
1313
icon: recharge.svg

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

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

airbyte-integrations/connectors/source-recharge/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 = "2.4.5"
6+
version = "2.4.6"
77
name = "source-recharge"
88
description = "Source implementation for Recharge."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/recharge.md

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ The Recharge connector should gracefully handle Recharge API limitations under n
7979

8080
| Version | Date | Pull Request | Subject |
8181
|:--------|:-----------| :------------------------------------------------------- |:-------------------------------------------------------------------------------------------------------------------------------|
82+
| 2.4.6 | 2024-08-31 | [44995](https://github.com/airbytehq/airbyte/pull/44995) | Update dependencies |
8283
| 2.4.5 | 2024-08-24 | [44731](https://github.com/airbytehq/airbyte/pull/44731) | Update dependencies |
8384
| 2.4.4 | 2024-08-17 | [44205](https://github.com/airbytehq/airbyte/pull/44205) | Update dependencies |
8485
| 2.4.3 | 2024-08-12 | [43837](https://github.com/airbytehq/airbyte/pull/43837) | Update dependencies |

0 commit comments

Comments
 (0)