From ab7d3deedb87cd7818ff6e1210e926214cff4b2e Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:59:19 -0400 Subject: [PATCH 1/7] fix(deps): Update dependency protobuf to v5.28.3 (#125) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [protobuf](https://developers.google.com/protocol-buffers/) | patch | `==5.28.2` -> `==5.28.3` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aac77db..2019474 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ black==24.8.0 grpcio-tools==1.66.2 grpcio==1.66.2 -protobuf==5.28.2 +protobuf==5.28.3 pyarrow==17.0.0 pytest==8.3.3 From 44d8c268229cf7c115040b764ff97c376a7a12e6 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 31 Oct 2024 21:04:22 -0400 Subject: [PATCH 2/7] fix(deps): Update dependency black to v24.10.0 (#126) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [black](https://togithub.com/psf/black) ([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) | minor | `==24.8.0` -> `==24.10.0` | --- ### Release Notes
psf/black (black) ### [`v24.10.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#24100) [Compare Source](https://togithub.com/psf/black/compare/24.8.0...24.10.0) ##### Highlights - Black is now officially tested with Python 3.13 and provides Python 3.13 mypyc-compiled wheels. ([#​4436](https://togithub.com/psf/black/issues/4436)) ([#​4449](https://togithub.com/psf/black/issues/4449)) - Black will issue an error when used with Python 3.12.5, due to an upstream memory safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please use Python 3.12.6 or Python 3.12.4 instead. ([#​4447](https://togithub.com/psf/black/issues/4447)) - Black no longer supports running with Python 3.8 ([#​4452](https://togithub.com/psf/black/issues/4452)) ##### Stable style - Fix crashes involving comments in parenthesised return types or `X | Y` style unions. ([#​4453](https://togithub.com/psf/black/issues/4453)) - Fix skipping Jupyter cells with unknown `%%` magic ([#​4462](https://togithub.com/psf/black/issues/4462)) ##### Preview style - Fix type annotation spacing between \* and more complex type variable tuple (i.e. `def fn(*args: *tuple[*Ts, T]) -> None: pass`) ([#​4440](https://togithub.com/psf/black/issues/4440)) ##### Caching - Fix bug where the cache was shared between runs with and without `--unstable` ([#​4466](https://togithub.com/psf/black/issues/4466)) ##### Packaging - Upgrade version of mypyc used to 1.12 beta ([#​4450](https://togithub.com/psf/black/issues/4450)) ([#​4449](https://togithub.com/psf/black/issues/4449)) - `blackd` now requires a newer version of aiohttp. ([#​4451](https://togithub.com/psf/black/issues/4451)) ##### Output - Added Python target version information on parse error ([#​4378](https://togithub.com/psf/black/issues/4378)) - Add information about Black version to internal error messages ([#​4457](https://togithub.com/psf/black/issues/4457))
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2019474..b697595 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -black==24.8.0 +black==24.10.0 grpcio-tools==1.66.2 grpcio==1.66.2 protobuf==5.28.3 From cb6b8ddffc96964a2f67f9daed661766a59dc130 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 31 Oct 2024 21:54:54 -0400 Subject: [PATCH 3/7] fix(deps): Update dependency grpcio to v1.67.1 (#128) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grpcio](https://grpc.io) ([source](https://togithub.com/grpc/grpc)) | minor | `==1.66.2` -> `==1.67.1` | --- ### Release Notes
grpc/grpc (grpcio) ### [`v1.67.1`](https://togithub.com/grpc/grpc/releases/tag/v1.67.1) [Compare Source](https://togithub.com/grpc/grpc/compare/v1.67.0...v1.67.1) This is release gRPC Core 1.67.1 (gesundheit). This is a Python-only patch release. For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://togithub.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes. ### [`v1.67.0`](https://togithub.com/grpc/grpc/releases/tag/v1.67.0) [Compare Source](https://togithub.com/grpc/grpc/compare/v1.66.2...v1.67.0) This is release 1.67.0 ([gesundheit](https://togithub.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core. For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://togithub.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes, with highlights listed below. ## Core - \[ruby] reduce an INFO log to DEBUG (backport[https://github.com/grpc/grpc/pull/37633](https://togithub.com/grpc/grpc/pull/37633)3). ([#​37686](https://togithub.com/grpc/grpc/pull/37686)) - \[release] Bump core version to 44.0.0. ([#​37661](https://togithub.com/grpc/grpc/pull/37661)) - \[RlsLB] Fix Deadlock. ([#​37459](https://togithub.com/grpc/grpc/pull/37459)) - \[Python Otel] Manage call tracer life cycle use call arena. ([#​37460](https://togithub.com/grpc/grpc/pull/37460)) ## C++ - \[OTel C++] Fix race when adding and removing callbacks. ([#​37485](https://togithub.com/grpc/grpc/pull/37485)) ## Python - \[Backport to 1.67.x] Add templating and support for Python 3.13 ([#​37643](https://togithub.com/grpc/grpc/issues/37643)). ([#​37803](https://togithub.com/grpc/grpc/pull/37803)) - Add templating and support for Python 3.13. ([#​37643](https://togithub.com/grpc/grpc/pull/37643)) - \[Python Distrib] Change warning to RuntimeError for version incompatibility. ([#​37466](https://togithub.com/grpc/grpc/pull/37466)) - \[reflection]: python: reflection returns `original_request`. ([#​36944](https://togithub.com/grpc/grpc/pull/36944)) ## Ruby - \[ruby] drop ruby 2.7 support. ([#​37430](https://togithub.com/grpc/grpc/pull/37430)) - \[ruby] reduce ruby gpr_log invocations from INFO to DEBUG. ([#​37426](https://togithub.com/grpc/grpc/pull/37426)) - \[ruby] refactor flaky test and expose cancel_with_status. ([#​37410](https://togithub.com/grpc/grpc/pull/37410))
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b697595..45c628c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ black==24.10.0 grpcio-tools==1.66.2 -grpcio==1.66.2 +grpcio==1.67.1 protobuf==5.28.3 pyarrow==17.0.0 pytest==8.3.3 From 893eb3ae3f34dfd0092891554edd084540210142 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 31 Oct 2024 22:48:10 -0400 Subject: [PATCH 4/7] fix(deps): Update dependency grpcio-tools to v1.67.1 (#129) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grpcio-tools](https://grpc.io) | minor | `==1.66.2` -> `==1.67.1` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 45c628c..e869cec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ black==24.10.0 -grpcio-tools==1.66.2 +grpcio-tools==1.67.1 grpcio==1.67.1 protobuf==5.28.3 pyarrow==17.0.0 From a6942cb62d5244665fa45342392b30ab74f2ed7a Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 1 Nov 2024 04:02:40 -0400 Subject: [PATCH 5/7] fix: Generate Python Code from `plugin-pb` (#131) This PR was created by a scheduled workflow to regenerate the Python code from `plugin-pb`. --- cloudquery/discovery_v1/discovery_pb2_grpc.py | 2 +- cloudquery/plugin_v3/plugin_pb2_grpc.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudquery/discovery_v1/discovery_pb2_grpc.py b/cloudquery/discovery_v1/discovery_pb2_grpc.py index 0518302..3706b3c 100644 --- a/cloudquery/discovery_v1/discovery_pb2_grpc.py +++ b/cloudquery/discovery_v1/discovery_pb2_grpc.py @@ -5,7 +5,7 @@ from cloudquery.discovery_v1 import discovery_pb2 as cloudquery_dot_discovery__v1_dot_discovery__pb2 -GRPC_GENERATED_VERSION = '1.66.2' +GRPC_GENERATED_VERSION = '1.67.1' GRPC_VERSION = grpc.__version__ _version_not_supported = False diff --git a/cloudquery/plugin_v3/plugin_pb2_grpc.py b/cloudquery/plugin_v3/plugin_pb2_grpc.py index 6219d65..a1db138 100644 --- a/cloudquery/plugin_v3/plugin_pb2_grpc.py +++ b/cloudquery/plugin_v3/plugin_pb2_grpc.py @@ -5,7 +5,7 @@ from cloudquery.plugin_v3 import plugin_pb2 as cloudquery_dot_plugin__v3_dot_plugin__pb2 -GRPC_GENERATED_VERSION = '1.66.2' +GRPC_GENERATED_VERSION = '1.67.1' GRPC_VERSION = grpc.__version__ _version_not_supported = False From 59681eb63848430b1b177ad94ba7a5f5c04e95e5 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:22:54 -0500 Subject: [PATCH 6/7] fix(deps): Update dependency pyarrow to v18 (#130) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pyarrow](https://togithub.com/apache/arrow) | major | `==17.0.0` -> `==18.0.0` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e869cec..c295ac9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ black==24.10.0 grpcio-tools==1.67.1 grpcio==1.67.1 protobuf==5.28.3 -pyarrow==17.0.0 +pyarrow==18.0.0 pytest==8.3.3 From 920215c4398d56b227b95786a1d35e00f1daef03 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:25:01 -0500 Subject: [PATCH 7/7] chore(main): Release v0.0.37 (#127) :robot: I have created a release *beep* *boop* --- ## [0.0.37](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.36...v0.0.37) (2024-11-04) ### Bug Fixes * **deps:** Update dependency black to v24.10.0 ([#126](https://github.com/cloudquery/plugin-pb-python/issues/126)) ([44d8c26](https://github.com/cloudquery/plugin-pb-python/commit/44d8c268229cf7c115040b764ff97c376a7a12e6)) * **deps:** Update dependency grpcio to v1.67.1 ([#128](https://github.com/cloudquery/plugin-pb-python/issues/128)) ([cb6b8dd](https://github.com/cloudquery/plugin-pb-python/commit/cb6b8ddffc96964a2f67f9daed661766a59dc130)) * **deps:** Update dependency grpcio-tools to v1.67.1 ([#129](https://github.com/cloudquery/plugin-pb-python/issues/129)) ([893eb3a](https://github.com/cloudquery/plugin-pb-python/commit/893eb3ae3f34dfd0092891554edd084540210142)) * **deps:** Update dependency protobuf to v5.28.3 ([#125](https://github.com/cloudquery/plugin-pb-python/issues/125)) ([ab7d3de](https://github.com/cloudquery/plugin-pb-python/commit/ab7d3deedb87cd7818ff6e1210e926214cff4b2e)) * **deps:** Update dependency pyarrow to v18 ([#130](https://github.com/cloudquery/plugin-pb-python/issues/130)) ([59681eb](https://github.com/cloudquery/plugin-pb-python/commit/59681eb63848430b1b177ad94ba7a5f5c04e95e5)) * Generate Python Code from `plugin-pb` ([#131](https://github.com/cloudquery/plugin-pb-python/issues/131)) ([a6942cb](https://github.com/cloudquery/plugin-pb-python/commit/a6942cb62d5244665fa45342392b30ab74f2ed7a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d1b9552..b7d91ce 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.36" + ".": "0.0.37" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d56da68..1b604a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.37](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.36...v0.0.37) (2024-11-04) + + +### Bug Fixes + +* **deps:** Update dependency black to v24.10.0 ([#126](https://github.com/cloudquery/plugin-pb-python/issues/126)) ([44d8c26](https://github.com/cloudquery/plugin-pb-python/commit/44d8c268229cf7c115040b764ff97c376a7a12e6)) +* **deps:** Update dependency grpcio to v1.67.1 ([#128](https://github.com/cloudquery/plugin-pb-python/issues/128)) ([cb6b8dd](https://github.com/cloudquery/plugin-pb-python/commit/cb6b8ddffc96964a2f67f9daed661766a59dc130)) +* **deps:** Update dependency grpcio-tools to v1.67.1 ([#129](https://github.com/cloudquery/plugin-pb-python/issues/129)) ([893eb3a](https://github.com/cloudquery/plugin-pb-python/commit/893eb3ae3f34dfd0092891554edd084540210142)) +* **deps:** Update dependency protobuf to v5.28.3 ([#125](https://github.com/cloudquery/plugin-pb-python/issues/125)) ([ab7d3de](https://github.com/cloudquery/plugin-pb-python/commit/ab7d3deedb87cd7818ff6e1210e926214cff4b2e)) +* **deps:** Update dependency pyarrow to v18 ([#130](https://github.com/cloudquery/plugin-pb-python/issues/130)) ([59681eb](https://github.com/cloudquery/plugin-pb-python/commit/59681eb63848430b1b177ad94ba7a5f5c04e95e5)) +* Generate Python Code from `plugin-pb` ([#131](https://github.com/cloudquery/plugin-pb-python/issues/131)) ([a6942cb](https://github.com/cloudquery/plugin-pb-python/commit/a6942cb62d5244665fa45342392b30ab74f2ed7a)) + ## [0.0.36](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.35...v0.0.36) (2024-10-01) diff --git a/setup.py b/setup.py index e56d4e7..7429d57 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.36", + version="0.0.37", description=description, long_description=long_description, author="CloudQuery LTD",