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

🐙 source-zapier-supported-storage: run up-to-date pipeline [2024-07-13] (#41906)

This commit is contained in:
Augustin
2024-07-14 02:18:42 +02:00
committed by GitHub
parent 09bbc81400
commit 82885ea666
4 changed files with 6 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: b8c917bc-7d1b-4828-995f-6726820266d0
dockerImageTag: 0.1.10
dockerImageTag: 0.1.11
dockerRepository: airbyte/source-zapier-supported-storage
documentationUrl: https://docs.airbyte.com/integrations/sources/zapier-supported-storage
githubIssueLabel: source-zapier-supported-storage

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 = "0.1.10"
version = "0.1.11"
name = "source-zapier-supported-storage"
description = "Source implementation for Zapier Supported Storage."
authors = [ "Airbyte <contact@airbyte.io>",]

View File

@@ -25,6 +25,7 @@ The Zapier Supported Storage Connector can be used to sync your [Zapier](https:/
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------| |
| 0.1.11 | 2024-07-13 | [41906](https://github.com/airbytehq/airbyte/pull/41906) | Update dependencies |
| 0.1.10 | 2024-07-10 | [41563](https://github.com/airbytehq/airbyte/pull/41563) | Update dependencies |
| 0.1.9 | 2024-07-09 | [41122](https://github.com/airbytehq/airbyte/pull/41122) | Update dependencies |
| 0.1.8 | 2024-07-06 | [40980](https://github.com/airbytehq/airbyte/pull/40980) | Update dependencies |