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

🐙 source-apify-dataset: run up-to-date pipeline [2024-09-28] (#46146)

This commit is contained in:
Airbyte
2024-09-29 03:21:28 +03:00
committed by GitHub
parent 33c25575f8
commit 9abe1b8d8a
4 changed files with 6 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 47f17145-fe20-4ef5-a548-e29b048adf84
dockerImageTag: 2.1.22
dockerImageTag: 2.1.23
dockerRepository: airbyte/source-apify-dataset
documentationUrl: https://docs.airbyte.com/integrations/sources/apify-dataset
githubIssueLabel: source-apify-dataset

View File

@@ -114,13 +114,13 @@ files = [
[[package]]
name = "cattrs"
version = "24.1.1"
version = "24.1.2"
description = "Composable complex class support for attrs and dataclasses."
optional = false
python-versions = ">=3.8"
files = [
{file = "cattrs-24.1.1-py3-none-any.whl", hash = "sha256:ec8ce8fdc725de9d07547cd616f968670687c6fa7a2e263b088370c46d834d97"},
{file = "cattrs-24.1.1.tar.gz", hash = "sha256:16e94a13f9aaf6438bd5be5df521e072b1b00481b4cf807bcb1acbd49f814c08"},
{file = "cattrs-24.1.2-py3-none-any.whl", hash = "sha256:67c7495b760168d931a10233f979b28dc04daf853b30752246f4f8471c6d68d0"},
{file = "cattrs-24.1.2.tar.gz", hash = "sha256:8028cfe1ff5382df59dd36474a86e02d817b06eaf8af84555441bac915d2ef85"},
]
[package.dependencies]

View File

@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "2.1.22"
version = "2.1.23"
name = "source-apify-dataset"
description = "Source implementation for Apify Dataset."
authors = [ "Airbyte <contact@airbyte.io>",]

View File

@@ -72,6 +72,7 @@ The Apify dataset connector uses [Apify Python Client](https://docs.apify.com/ap
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :----------------------------------------------------------- | :------------------------------------------------------------------------------ |
| 2.1.23 | 2024-09-28 | [46146](https://github.com/airbytehq/airbyte/pull/46146) | Update dependencies |
| 2.1.22 | 2024-09-21 | [45820](https://github.com/airbytehq/airbyte/pull/45820) | Update dependencies |
| 2.1.21 | 2024-09-14 | [45479](https://github.com/airbytehq/airbyte/pull/45479) | Update dependencies |
| 2.1.20 | 2024-09-07 | [45252](https://github.com/airbytehq/airbyte/pull/45252) | Update dependencies |