1
0
mirror of synced 2025-12-23 21:03:15 -05:00

🐙 source-apify-dataset: run up-to-date pipeline [2024-07-13] (#41893)

This commit is contained in:
Augustin
2024-07-14 02:19:24 +02:00
committed by GitHub
parent 396294fd1a
commit 2a21c95e24
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.11
dockerImageTag: 2.1.12
dockerRepository: airbyte/source-apify-dataset
documentationUrl: https://docs.airbyte.com/integrations/sources/apify-dataset
githubIssueLabel: source-apify-dataset

View File

@@ -288,13 +288,13 @@ files = [
[[package]]
name = "exceptiongroup"
version = "1.2.1"
version = "1.2.2"
description = "Backport of PEP 654 (exception groups)"
optional = false
python-versions = ">=3.7"
files = [
{file = "exceptiongroup-1.2.1-py3-none-any.whl", hash = "sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad"},
{file = "exceptiongroup-1.2.1.tar.gz", hash = "sha256:a4785e48b045528f5bfe627b6ad554ff32def154f42372786903b7abcfe1aa16"},
{file = "exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b"},
{file = "exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc"},
]
[package.extras]

View File

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