🐙 source-amazon-seller-partner: run up-to-date pipeline [2025-02-22] (#53928)
This commit is contained in:
@@ -11,11 +11,11 @@ data:
|
||||
ql: 400
|
||||
sl: 300
|
||||
connectorBuildOptions:
|
||||
baseImage: docker.io/airbyte/python-connector-base:3.0.2@sha256:73697fbe1c0e2ebb8ed58e2268484bb4bfb2cb56b653808e1680cbc50bafef75
|
||||
baseImage: docker.io/airbyte/python-connector-base:4.0.0@sha256:d9894b6895923b379f3006fa251147806919c62b7d9021b5cd125bb67d7bbe22
|
||||
connectorSubtype: api
|
||||
connectorType: source
|
||||
definitionId: e55879a8-0ef8-4557-abcf-ab34c53ec460
|
||||
dockerImageTag: 4.5.2
|
||||
dockerImageTag: 4.5.3
|
||||
dockerRepository: airbyte/source-amazon-seller-partner
|
||||
documentationUrl: https://docs.airbyte.com/integrations/sources/amazon-seller-partner
|
||||
erdUrl: https://dbdocs.io/airbyteio/source-amazon-seller-partner?view=relationships
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
|
||||
[[package]]
|
||||
name = "airbyte-cdk"
|
||||
version = "6.33.1"
|
||||
version = "6.36.1"
|
||||
description = "A framework for writing Airbyte Connectors."
|
||||
optional = false
|
||||
python-versions = "<3.13,>=3.10"
|
||||
files = [
|
||||
{file = "airbyte_cdk-6.33.1-py3-none-any.whl", hash = "sha256:e4a5474aea0d11280f4c9c5bef169b168184da8b23fa9b95b8022dae01dd03d5"},
|
||||
{file = "airbyte_cdk-6.33.1.tar.gz", hash = "sha256:d5c80beb6429df9321fad94d47b5a17be7caa18ff8cab91a554b485bb16f875d"},
|
||||
{file = "airbyte_cdk-6.36.1-py3-none-any.whl", hash = "sha256:b5a3ad83a551087b2c5a75607c07455615e330d12eebd7bad75e0e31fda7016d"},
|
||||
{file = "airbyte_cdk-6.36.1.tar.gz", hash = "sha256:d1d58ae82494bdc066d452645241c8b76e0b2525bdd0ff86a95b3292885c9cab"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -148,13 +148,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]]
|
||||
@@ -1990,13 +1990,13 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "tzlocal"
|
||||
version = "5.2"
|
||||
version = "5.3"
|
||||
description = "tzinfo object for the local timezone"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
python-versions = ">=3.9"
|
||||
files = [
|
||||
{file = "tzlocal-5.2-py3-none-any.whl", hash = "sha256:49816ef2fe65ea8ac19d19aa7a1ae0551c834303d5014c6d5a62e4cbda8047b8"},
|
||||
{file = "tzlocal-5.2.tar.gz", hash = "sha256:8d399205578f1a9342816409cc1e46a93ebd5755e39ea2d85334bea911bf0e6e"},
|
||||
{file = "tzlocal-5.3-py3-none-any.whl", hash = "sha256:3814135a1bb29763c6e4f08fd6e41dbb435c7a60bfbb03270211bcc537187d8c"},
|
||||
{file = "tzlocal-5.3.tar.gz", hash = "sha256:2fafbfc07e9d8b49ade18f898d6bcd37ae88ce3ad6486842a2e4f03af68323d2"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
||||
@@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry]
|
||||
version = "4.5.2"
|
||||
version = "4.5.3"
|
||||
name = "source-amazon-seller-partner"
|
||||
description = "Source implementation for Amazon Seller Partner."
|
||||
authors = ["Airbyte <contact@airbyte.io>"]
|
||||
|
||||
@@ -228,9 +228,10 @@ Create a separate connection for streams which usually fail with error above "Fa
|
||||
|
||||
| Version | Date | Pull Request | Subject |
|
||||
|:-----------|:-----------|:----------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| 4.5.2 | 2025-02-17 | [53693](https://github.com/airbytehq/airbyte/pull/53693) | Add app_id to server configuration (OAuth) |
|
||||
| 4.5.1 | 2025-02-08 | [49297](https://github.com/airbytehq/airbyte/pull/49297) | Update dependencies |
|
||||
| 4.5.0 | 2025-02-04 | [53155](https://github.com/airbytehq/airbyte/pull/53155) | Promoting release candidate 4.5.0-rc.5 to a main version. |
|
||||
| 4.5.3 | 2025-02-22 | [53928](https://github.com/airbytehq/airbyte/pull/53928) | Update dependencies |
|
||||
| 4.5.2 | 2025-02-17 | [53693](https://github.com/airbytehq/airbyte/pull/53693) | Add app_id to server configuration (OAuth) |
|
||||
| 4.5.1 | 2025-02-08 | [49297](https://github.com/airbytehq/airbyte/pull/49297) | Update dependencies |
|
||||
| 4.5.0 | 2025-02-04 | [53155](https://github.com/airbytehq/airbyte/pull/53155) | Promoting release candidate 4.5.0-rc.5 to a main version. |
|
||||
| 4.5.0-rc.5 | 2025-01-31 | [52700](https://github.com/airbytehq/airbyte/pull/52700) | Use incremental_dependency for the OrderItems substream |
|
||||
| 4.5.0-rc.4 | 2025-01-31 | [52683](https://github.com/airbytehq/airbyte/pull/52683) | Fix Rate Limiting issue; disable concurrency |
|
||||
| 4.5.0-rc.3 | 2025-01-28 | [52619](https://github.com/airbytehq/airbyte/pull/52619) | Fix `Orders` pagination |
|
||||
|
||||
Reference in New Issue
Block a user