-
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.52
head repository: cloudquery/plugin-pb-python
compare: v0.0.53
- 5 commits
- 6 files changed
- 1 contributor
Commits on Mar 1, 2026
-
fix(deps): Update dependency pyarrow to v23.0.1 (#208)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pyarrow](https://redirect.github.com/apache/arrow) | patch | `==23.0.0` -> `==23.0.1` | --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
Configuration menu - View commit details
-
Copy full SHA for a7d07fd - Browse repository at this point
Copy the full SHA a7d07fdView commit details -
fix(deps): Update dependency grpcio to v1.78.0 (#209)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grpcio](https://redirect.github.com/grpc/grpc) | minor | `==1.76.0` -> `==1.78.0` | --- ### Release Notes <details> <summary>grpc/grpc (grpcio)</summary> ### [`v1.78.0`](https://redirect.github.com/grpc/grpc/releases/tag/v1.78.0) [Compare Source](https://redirect.github.com/grpc/grpc/compare/v1.76.0...v1.78.0) This is release 1.78.0 ([gutsy](https://redirect.github.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://redirect.github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes, with highlights listed below. ## C++ - adding address_sorting dep in naming test build. ([#​41045](https://redirect.github.com/grpc/grpc/pull/41045)) ## Objective-C - \[Backport]\[v1.78.x]\[Fix]\[Compiler] Plugins fall back to the edition 2023 for older protobuf. ([#​41358](https://redirect.github.com/grpc/grpc/pull/41358)) ## Python - \[python] aio: fix race condition causing `asyncio.run()` to hang forever during the shutdown process. ([#​40989](https://redirect.github.com/grpc/grpc/pull/40989)) - \[Python] Migrate to pyproject.toml build system from setup.py builds. ([#​40833](https://redirect.github.com/grpc/grpc/pull/40833)) - \[Python] Log error details when ExecuteBatchError occurs (at DEBUG level). ([#​40921](https://redirect.github.com/grpc/grpc/pull/40921)) - \[Python] Update setuptools min version to 77.0.1 . ([#​40931](https://redirect.github.com/grpc/grpc/pull/40931)) ## Ruby - \[ruby] Fix version comparison for the ruby_abi_version symbol for ruby 4 compatibility. ([#​41061](https://redirect.github.com/grpc/grpc/pull/41061)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
Configuration menu - View commit details
-
Copy full SHA for 006b6c2 - Browse repository at this point
Copy the full SHA 006b6c2View commit details -
fix(deps): Update dependency grpcio-tools to v1.78.0 (#210)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | grpcio-tools | minor | `==1.76.0` -> `==1.78.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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
Configuration menu - View commit details
-
Copy full SHA for 2c0f24a - Browse repository at this point
Copy the full SHA 2c0f24aView commit details -
fix: Generate Python Code from
plugin-pb(#212)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 ab5d47b - Browse repository at this point
Copy the full SHA ab5d47bView commit details
Commits on Mar 2, 2026
-
chore(main): Release v0.0.53 (#211)
🤖 I have created a release *beep* *boop* --- ## [0.0.53](v0.0.52...v0.0.53) (2026-03-01) ### Bug Fixes * **deps:** Update dependency grpcio to v1.78.0 ([#209](#209)) ([006b6c2](006b6c2)) * **deps:** Update dependency grpcio-tools to v1.78.0 ([#210](#210)) ([2c0f24a](2c0f24a)) * **deps:** Update dependency pyarrow to v23.0.1 ([#208](#208)) ([a7d07fd](a7d07fd)) * Generate Python Code from `plugin-pb` ([#212](#212)) ([ab5d47b](ab5d47b)) --- 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 b56f0a0 - Browse repository at this point
Copy the full SHA b56f0a0View 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.52...v0.0.53