1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🐙 source-mailchimp: run up-to-date pipeline [2025-02-22] (#54366)

This commit is contained in:
Airbyte
2025-02-22 22:07:04 +02:00
committed by GitHub
parent baa45e9666
commit 27fbfce0b4
4 changed files with 7 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: b03a9f3e-22a5-11eb-adc1-0242ac120002
dockerImageTag: 2.0.28
dockerImageTag: 2.0.29
dockerRepository: airbyte/source-mailchimp
documentationUrl: https://docs.airbyte.com/integrations/sources/mailchimp
githubIssueLabel: source-mailchimp

View File

@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand.
[[package]]
name = "airbyte-cdk"
@@ -140,13 +140,13 @@ files = [
[[package]]
name = "cachetools"
version = "5.5.1"
version = "5.5.2"
description = "Extensible memoizing collections and decorators"
optional = false
python-versions = ">=3.7"
files = [
{file = "cachetools-5.5.1-py3-none-any.whl", hash = "sha256:b76651fdc3b24ead3c648bbdeeb940c1b04d365b38b4af66788f9ec4a81d42bb"},
{file = "cachetools-5.5.1.tar.gz", hash = "sha256:70f238fbba50383ef62e55c6aff6d9673175fe59f7c6782c7a0b9e38f4a9df95"},
{file = "cachetools-5.5.2-py3-none-any.whl", hash = "sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a"},
{file = "cachetools-5.5.2.tar.gz", hash = "sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4"},
]
[[package]]

View File

@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "2.0.28"
version = "2.0.29"
name = "source-mailchimp"
description = "Source implementation for Mailchimp."
authors = [ "Airbyte <contact@airbyte.io>",]

View File

@@ -126,6 +126,7 @@ Now that you have set up the Mailchimp source connector, check out the following
| Version | Date | Pull Request | Subject |
|---------|------------|----------------------------------------------------------|----------------------------------------------------------------------------|
| 2.0.29 | 2025-02-22 | [54366](https://github.com/airbytehq/airbyte/pull/54366) | Update dependencies |
| 2.0.28 | 2025-02-15 | [53836](https://github.com/airbytehq/airbyte/pull/53836) | Update dependencies |
| 2.0.27 | 2025-02-01 | [52730](https://github.com/airbytehq/airbyte/pull/52730) | Update dependencies |
| 2.0.26 | 2025-01-25 | [52236](https://github.com/airbytehq/airbyte/pull/52236) | Update dependencies |