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

🐙 source-apify-dataset: run up-to-date pipeline [2024-06-25] (#40411)

This commit is contained in:
Augustin
2024-06-26 02:23:38 +02:00
committed by GitHub
parent 36d326c661
commit a52797f94e
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.7
dockerImageTag: 2.1.8
dockerRepository: airbyte/source-apify-dataset
documentationUrl: https://docs.airbyte.com/integrations/sources/apify-dataset
githubIssueLabel: source-apify-dataset

View File

@@ -862,13 +862,13 @@ fixture = ["fixtures"]
[[package]]
name = "setuptools"
version = "70.1.0"
version = "70.1.1"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
optional = false
python-versions = ">=3.8"
files = [
{file = "setuptools-70.1.0-py3-none-any.whl", hash = "sha256:d9b8b771455a97c8a9f3ab3448ebe0b29b5e105f1228bba41028be116985a267"},
{file = "setuptools-70.1.0.tar.gz", hash = "sha256:01a1e793faa5bd89abc851fa15d0a0db26f160890c7102cd8dce643e886b47f5"},
{file = "setuptools-70.1.1-py3-none-any.whl", hash = "sha256:a58a8fde0541dab0419750bcc521fbdf8585f6e5cb41909df3a472ef7b81ca95"},
{file = "setuptools-70.1.1.tar.gz", hash = "sha256:937a48c7cdb7a21eb53cd7f9b59e525503aa8abaf3584c730dc5f7a5bec3a650"},
]
[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.7"
version = "2.1.8"
name = "source-apify-dataset"
description = "Source implementation for Apify Dataset."
authors = [ "Airbyte <contact@airbyte.io>",]