From 2ad324c3b332ea4147cccd64a5d6bfa0ba5312ab Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Feb 2025 00:59:35 +0000 Subject: [PATCH 1/7] fix(deps): Update dependency protobuf to v5.29.3 (#142) 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.29.2` -> `==5.29.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 f373889..490a282 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ black==24.10.0 grpcio-tools==1.68.1 grpcio==1.68.1 -protobuf==5.29.2 +protobuf==5.29.3 pyarrow==18.0.0 pytest==8.3.4 From 3f9ab43069600c4712f1773ac31d9ff824fe0049 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Feb 2025 01:55:01 +0000 Subject: [PATCH 2/7] fix(deps): Update dependency grpcio to v1.70.0 (#143) 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.68.1` -> `==1.70.0` | --- ### Release Notes
grpc/grpc (grpcio) ### [`v1.70.0`](https://togithub.com/grpc/grpc/releases/tag/v1.70.0) [Compare Source](https://togithub.com/grpc/grpc/compare/v1.69.0...v1.70.0) This is release 1.70.0 ([genius](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 - \[BoringSSL] Update third_party/boringssl-with-bazel. ([#​38274](https://togithub.com/grpc/grpc/issues/38274)) ## C++ - gRPC C++ begins to require C++17 or later to build and use gRPC C++. You may need the following settings: - CMake: Add CMAKE_CXX_STANDARD=17 to your CMake build command. - Bazel: Add --cxxopt='/std:c++17' and --host_cxxopt='/std:c++17' to your Bazel build command. - gRPC 1.69, the final version compatible with C++14, will be supported until December 10, 2025, according to https://github.com/grpc/proposal/blob/master/L120-requiring-cpp17.md. ### [`v1.69.0`](https://togithub.com/grpc/grpc/releases/tag/v1.69.0) [Compare Source](https://togithub.com/grpc/grpc/compare/v1.68.1...v1.69.0) This is release 1.69.0 ([gridiron](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 - \[Alarm] Fix Alarm reuse on cancellation. ([#​38114](https://togithub.com/grpc/grpc/pull/38114)) - \[xDS RBAC] Support string_match in HeaderMatcher. ([#​38185](https://togithub.com/grpc/grpc/pull/38185)) - \[pick_first] fix shutdown bug in new PF impl. ([#​38144](https://togithub.com/grpc/grpc/pull/38144)) - \[c-ares] Fix inverted length check in GrpcPolledFdWindows. ([#​38101](https://togithub.com/grpc/grpc/pull/38101)) - \[RetryFilter] Copy the SliceBuffer from RetryFilter's cache to batch payload. ([#​38069](https://togithub.com/grpc/grpc/pull/38069)) - \[EventEngine] Add stronger wording on Endpoint::Read contract. ([#​38036](https://togithub.com/grpc/grpc/pull/38036)) - \[chttp2] Fix channelz address. ([#​38022](https://togithub.com/grpc/grpc/pull/38022)) - \[XdsClient] Add missing authority to XdsClient metrics scope. ([#​38009](https://togithub.com/grpc/grpc/pull/38009)) - \[EventEngine] API contract: Endpoint::Read will provide either an error or data, but never both. ([#​38019](https://togithub.com/grpc/grpc/pull/38019)) - \[Build] Dropped Bazel 6.x support. ([#​37979](https://togithub.com/grpc/grpc/pull/37979)) ## Python - \[Build] Override MACOSX_DEPLOYMENT_TARGET for gRPC Python. ([#​37997](https://togithub.com/grpc/grpc/pull/37997))
--- ### 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 490a282..f429e7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ black==24.10.0 grpcio-tools==1.68.1 -grpcio==1.68.1 +grpcio==1.70.0 protobuf==5.29.3 pyarrow==18.0.0 pytest==8.3.4 From b24fdff4f2af1e0c4ec7c35d7e1bda37847d7889 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Feb 2025 01:57:06 +0000 Subject: [PATCH 3/7] fix(deps): Update dependency pyarrow to v18.1.0 (#146) 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) | minor | `==18.0.0` -> `==18.1.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 f429e7b..c171331 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ black==24.10.0 grpcio-tools==1.68.1 grpcio==1.70.0 protobuf==5.29.3 -pyarrow==18.0.0 +pyarrow==18.1.0 pytest==8.3.4 From 6244d818e6a95a3a0e1f2bef528245628413d195 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Feb 2025 02:46:30 +0000 Subject: [PATCH 4/7] fix(deps): Update dependency grpcio-tools to v1.70.0 (#145) 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.68.1` -> `==1.70.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 c171331..d414b97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ black==24.10.0 -grpcio-tools==1.68.1 +grpcio-tools==1.70.0 grpcio==1.70.0 protobuf==5.29.3 pyarrow==18.1.0 From a8af1f2ac441174b24113745e40cc1576a935bea Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Feb 2025 08:02:28 +0000 Subject: [PATCH 5/7] fix: Generate Python Code from `plugin-pb` (#148) This PR was created by a scheduled workflow to regenerate the Python code from `plugin-pb`. --- cloudquery/discovery_v1/discovery_pb2.py | 6 +++--- cloudquery/discovery_v1/discovery_pb2_grpc.py | 2 +- cloudquery/plugin_v3/plugin_pb2.py | 6 +++--- cloudquery/plugin_v3/plugin_pb2_grpc.py | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cloudquery/discovery_v1/discovery_pb2.py b/cloudquery/discovery_v1/discovery_pb2.py index 86a7779..37f9976 100644 --- a/cloudquery/discovery_v1/discovery_pb2.py +++ b/cloudquery/discovery_v1/discovery_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: cloudquery/discovery_v1/discovery.proto -# Protobuf Python Version: 5.28.1 +# Protobuf Python Version: 5.29.0 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -12,8 +12,8 @@ _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, 5, - 28, - 1, + 29, + 0, '', 'cloudquery/discovery_v1/discovery.proto' ) diff --git a/cloudquery/discovery_v1/discovery_pb2_grpc.py b/cloudquery/discovery_v1/discovery_pb2_grpc.py index 6224bea..fd11ff1 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.68.1' +GRPC_GENERATED_VERSION = '1.70.0' GRPC_VERSION = grpc.__version__ _version_not_supported = False diff --git a/cloudquery/plugin_v3/plugin_pb2.py b/cloudquery/plugin_v3/plugin_pb2.py index eed556d..464b046 100644 --- a/cloudquery/plugin_v3/plugin_pb2.py +++ b/cloudquery/plugin_v3/plugin_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: cloudquery/plugin_v3/plugin.proto -# Protobuf Python Version: 5.28.1 +# Protobuf Python Version: 5.29.0 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -12,8 +12,8 @@ _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, 5, - 28, - 1, + 29, + 0, '', 'cloudquery/plugin_v3/plugin.proto' ) diff --git a/cloudquery/plugin_v3/plugin_pb2_grpc.py b/cloudquery/plugin_v3/plugin_pb2_grpc.py index ad11b24..e04d89d 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.68.1' +GRPC_GENERATED_VERSION = '1.70.0' GRPC_VERSION = grpc.__version__ _version_not_supported = False From e20f87631940e908e8ec57dc75bafb1135b8e4c9 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 3 Feb 2025 09:40:59 +0000 Subject: [PATCH 6/7] fix(deps): Update dependency pyarrow to v19 (#147) 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 | `==18.1.0` -> `==19.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 d414b97..48a9b2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ black==24.10.0 grpcio-tools==1.70.0 grpcio==1.70.0 protobuf==5.29.3 -pyarrow==18.1.0 +pyarrow==19.0.0 pytest==8.3.4 From 947f3d1a29798f7b790ea037a113d3f20eb54e99 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:22:09 +0000 Subject: [PATCH 7/7] chore(main): Release v0.0.40 (#144) :robot: I have created a release *beep* *boop* --- ## [0.0.40](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.39...v0.0.40) (2025-02-03) ### Bug Fixes * **deps:** Update dependency grpcio to v1.70.0 ([#143](https://github.com/cloudquery/plugin-pb-python/issues/143)) ([3f9ab43](https://github.com/cloudquery/plugin-pb-python/commit/3f9ab43069600c4712f1773ac31d9ff824fe0049)) * **deps:** Update dependency grpcio-tools to v1.70.0 ([#145](https://github.com/cloudquery/plugin-pb-python/issues/145)) ([6244d81](https://github.com/cloudquery/plugin-pb-python/commit/6244d818e6a95a3a0e1f2bef528245628413d195)) * **deps:** Update dependency protobuf to v5.29.3 ([#142](https://github.com/cloudquery/plugin-pb-python/issues/142)) ([2ad324c](https://github.com/cloudquery/plugin-pb-python/commit/2ad324c3b332ea4147cccd64a5d6bfa0ba5312ab)) * **deps:** Update dependency pyarrow to v18.1.0 ([#146](https://github.com/cloudquery/plugin-pb-python/issues/146)) ([b24fdff](https://github.com/cloudquery/plugin-pb-python/commit/b24fdff4f2af1e0c4ec7c35d7e1bda37847d7889)) * **deps:** Update dependency pyarrow to v19 ([#147](https://github.com/cloudquery/plugin-pb-python/issues/147)) ([e20f876](https://github.com/cloudquery/plugin-pb-python/commit/e20f87631940e908e8ec57dc75bafb1135b8e4c9)) * Generate Python Code from `plugin-pb` ([#148](https://github.com/cloudquery/plugin-pb-python/issues/148)) ([a8af1f2](https://github.com/cloudquery/plugin-pb-python/commit/a8af1f2ac441174b24113745e40cc1576a935bea)) --- 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 39fa8ed..28d28bd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.39" + ".": "0.0.40" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc3acf..139eafa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.40](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.39...v0.0.40) (2025-02-03) + + +### Bug Fixes + +* **deps:** Update dependency grpcio to v1.70.0 ([#143](https://github.com/cloudquery/plugin-pb-python/issues/143)) ([3f9ab43](https://github.com/cloudquery/plugin-pb-python/commit/3f9ab43069600c4712f1773ac31d9ff824fe0049)) +* **deps:** Update dependency grpcio-tools to v1.70.0 ([#145](https://github.com/cloudquery/plugin-pb-python/issues/145)) ([6244d81](https://github.com/cloudquery/plugin-pb-python/commit/6244d818e6a95a3a0e1f2bef528245628413d195)) +* **deps:** Update dependency protobuf to v5.29.3 ([#142](https://github.com/cloudquery/plugin-pb-python/issues/142)) ([2ad324c](https://github.com/cloudquery/plugin-pb-python/commit/2ad324c3b332ea4147cccd64a5d6bfa0ba5312ab)) +* **deps:** Update dependency pyarrow to v18.1.0 ([#146](https://github.com/cloudquery/plugin-pb-python/issues/146)) ([b24fdff](https://github.com/cloudquery/plugin-pb-python/commit/b24fdff4f2af1e0c4ec7c35d7e1bda37847d7889)) +* **deps:** Update dependency pyarrow to v19 ([#147](https://github.com/cloudquery/plugin-pb-python/issues/147)) ([e20f876](https://github.com/cloudquery/plugin-pb-python/commit/e20f87631940e908e8ec57dc75bafb1135b8e4c9)) +* Generate Python Code from `plugin-pb` ([#148](https://github.com/cloudquery/plugin-pb-python/issues/148)) ([a8af1f2](https://github.com/cloudquery/plugin-pb-python/commit/a8af1f2ac441174b24113745e40cc1576a935bea)) + ## [0.0.39](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.38...v0.0.39) (2025-01-01) diff --git a/setup.py b/setup.py index c2cbb2b..5713d1a 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.39", + version="0.0.40", description=description, long_description=long_description, author="CloudQuery LTD",