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

🐙 source-google-analytics-v4: run up-to-date pipeline [2025-05-10] (#59771)

This commit is contained in:
Airbyte
2025-05-10 17:13:37 +03:00
committed by GitHub
parent 5a12aa2678
commit 35eecaa693
4 changed files with 9 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: eff3616a-f9c3-11eb-9a03-0242ac130003
dockerImageTag: 0.4.18
dockerImageTag: 0.4.19
dockerRepository: airbyte/source-google-analytics-v4
documentationUrl: https://docs.airbyte.com/integrations/sources/google-analytics-v4
githubIssueLabel: source-google-analytics-v4

View File

@@ -874,13 +874,13 @@ pytzdata = ">=2020.1"
[[package]]
name = "platformdirs"
version = "4.3.7"
version = "4.3.8"
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`."
optional = false
python-versions = ">=3.9"
files = [
{file = "platformdirs-4.3.7-py3-none-any.whl", hash = "sha256:a03875334331946f13c549dbd8f4bac7a13a50a895a0eb1e8c6a8ace80d40a94"},
{file = "platformdirs-4.3.7.tar.gz", hash = "sha256:eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351"},
{file = "platformdirs-4.3.8-py3-none-any.whl", hash = "sha256:ff7059bb7eb1179e2685604f4aaf157cfd9535242bd23742eadc3c13542139b4"},
{file = "platformdirs-4.3.8.tar.gz", hash = "sha256:3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc"},
]
[package.extras]
@@ -1263,13 +1263,13 @@ requests = ">=2.0.1,<3.0.0"
[[package]]
name = "setuptools"
version = "80.3.0"
version = "80.4.0"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
optional = false
python-versions = ">=3.9"
files = [
{file = "setuptools-80.3.0-py3-none-any.whl", hash = "sha256:a65cffc4fb86167e3020b3ef58e08226baad8b29a3b34ce2c9d07e901bac481d"},
{file = "setuptools-80.3.0.tar.gz", hash = "sha256:ec8308eb180b2312062b1c5523204acf872cd8b0a9e6c2ae76431b22bc4065d7"},
{file = "setuptools-80.4.0-py3-none-any.whl", hash = "sha256:6cdc8cb9a7d590b237dbe4493614a9b75d0559b888047c1f67d49ba50fc3edb2"},
{file = "setuptools-80.4.0.tar.gz", hash = "sha256:5a78f61820bc088c8e4add52932ae6b8cf423da2aff268c23f813cfbb13b4006"},
]
[package.extras]

View File

@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "0.4.18"
version = "0.4.19"
name = "source-google-analytics-v4"
description = "Source implementation for Google Analytics V4."
authors = [ "Airbyte <contact@airbyte.io>",]

View File

@@ -276,6 +276,7 @@ The Google Analytics connector should not run into the "requests per 100 seconds
| Version | Date | Pull Request | Subject |
|:--------| :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------------------- |
| 0.4.19 | 2025-05-10 | [59771](https://github.com/airbytehq/airbyte/pull/59771) | Update dependencies |
| 0.4.18 | 2025-05-03 | [59242](https://github.com/airbytehq/airbyte/pull/59242) | Update dependencies |
| 0.4.17 | 2025-04-26 | [58782](https://github.com/airbytehq/airbyte/pull/58782) | Update dependencies |
| 0.4.16 | 2025-04-12 | [57685](https://github.com/airbytehq/airbyte/pull/57685) | Update dependencies |