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: 7768c9a
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: 920215c
Choose a head ref
  • 7 commits
  • 6 files changed
  • 1 contributor

Commits on Nov 1, 2024

  1. 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=-->
    cq-bot authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ab7d3de View commit details
    Browse the repository at this point in the history
  2. 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. ([#&#8203;4436](https://togithub.com/psf/black/issues/4436)) ([#&#8203;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. ([#&#8203;4447](https://togithub.com/psf/black/issues/4447))
    -   Black no longer supports running with Python 3.8 ([#&#8203;4452](https://togithub.com/psf/black/issues/4452))
    
    ##### Stable style
    
    -   Fix crashes involving comments in parenthesised return types or `X | Y` style unions.
        ([#&#8203;4453](https://togithub.com/psf/black/issues/4453))
    -   Fix skipping Jupyter cells with unknown `%%` magic ([#&#8203;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`) ([#&#8203;4440](https://togithub.com/psf/black/issues/4440))
    
    ##### Caching
    
    -   Fix bug where the cache was shared between runs with and without `--unstable` ([#&#8203;4466](https://togithub.com/psf/black/issues/4466))
    
    ##### Packaging
    
    -   Upgrade version of mypyc used to 1.12 beta ([#&#8203;4450](https://togithub.com/psf/black/issues/4450)) ([#&#8203;4449](https://togithub.com/psf/black/issues/4449))
    -   `blackd` now requires a newer version of aiohttp. ([#&#8203;4451](https://togithub.com/psf/black/issues/4451))
    
    ##### Output
    
    -   Added Python target version information on parse error ([#&#8203;4378](https://togithub.com/psf/black/issues/4378))
    -   Add information about Black version to internal error messages ([#&#8203;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=-->
    cq-bot authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    44d8c26 View commit details
    Browse the repository at this point in the history
  3. 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). ([#&#8203;37686](https://togithub.com/grpc/grpc/pull/37686))
    -   \[release] Bump core version to 44.0.0. ([#&#8203;37661](https://togithub.com/grpc/grpc/pull/37661))
    -   \[RlsLB] Fix Deadlock. ([#&#8203;37459](https://togithub.com/grpc/grpc/pull/37459))
    -   \[Python Otel] Manage call tracer life cycle use call arena. ([#&#8203;37460](https://togithub.com/grpc/grpc/pull/37460))
    
    ## C++
    
    -   \[OTel C++] Fix race when adding and removing callbacks. ([#&#8203;37485](https://togithub.com/grpc/grpc/pull/37485))
    
    ## Python
    
    -   \[Backport to 1.67.x] Add templating and support for Python 3.13 ([#&#8203;37643](https://togithub.com/grpc/grpc/issues/37643)). ([#&#8203;37803](https://togithub.com/grpc/grpc/pull/37803))
    -   Add templating and support for Python 3.13. ([#&#8203;37643](https://togithub.com/grpc/grpc/pull/37643))
    -   \[Python Distrib] Change warning to RuntimeError for version incompatibility. ([#&#8203;37466](https://togithub.com/grpc/grpc/pull/37466))
    -   \[reflection]: python: reflection returns `original_request`. ([#&#8203;36944](https://togithub.com/grpc/grpc/pull/36944))
    
    ## Ruby
    
    -   \[ruby] drop ruby 2.7 support. ([#&#8203;37430](https://togithub.com/grpc/grpc/pull/37430))
    -   \[ruby] reduce ruby gpr_log invocations from INFO to DEBUG. ([#&#8203;37426](https://togithub.com/grpc/grpc/pull/37426))
    -   \[ruby] refactor flaky test and expose cancel_with_status. ([#&#8203;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=-->
    cq-bot authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    cb6b8dd View commit details
    Browse the repository at this point in the history
  4. 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=-->
    cq-bot authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    893eb3a View commit details
    Browse the repository at this point in the history
  5. fix: Generate Python Code from plugin-pb (#131)

    This PR was created by a scheduled workflow to regenerate the Python code from `plugin-pb`.
    cq-bot authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    a6942cb View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. 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-->
    cq-bot authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    59681eb View commit details
    Browse the repository at this point in the history
  2. 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).
    cq-bot authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    920215c View commit details
    Browse the repository at this point in the history
Loading