1
0
mirror of synced 2025-12-25 11:06:55 -05:00

🐙 source-google-directory: run up-to-date pipeline [2025-05-10] (#59799)

This commit is contained in:
Airbyte
2025-05-10 19:13:56 +03:00
committed by GitHub
parent 88516846b5
commit 34a6cfe215
4 changed files with 13 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: d19ae824-e289-4b14-995a-0632eb46d246
dockerImageTag: 0.2.42
dockerImageTag: 0.2.43
dockerRepository: airbyte/source-google-directory
githubIssueLabel: source-google-directory
icon: googledirectory.svg
@@ -14,7 +14,7 @@ data:
packageName: airbyte-source-google-directory
registryOverrides:
cloud:
dockerImageTag: 0.2.42
dockerImageTag: 0.2.43
enabled: true
oss:
enabled: true

View File

@@ -346,13 +346,13 @@ uritemplate = ">=3.0.0,<4dev"
[[package]]
name = "google-auth"
version = "2.39.0"
version = "2.40.1"
description = "Google Authentication Library"
optional = false
python-versions = ">=3.7"
files = [
{file = "google_auth-2.39.0-py2.py3-none-any.whl", hash = "sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2"},
{file = "google_auth-2.39.0.tar.gz", hash = "sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7"},
{file = "google_auth-2.40.1-py2.py3-none-any.whl", hash = "sha256:ed4cae4f5c46b41bae1d19c036e06f6c371926e97b19e816fc854eff811974ee"},
{file = "google_auth-2.40.1.tar.gz", hash = "sha256:58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540"},
]
[package.dependencies]
@@ -656,13 +656,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]
@@ -1105,13 +1105,13 @@ pyasn1 = ">=0.1.3"
[[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.2.42"
version = "0.2.43"
name = "source-google-directory"
description = "Source implementation for Google Directory."
authors = [ "Airbyte <contact@airbyte.io>",]

View File

@@ -70,6 +70,7 @@ You should now be ready to use the Google Directory connector in Airbyte.
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :----------------------------------------------------------- |
| 0.2.43 | 2025-05-10 | [59799](https://github.com/airbytehq/airbyte/pull/59799) | Update dependencies |
| 0.2.42 | 2025-05-03 | [59264](https://github.com/airbytehq/airbyte/pull/59264) | Update dependencies |
| 0.2.41 | 2025-04-26 | [58792](https://github.com/airbytehq/airbyte/pull/58792) | Update dependencies |
| 0.2.40 | 2025-04-19 | [58186](https://github.com/airbytehq/airbyte/pull/58186) | Update dependencies |