Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudquery/plugin-pb-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.48
Choose a base ref
...
head repository: cloudquery/plugin-pb-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.49
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 1, 2025

  1. fix(deps): Update dependency grpcio to v1.75.1 (#188)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [grpcio](https://grpc.io) ([source](https://redirect.github.com/grpc/grpc)) | patch | `==1.75.0` -> `==1.75.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc (grpcio)</summary>
    
    ### [`v1.75.1`](https://redirect.github.com/grpc/grpc/releases/tag/v1.75.1)
    
    [Compare Source](https://redirect.github.com/grpc/grpc/compare/v1.75.0...v1.75.1)
    
    This is release gRPC Core 1.75.1 (gemini).
    
    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.
    
    #### What's Changed
    
    ##### Python
    
    -   Release grpcio wheels with Python 3.14 support ([#&#8203;40403](https://redirect.github.com/grpc/grpc/issues/40403))
    -   Asyncio: fixes grpc shutdown race condition occurring during python interpreter finalizations. ([#&#8203;40447](https://redirect.github.com/grpc/grpc/issues/40447))
        -   This also addresses previously reported issues with empty error message on Python interpreter exit (`Error in sys.excepthook:`/`Original exception was:` empty): [#&#8203;36655](https://redirect.github.com/grpc/grpc/issues/36655), [#&#8203;38679](https://redirect.github.com/grpc/grpc/issues/38679), [#&#8203;33342](https://redirect.github.com/grpc/grpc/issues/33342)
    -   Python 3.14: preserve current behavior when using grpc.aio async methods outside of a running event loop. ([#&#8203;40750](https://redirect.github.com/grpc/grpc/issues/40750))
        -   Note: using async methods outside of a running event loop is [discouraged](https://docs.python.org/3.14/library/asyncio-policy.html#asyncio-policies) by Python, and **will be deprecated in future gRPC releases**. Please use the [asyncio.run()](https://docs.python.org/3.14/library/asyncio-runner.html#asyncio.run) function (or [asyncio.Runner](https://docs.python.org/3.14/library/asyncio-runner.html#asyncio.Runner) for custom loop factories). For interactive mode, use dedicated [asyncio REPL](https://docs.python.org/3/library/asyncio.html#asyncio-cli): `python -m asyncio`.
    
    **Full Changelog**: grpc/grpc@v1.75.0...v1.75.1
    
    </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-->
    cq-bot authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    5b14511 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency grpcio-tools to v1.75.1 (#189)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [grpcio-tools](https://grpc.io) | patch | `==1.75.0` -> `==1.75.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-->
    cq-bot authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    30e7046 View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v0.0.49 (#190)

    πŸ€– I have created a release *beep* *boop*
    ---
    
    
    ## [0.0.49](v0.0.48...v0.0.49) (2025-10-01)
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency grpcio to v1.75.1 ([#188](#188)) ([5b14511](5b14511))
    * **deps:** Update dependency grpcio-tools to v1.75.1 ([#189](#189)) ([30e7046](30e7046))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    cq-bot authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    f6f17c0 View commit details
    Browse the repository at this point in the history
Loading