-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: cloudquery/plugin-pb-python
base: v0.0.36
head repository: cloudquery/plugin-pb-python
compare: v0.0.37
- 7 commits
- 6 files changed
- 1 contributor
Commits on Nov 1, 2024
-
fix(deps): Update dependency protobuf to v5.28.3 (#125)
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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for ab7d3de - Browse repository at this point
Copy the full SHA ab7d3deView commit details -
fix(deps): Update dependency black to v24.10.0 (#126)
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 <details> <summary>psf/black (black)</summary> ### [`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)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 44d8c26 - Browse repository at this point
Copy the full SHA 44d8c26View commit details -
fix(deps): Update dependency grpcio to v1.67.1 (#128)
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 <details> <summary>grpc/grpc (grpcio)</summary> ### [`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)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for cb6b8dd - Browse repository at this point
Copy the full SHA cb6b8ddView commit details -
fix(deps): Update dependency grpcio-tools to v1.67.1 (#129)
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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 893eb3a - Browse repository at this point
Copy the full SHA 893eb3aView commit details -
fix: Generate Python Code from
plugin-pb(#131)This PR was created by a scheduled workflow to regenerate the Python code from `plugin-pb`.
Configuration menu - View commit details
-
Copy full SHA for a6942cb - Browse repository at this point
Copy the full SHA a6942cbView commit details
Commits on Nov 4, 2024
-
fix(deps): Update dependency pyarrow to v18 (#130)
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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Configuration menu - View commit details
-
Copy full SHA for 59681eb - Browse repository at this point
Copy the full SHA 59681ebView commit details -
chore(main): Release v0.0.37 (#127)
🤖 I have created a release *beep* *boop* --- ## [0.0.37](v0.0.36...v0.0.37) (2024-11-04) ### Bug Fixes * **deps:** Update dependency black to v24.10.0 ([#126](#126)) ([44d8c26](44d8c26)) * **deps:** Update dependency grpcio to v1.67.1 ([#128](#128)) ([cb6b8dd](cb6b8dd)) * **deps:** Update dependency grpcio-tools to v1.67.1 ([#129](#129)) ([893eb3a](893eb3a)) * **deps:** Update dependency protobuf to v5.28.3 ([#125](#125)) ([ab7d3de](ab7d3de)) * **deps:** Update dependency pyarrow to v18 ([#130](#130)) ([59681eb](59681eb)) * Generate Python Code from `plugin-pb` ([#131](#131)) ([a6942cb](a6942cb)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 920215c - Browse repository at this point
Copy the full SHA 920215cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.0.36...v0.0.37