From d1aa84891a7d99bc5f0bf12d5c572c65b9ca0c6b Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Fri, 27 Oct 2023 14:36:42 +0200 Subject: [PATCH 1/7] fix: Pin Python version to `3.11` (#31) Latest Python version doesn't work with the Arrow version we're using (we're using the latest Arrow version but a new version should be released soon) --- .github/workflows/publish.yml | 2 +- .github/workflows/regen.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index adafe7f..59a07a5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.11' - name: Install dependencies run: | pip install -r requirements.txt diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml index ba815e7..766ff07 100644 --- a/.github/workflows/regen.yml +++ b/.github/workflows/regen.yml @@ -14,9 +14,10 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.x" + python-version: '3.11' - name: Install dependencies run: | + pip install --upgrade pip pip install -r requirements.txt - name: Generate code run: | From aef910fdde8001b8b37913b45e546e3730c7afb7 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 1 Nov 2023 02:31:59 +0200 Subject: [PATCH 2/7] fix(deps): Update dependency grpcio to v1.59.2 (#33) 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)) | patch | `==1.59.0` -> `==1.59.2` | --- ### Release Notes
grpc/grpc (grpcio) ### [`v1.59.2`](https://togithub.com/grpc/grpc/releases/tag/v1.59.2) [Compare Source](https://togithub.com/grpc/grpc/compare/v1.59.0...v1.59.2) This is release 1.59.2 ([generative](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 - \[chttp2] Rollup of fixes for CVE-2023-44487. ([#​34763](https://togithub.com/grpc/grpc/pull/34763))
--- ### 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 860f7f5..a9519c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ black==23.9.1 grpcio-tools==1.59.0 -grpcio==1.59.0 +grpcio==1.59.2 protobuf==4.24.3 pyarrow==13.0.0 pytest==7.4.2 \ No newline at end of file From 8af794b7784c8df9de2c52cb076a1fc879b8c7d5 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 1 Nov 2023 03:44:40 +0200 Subject: [PATCH 3/7] fix(deps): Update dependency grpcio-tools to v1.59.2 (#34) 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) | patch | `==1.59.0` -> `==1.59.2` | --- ### 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 a9519c8..b90a342 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ black==23.9.1 -grpcio-tools==1.59.0 +grpcio-tools==1.59.2 grpcio==1.59.2 protobuf==4.24.3 pyarrow==13.0.0 From 4418a67dc0edbc694817d1983fcf9ee3841ece9a Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 1 Nov 2023 03:51:38 +0200 Subject: [PATCH 4/7] fix(deps): Update dependency protobuf to v4.24.4 (#35) 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 | `==4.24.3` -> `==4.24.4` | --- ### 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 b90a342..5b5867a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ black==23.9.1 grpcio-tools==1.59.2 grpcio==1.59.2 -protobuf==4.24.3 +protobuf==4.24.4 pyarrow==13.0.0 pytest==7.4.2 \ No newline at end of file From 61189c26afa05beb14c751814a692e5de54a37ec Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 1 Nov 2023 03:59:46 +0200 Subject: [PATCH 5/7] fix(deps): Update dependency pytest to v7.4.3 (#36) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pytest](https://docs.pytest.org/en/latest/) ([source](https://togithub.com/pytest-dev/pytest), [changelog](https://docs.pytest.org/en/stable/changelog.html)) | patch | `==7.4.2` -> `==7.4.3` | --- ### Release Notes
pytest-dev/pytest (pytest) ### [`v7.4.3`](https://togithub.com/pytest-dev/pytest/releases/tag/v7.4.3): pytest 7.4.3 (2023-10-24) [Compare Source](https://togithub.com/pytest-dev/pytest/compare/7.4.2...7.4.3) ## Bug Fixes - [#​10447](https://togithub.com/pytest-dev/pytest/issues/10447): Markers are now considered in the reverse mro order to ensure base class markers are considered first -- this resolves a regression. - [#​11239](https://togithub.com/pytest-dev/pytest/issues/11239): Fixed `:=` in asserts impacting unrelated test cases. - [#​11439](https://togithub.com/pytest-dev/pytest/issues/11439): Handled an edge case where :data:`sys.stderr` might already be closed when :ref:`faulthandler` is tearing down.
--- ### 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 5b5867a..3b43263 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ grpcio-tools==1.59.2 grpcio==1.59.2 protobuf==4.24.4 pyarrow==13.0.0 -pytest==7.4.2 \ No newline at end of file +pytest==7.4.3 \ No newline at end of file From a66e65c806b87d0abab4e8ec514ce4959e3d66fb Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 1 Nov 2023 04:32:07 +0200 Subject: [PATCH 6/7] fix(deps): Update dependency black to v23.10.1 (#37) 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 | `==23.9.1` -> `==23.10.1` | --- ### Release Notes
psf/black (black) ### [`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101) [Compare Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1) ##### Highlights - Maintenance release to get a fix out for GitHub Action edge case ([#​3957](https://togithub.com/psf/black/issues/3957)) ##### Preview style - Fix merging implicit multiline strings that have inline comments ([#​3956](https://togithub.com/psf/black/issues/3956)) - Allow empty first line after block open before a comment or compound statement ([#​3967](https://togithub.com/psf/black/issues/3967)) ##### Packaging - Change Dockerfile to hatch + compile black ([#​3965](https://togithub.com/psf/black/issues/3965)) ##### Integrations - The summary output for GitHub workflows is now suppressible using the `summary` parameter. ([#​3958](https://togithub.com/psf/black/issues/3958)) - Fix the action failing when Black check doesn't pass ([#​3957](https://togithub.com/psf/black/issues/3957)) ##### Documentation - It is known Windows documentation CI is broken [https://github.com/psf/black/issues/3968](https://togithub.com/psf/black/issues/3968)3968 ### [`v23.10.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23100) [Compare Source](https://togithub.com/psf/black/compare/23.9.1...23.10.0) ##### Stable style - Fix comments getting removed from inside parenthesized strings ([#​3909](https://togithub.com/psf/black/issues/3909)) ##### Preview style - Fix long lines with power operators getting split before the line length ([#​3942](https://togithub.com/psf/black/issues/3942)) - Long type hints are now wrapped in parentheses and properly indented when split across multiple lines ([#​3899](https://togithub.com/psf/black/issues/3899)) - Magic trailing commas are now respected in return types. ([#​3916](https://togithub.com/psf/black/issues/3916)) - Require one empty line after module-level docstrings. ([#​3932](https://togithub.com/psf/black/issues/3932)) - Treat raw triple-quoted strings as docstrings ([#​3947](https://togithub.com/psf/black/issues/3947)) ##### Configuration - Fix cache versioning logic when `BLACK_CACHE_DIR` is set ([#​3937](https://togithub.com/psf/black/issues/3937)) ##### Parser - Fix bug where attributes named `type` were not accepted inside `match` statements ([#​3950](https://togithub.com/psf/black/issues/3950)) - Add support for PEP 695 type aliases containing lambdas and other unusual expressions ([#​3949](https://togithub.com/psf/black/issues/3949)) ##### Output - Black no longer attempts to provide special errors for attempting to format Python 2 code ([#​3933](https://togithub.com/psf/black/issues/3933)) - Black will more consistently print stacktraces on internal errors in verbose mode ([#​3938](https://togithub.com/psf/black/issues/3938)) ##### Integrations - The action output displayed in the job summary is now wrapped in Markdown ([#​3914](https://togithub.com/psf/black/issues/3914))
--- ### 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 3b43263..53acfeb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -black==23.9.1 +black==23.10.1 grpcio-tools==1.59.2 grpcio==1.59.2 protobuf==4.24.4 From 7f836e632c791f92012e7b8385c86751f0f1bb88 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:42:44 +0200 Subject: [PATCH 7/7] chore(main): Release v0.0.20 (#32) :robot: I have created a release *beep* *boop* --- ## [0.0.20](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.19...v0.0.20) (2023-11-01) ### Bug Fixes * **deps:** Update dependency black to v23.10.1 ([#37](https://github.com/cloudquery/plugin-pb-python/issues/37)) ([a66e65c](https://github.com/cloudquery/plugin-pb-python/commit/a66e65c806b87d0abab4e8ec514ce4959e3d66fb)) * **deps:** Update dependency grpcio to v1.59.2 ([#33](https://github.com/cloudquery/plugin-pb-python/issues/33)) ([aef910f](https://github.com/cloudquery/plugin-pb-python/commit/aef910fdde8001b8b37913b45e546e3730c7afb7)) * **deps:** Update dependency grpcio-tools to v1.59.2 ([#34](https://github.com/cloudquery/plugin-pb-python/issues/34)) ([8af794b](https://github.com/cloudquery/plugin-pb-python/commit/8af794b7784c8df9de2c52cb076a1fc879b8c7d5)) * **deps:** Update dependency protobuf to v4.24.4 ([#35](https://github.com/cloudquery/plugin-pb-python/issues/35)) ([4418a67](https://github.com/cloudquery/plugin-pb-python/commit/4418a67dc0edbc694817d1983fcf9ee3841ece9a)) * **deps:** Update dependency pytest to v7.4.3 ([#36](https://github.com/cloudquery/plugin-pb-python/issues/36)) ([61189c2](https://github.com/cloudquery/plugin-pb-python/commit/61189c26afa05beb14c751814a692e5de54a37ec)) * Pin Python version to `3.11` ([#31](https://github.com/cloudquery/plugin-pb-python/issues/31)) ([d1aa848](https://github.com/cloudquery/plugin-pb-python/commit/d1aa84891a7d99bc5f0bf12d5c572c65b9ca0c6b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34548e3..70d12b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.20](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.19...v0.0.20) (2023-11-01) + + +### Bug Fixes + +* **deps:** Update dependency black to v23.10.1 ([#37](https://github.com/cloudquery/plugin-pb-python/issues/37)) ([a66e65c](https://github.com/cloudquery/plugin-pb-python/commit/a66e65c806b87d0abab4e8ec514ce4959e3d66fb)) +* **deps:** Update dependency grpcio to v1.59.2 ([#33](https://github.com/cloudquery/plugin-pb-python/issues/33)) ([aef910f](https://github.com/cloudquery/plugin-pb-python/commit/aef910fdde8001b8b37913b45e546e3730c7afb7)) +* **deps:** Update dependency grpcio-tools to v1.59.2 ([#34](https://github.com/cloudquery/plugin-pb-python/issues/34)) ([8af794b](https://github.com/cloudquery/plugin-pb-python/commit/8af794b7784c8df9de2c52cb076a1fc879b8c7d5)) +* **deps:** Update dependency protobuf to v4.24.4 ([#35](https://github.com/cloudquery/plugin-pb-python/issues/35)) ([4418a67](https://github.com/cloudquery/plugin-pb-python/commit/4418a67dc0edbc694817d1983fcf9ee3841ece9a)) +* **deps:** Update dependency pytest to v7.4.3 ([#36](https://github.com/cloudquery/plugin-pb-python/issues/36)) ([61189c2](https://github.com/cloudquery/plugin-pb-python/commit/61189c26afa05beb14c751814a692e5de54a37ec)) +* Pin Python version to `3.11` ([#31](https://github.com/cloudquery/plugin-pb-python/issues/31)) ([d1aa848](https://github.com/cloudquery/plugin-pb-python/commit/d1aa84891a7d99bc5f0bf12d5c572c65b9ca0c6b)) + ## [0.0.19](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.18...v0.0.19) (2023-10-27) diff --git a/setup.py b/setup.py index 15b712c..3ebdd36 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.19", + version="0.0.20", description=description, long_description=long_description, author="CloudQuery LTD",