From 3b87a17b6b5329779ac5943fbd8cb49d80ee6a62 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 1 May 2025 03:26:26 +0100 Subject: [PATCH 1/5] chore(deps): Update dependency python to 3.13 (#155) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [python](https://redirect.github.com/actions/python-versions) | uses-with | minor | `3.11` -> `3.13` | --- ### Release Notes
actions/python-versions (python) ### [`v3.13.3`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.3-14344076652): 3.13.3 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.2-13708744326...3.13.3-14344076652) Python 3.13.3 ### [`v3.13.2`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.2-13708744326): 3.13.2 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.1-13437882550...3.13.2-13708744326) Python 3.13.2 ### [`v3.13.1`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.1-13437882550): 3.13.1 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.0-13707372259...3.13.1-13437882550) Python 3.13.1 ### [`v3.13.0`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.0-13707372259): 3.13.0 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.10-14343898437...3.13.0-13707372259) Python 3.13.0 ### [`v3.12.10`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.10-14343898437): 3.12.10 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.9-13149478207...3.12.10-14343898437) Python 3.12.10 ### [`v3.12.9`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.9-13149478207): 3.12.9 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.8-12154062663...3.12.9-13149478207) Python 3.12.9 ### [`v3.12.8`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.8-12154062663): 3.12.8 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.7-11128208086...3.12.8-12154062663) Python 3.12.8 ### [`v3.12.7`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.7-11128208086): 3.12.7 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.6-10765725458...3.12.7-11128208086) Python 3.12.7 ### [`v3.12.6`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.6-10765725458): 3.12.6 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.5-10375840348...3.12.6-10765725458) Python 3.12.6 ### [`v3.12.5`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.5-10375840348): 3.12.5 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.4-9947065640...3.12.5-10375840348) Python 3.12.5 ### [`v3.12.4`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.4-9947065640): 3.12.4 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.3-11057844995...3.12.4-9947065640) Python 3.12.4 ### [`v3.12.3`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.3-11057844995): 3.12.3 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.2-11057786931...3.12.3-11057844995) Python 3.12.3 ### [`v3.12.2`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.2-11057786931): 3.12.2 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.1-11057762749...3.12.2-11057786931) Python 3.12.2 ### [`v3.12.1`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.1-11057762749): 3.12.1 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.0-11057302691...3.12.1-11057762749) Python 3.12.1 ### [`v3.12.0`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.0-11057302691): 3.12.0 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.11.12-14343939122...3.12.0-11057302691) Python 3.12.0
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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://redirect.github.com/renovatebot/renovate). --- .github/workflows/lint.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/regen.yml | 2 +- .github/workflows/unittest.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f2cb227..0ddedfa 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.13" - name: Install dependencies run: | pip install --upgrade pip diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2a521b3..5208925 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.13' - name: Install dependencies run: | pip install -r requirements.txt diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml index 1ece6aa..9a35f61 100644 --- a/.github/workflows/regen.yml +++ b/.github/workflows/regen.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.13' - name: Install dependencies run: | pip install --upgrade pip diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index cb88dc8..4a5c707 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.13' - name: Install dependencies run: | pip install --upgrade pip From d17be22dba8e080a0d40cda7063d03cfc18598f4 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 1 May 2025 03:32:46 +0100 Subject: [PATCH 2/5] fix(deps): Update dependency grpcio to v1.71.0 (#156) 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://redirect.github.com/grpc/grpc)) | minor | `==1.70.0` -> `==1.71.0` | --- ### Release Notes
grpc/grpc (grpcio) ### [`v1.71.0`](https://redirect.github.com/grpc/grpc/releases/tag/v1.71.0) [Compare Source](https://redirect.github.com/grpc/grpc/compare/v1.70.0...v1.71.0) This is release gRPC Core 1.71.0 (gears). For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://redirect.github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes. ## Core - \[CallAttemptTracer] Fix call attempt tracer lifetimes for retries ([#​38729](https://redirect.github.com/grpc/grpc/issues/38729)). ([#​38796](https://redirect.github.com/grpc/grpc/pull/38796)) - \[pick_first] fix bug that caused us to stop triggering connection attempts. ([#​38714](https://redirect.github.com/grpc/grpc/pull/38714)) - \[CodeGen]\[CPP] Added support for service "deprecated" option. ([#​38493](https://redirect.github.com/grpc/grpc/pull/38493)) - \[EventEngine] Add SetDefaultEventEngine API (and friends). ([#​38316](https://redirect.github.com/grpc/grpc/pull/38316)) ## C++ - \[build] Restrict grpc++\_public_hdrs target to internal visibility. ([#​38646](https://redirect.github.com/grpc/grpc/pull/38646)) - \[Doc] Added C++17 cmake option. ([#​38432](https://redirect.github.com/grpc/grpc/pull/38432)) ## Python - \[CI] Drop Python 3.8. ([#​38747](https://redirect.github.com/grpc/grpc/pull/38747)) - \[Python] Support musl-linux binary wheels on arm64. ([#​38223](https://redirect.github.com/grpc/grpc/pull/38223)) ## Ruby - \[ruby] Build/test ruby 3.4 and build native gems with Ruby 3.4 support. ([#​38338](https://redirect.github.com/grpc/grpc/pull/38338))
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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://redirect.github.com/renovatebot/renovate). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c1d6b08..b71cc70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ black==25.1.0 grpcio-tools==1.70.0 -grpcio==1.70.0 +grpcio==1.71.0 protobuf==5.29.4 pyarrow==19.0.1 pytest==8.3.5 From 0f0d9f89c4f9f25332452907705c4b3c7e476fbe Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 1 May 2025 04:59:33 +0100 Subject: [PATCH 3/5] fix(deps): Update dependency grpcio-tools to v1.71.0 (#158) 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.70.0` -> `==1.71.0` | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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://redirect.github.com/renovatebot/renovate). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b71cc70..160e0f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ black==25.1.0 -grpcio-tools==1.70.0 +grpcio-tools==1.71.0 grpcio==1.71.0 protobuf==5.29.4 pyarrow==19.0.1 From 84e433c35126a4bf5b240f953f80baf89e22ef89 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 1 May 2025 09:02:45 +0100 Subject: [PATCH 4/5] fix: Generate Python Code from `plugin-pb` (#160) 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 fd11ff1..141ae65 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.70.0' +GRPC_GENERATED_VERSION = '1.71.0' 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 e04d89d..824b053 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.70.0' +GRPC_GENERATED_VERSION = '1.71.0' GRPC_VERSION = grpc.__version__ _version_not_supported = False From ecf4258fca9c02eb60c35aa6f10104f4487f7d67 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 9 May 2025 12:40:55 +0100 Subject: [PATCH 5/5] chore(main): Release v0.0.43 (#157) :robot: I have created a release *beep* *boop* --- ## [0.0.43](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.42...v0.0.43) (2025-05-01) ### Bug Fixes * **deps:** Update dependency grpcio to v1.71.0 ([#156](https://github.com/cloudquery/plugin-pb-python/issues/156)) ([d17be22](https://github.com/cloudquery/plugin-pb-python/commit/d17be22dba8e080a0d40cda7063d03cfc18598f4)) * **deps:** Update dependency grpcio-tools to v1.71.0 ([#158](https://github.com/cloudquery/plugin-pb-python/issues/158)) ([0f0d9f8](https://github.com/cloudquery/plugin-pb-python/commit/0f0d9f89c4f9f25332452907705c4b3c7e476fbe)) * Generate Python Code from `plugin-pb` ([#160](https://github.com/cloudquery/plugin-pb-python/issues/160)) ([84e433c](https://github.com/cloudquery/plugin-pb-python/commit/84e433c35126a4bf5b240f953f80baf89e22ef89)) --- 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 | 9 +++++++++ setup.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 34879d8..d7a636b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.42" + ".": "0.0.43" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d4e24..bb03777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.0.43](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.42...v0.0.43) (2025-05-01) + + +### Bug Fixes + +* **deps:** Update dependency grpcio to v1.71.0 ([#156](https://github.com/cloudquery/plugin-pb-python/issues/156)) ([d17be22](https://github.com/cloudquery/plugin-pb-python/commit/d17be22dba8e080a0d40cda7063d03cfc18598f4)) +* **deps:** Update dependency grpcio-tools to v1.71.0 ([#158](https://github.com/cloudquery/plugin-pb-python/issues/158)) ([0f0d9f8](https://github.com/cloudquery/plugin-pb-python/commit/0f0d9f89c4f9f25332452907705c4b3c7e476fbe)) +* Generate Python Code from `plugin-pb` ([#160](https://github.com/cloudquery/plugin-pb-python/issues/160)) ([84e433c](https://github.com/cloudquery/plugin-pb-python/commit/84e433c35126a4bf5b240f953f80baf89e22ef89)) + ## [0.0.42](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.41...v0.0.42) (2025-04-01) diff --git a/setup.py b/setup.py index c3e58f9..98fa3a1 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.42", + version="0.0.43", description=description, long_description=long_description, author="CloudQuery LTD",