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.25
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.26
Choose a head ref
  • 7 commits
  • 5 files changed
  • 2 contributors

Commits on Apr 3, 2024

  1. chore: Create CODEOWNERS

    erezrokah authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    06031be View commit details
    Browse the repository at this point in the history
  2. chore: Update CODEOWNERS

    erezrokah authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9d2eac0 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. fix(deps): Update dependency black to v24.4.2 (#76)

    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.3.0` -> `==24.4.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>psf/black (black)</summary>
    
    ### [`v24.4.2`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2442)
    
    [Compare Source](https://togithub.com/psf/black/compare/24.4.1...24.4.2)
    
    This is a bugfix release to fix two regressions in the new f-string parser introduced in
    24.4.1.
    
    ##### Parser
    
    -   Fix regression where certain complex f-strings failed to parse ([#&#8203;4332](https://togithub.com/psf/black/issues/4332))
    
    ##### Performance
    
    -   Fix bad performance on certain complex string literals ([#&#8203;4331](https://togithub.com/psf/black/issues/4331))
    
    ### [`v24.4.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2441)
    
    [Compare Source](https://togithub.com/psf/black/compare/24.4.0...24.4.1)
    
    ##### Highlights
    
    -   Add support for the new Python 3.12 f-string syntax introduced by PEP 701 ([#&#8203;3822](https://togithub.com/psf/black/issues/3822))
    
    ##### Stable style
    
    -   Fix crash involving indented dummy functions containing newlines ([#&#8203;4318](https://togithub.com/psf/black/issues/4318))
    
    ##### Parser
    
    -   Add support for type parameter defaults, a new syntactic feature added to Python 3.13
        by PEP 696 ([#&#8203;4327](https://togithub.com/psf/black/issues/4327))
    
    ##### Integrations
    
    -   Github Action now works even when `git archive` is skipped ([#&#8203;4313](https://togithub.com/psf/black/issues/4313))
    
    ### [`v24.4.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2440)
    
    [Compare Source](https://togithub.com/psf/black/compare/24.3.0...24.4.0)
    
    ##### Stable style
    
    -   Fix unwanted crashes caused by AST equivalency check ([#&#8203;4290](https://togithub.com/psf/black/issues/4290))
    
    ##### Preview style
    
    -   `if` guards in `case` blocks are now wrapped in parentheses when the line is too long.
        ([#&#8203;4269](https://togithub.com/psf/black/issues/4269))
    -   Stop moving multiline strings to a new line unless inside brackets ([#&#8203;4289](https://togithub.com/psf/black/issues/4289))
    
    ##### Integrations
    
    -   Add a new option `use_pyproject` to the GitHub Action `psf/black`. This will read the
        Black version from `pyproject.toml`. ([#&#8203;4294](https://togithub.com/psf/black/issues/4294))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored May 1, 2024
    Configuration menu
    Copy the full SHA
    a9edc09 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency grpcio to v1.63.0 (#77)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [grpcio](https://grpc.io) ([source](https://togithub.com/grpc/grpc)) | minor | `==1.62.1` -> `==1.63.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc (grpcio)</summary>
    
    ### [`v1.63.0`](https://togithub.com/grpc/grpc/releases/tag/v1.63.0)
    
    [Compare Source](https://togithub.com/grpc/grpc/compare/v1.62.2...v1.63.0)
    
    This is release 1.63.0 ([giggle](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
    
    -   \[Deps] Backport: Protobuf upgrade to v26.1. ([#&#8203;36353](https://togithub.com/grpc/grpc/pull/36353))
    -   \[OTel C++] Add experimental optional locality label available to client per-attempt metrics. ([#&#8203;36254](https://togithub.com/grpc/grpc/pull/36254))
    -   \[surface] Add an API to inject connected endpoints into servers. ([#&#8203;35957](https://togithub.com/grpc/grpc/pull/35957))
    -   \[CMake] Add gRPC_USE_SYSTEMD option. ([#&#8203;34384](https://togithub.com/grpc/grpc/pull/34384))
    -   \[OTel C++] Add API to set channel scope filter. ([#&#8203;36189](https://togithub.com/grpc/grpc/pull/36189))
    -   \[Deps] Upgraded protobuf to v26.1. ([#&#8203;35796](https://togithub.com/grpc/grpc/pull/35796))
    -   \[channel] canonify target and set channel arg in only one place. ([#&#8203;36134](https://togithub.com/grpc/grpc/pull/36134))
    -   \[grpc]\[Gpr_To_Absl_Logging] Using absl from within gpr logging. ([#&#8203;36108](https://togithub.com/grpc/grpc/pull/36108))
    -   \[BoringSSL] Update third_party/boringssl-with-bazel. ([#&#8203;36089](https://togithub.com/grpc/grpc/pull/36089))
    -   \[EventEngine] Document RunAfter can return an invalid handle for immediate execution. ([#&#8203;36072](https://togithub.com/grpc/grpc/pull/36072))
    -   \[EventEngine] Enable the EventEngine DNS Resolver on Posix. ([#&#8203;35573](https://togithub.com/grpc/grpc/pull/35573))
    -   \[EventEngine] Support AF_UNIX for windows. ([#&#8203;34801](https://togithub.com/grpc/grpc/pull/34801))
    
    ## C++
    
    -   \[OTel C++] Add APIs to enable/disable metrics. ([#&#8203;36183](https://togithub.com/grpc/grpc/pull/36183))
    -   \[EventEngine] Refactor ServerCallbackCall to use EventEngine::Run. ([#&#8203;36126](https://togithub.com/grpc/grpc/pull/36126))
    -   \[OTel C++] Add CMake build support. ([#&#8203;36063](https://togithub.com/grpc/grpc/pull/36063))
    -   gRPC C++ upgraded Protobuf to v26.1. ([#&#8203;36323](https://togithub.com/grpc/grpc/pull/36323))
    
    ## C\#
    
    -   \[csharp] Fix csharp doc comments. ([#&#8203;36000](https://togithub.com/grpc/grpc/pull/36000))
    -   C#: Grpc.Tools: Handle regex timeout when parsing protoc output. ([#&#8203;36185](https://togithub.com/grpc/grpc/pull/36185))
    
    ## PHP
    
    -   Update min PHP testing version from PHP 7.4 to 8.1. ([#&#8203;35964](https://togithub.com/grpc/grpc/pull/35964))
    
    ## Python
    
    -   \[Python Version] Drop support for Python 3.7. ([#&#8203;34450](https://togithub.com/grpc/grpc/pull/34450))
    -   \[Python Aio] Change aio Metadata inheritance. ([#&#8203;36214](https://togithub.com/grpc/grpc/pull/36214))
    -   \[Documentation] fix asyncio Server and Channel stop() method documentation. ([#&#8203;35946](https://togithub.com/grpc/grpc/pull/35946))
    -   \[Python O11y] Change public interface. ([#&#8203;36094](https://togithub.com/grpc/grpc/pull/36094))
    -   \[Python Stub] Add version check to stubs generated by grpcio_tools. ([#&#8203;35906](https://togithub.com/grpc/grpc/pull/35906))
    -   \[AbortError] Reapply "\[AbortError] And and check AbortError while abort". ([#&#8203;34525](https://togithub.com/grpc/grpc/pull/34525))
    -   \[Build Reproducibility] Sort input file list. ([#&#8203;35687](https://togithub.com/grpc/grpc/pull/35687))
    -   \[Python O11Y] Reapply registered method change. ([#&#8203;35850](https://togithub.com/grpc/grpc/pull/35850))
    -   \[Python Modernization] Deprecate pkg_resources. ([#&#8203;35849](https://togithub.com/grpc/grpc/pull/35849))
    -   \[Python Bazel] Allow overwriting grpc_library in python_rules.bzl. ([#&#8203;35629](https://togithub.com/grpc/grpc/pull/35629))
    
    ## Ruby
    
    -   ruby: register grpc_rb_sStatus as a global variable. ([#&#8203;36125](https://togithub.com/grpc/grpc/pull/36125))
    
    ### [`v1.62.2`](https://togithub.com/grpc/grpc/releases/tag/v1.62.2)
    
    [Compare Source](https://togithub.com/grpc/grpc/compare/v1.62.1...v1.62.2)
    
    This is release gRPC Core 1.62.2 (guardian).
    
    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.
    
    ## Python
    
    -   \[Fix Python Deadlock] Guard grpc_google_default_credentials_create with nogil by [@&#8203;XuanWang-Amos](https://togithub.com/XuanWang-Amos) in [https://github.com/grpc/grpc/pull/36376](https://togithub.com/grpc/grpc/pull/36376)
    
    **Full Changelog**: grpc/grpc@v1.62.1...v1.62.2
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored May 1, 2024
    Configuration menu
    Copy the full SHA
    7f54eca View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update dependency pytest to v8.2.0 (#80)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [pytest](https://togithub.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html)) | minor | `==8.1.1` -> `==8.2.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pytest-dev/pytest (pytest)</summary>
    
    ### [`v8.2.0`](https://togithub.com/pytest-dev/pytest/releases/tag/8.2.0)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.1.2...8.2.0)
    
    # pytest 8.2.0 (2024-04-27)
    
    ## Deprecations
    
    -   [#&#8203;12069](https://togithub.com/pytest-dev/pytest/issues/12069): A deprecation warning is now raised when implementations of one of the following hooks request a deprecated `py.path.local` parameter instead of the `pathlib.Path` parameter which replaced it:
    
        -   `pytest_ignore_collect`{.interpreted-text role="hook"} - the `path` parameter - use `collection_path` instead.
        -   `pytest_collect_file`{.interpreted-text role="hook"} - the `path` parameter - use `file_path` instead.
        -   `pytest_pycollect_makemodule`{.interpreted-text role="hook"} - the `path` parameter - use `module_path` instead.
        -   `pytest_report_header`{.interpreted-text role="hook"} - the `startdir` parameter - use `start_path` instead.
        -   `pytest_report_collectionfinish`{.interpreted-text role="hook"} - the `startdir` parameter - use `start_path` instead.
    
        The replacement parameters are available since pytest 7.0.0.
        The old parameters will be removed in pytest 9.0.0.
    
        See `legacy-path-hooks-deprecated`{.interpreted-text role="ref"} for more details.
    
    ## Features
    
    -   [#&#8203;11871](https://togithub.com/pytest-dev/pytest/issues/11871): Added support for reading command line arguments from a file using the prefix character `@`, like e.g.: `pytest @&#8203;tests.txt`. The file must have one argument per line.
    
        See `Read arguments from file <args-from-file>`{.interpreted-text role="ref"} for details.
    
    ## Improvements
    
    -   [#&#8203;11523](https://togithub.com/pytest-dev/pytest/issues/11523): `pytest.importorskip`{.interpreted-text role="func"} will now issue a warning if the module could be found, but raised `ImportError`{.interpreted-text role="class"} instead of `ModuleNotFoundError`{.interpreted-text role="class"}.
    
        The warning can be suppressed by passing `exc_type=ImportError` to `pytest.importorskip`{.interpreted-text role="func"}.
    
        See `import-or-skip-import-error`{.interpreted-text role="ref"} for details.
    
    -   [#&#8203;11728](https://togithub.com/pytest-dev/pytest/issues/11728): For `unittest`-based tests, exceptions during class cleanup (as raised by functions registered with `TestCase.addClassCleanup <unittest.TestCase.addClassCleanup>`{.interpreted-text role="meth"}) are now reported instead of silently failing.
    
    -   [#&#8203;11777](https://togithub.com/pytest-dev/pytest/issues/11777): Text is no longer truncated in the `short test summary info` section when `-vv` is given.
    
    -   [#&#8203;12112](https://togithub.com/pytest-dev/pytest/issues/12112): Improved namespace packages detection when `consider_namespace_packages`{.interpreted-text role="confval"} is enabled, covering more situations (like editable installs).
    
    -   [#&#8203;9502](https://togithub.com/pytest-dev/pytest/issues/9502): Added `PYTEST_VERSION`{.interpreted-text role="envvar"} environment variable which is defined at the start of the pytest session and undefined afterwards. It contains the value of `pytest.__version__`, and among other things can be used to easily check if code is running from within a pytest run.
    
    ## Bug Fixes
    
    -   [#&#8203;12065](https://togithub.com/pytest-dev/pytest/issues/12065): Fixed a regression in pytest 8.0.0 where test classes containing `setup_method` and tests using `@staticmethod` or `@classmethod` would crash with `AttributeError: 'NoneType' object has no attribute 'setup_method'`.
    
        Now the `request.instance <pytest.FixtureRequest.instance>`{.interpreted-text role="attr"} attribute of tests using `@staticmethod` and `@classmethod` is no longer `None`, but a fresh instance of the class, like in non-static methods.
        Previously it was `None`, and all fixtures of such tests would share a single `self`.
    
    -   [#&#8203;12135](https://togithub.com/pytest-dev/pytest/issues/12135): Fixed issue where fixtures adding their finalizer multiple times to fixtures they request would cause unreliable and non-intuitive teardown ordering in some instances.
    
    -   [#&#8203;12194](https://togithub.com/pytest-dev/pytest/issues/12194): Fixed a bug with `--importmode=importlib` and `--doctest-modules` where child modules did not appear as attributes in parent modules.
    
    -   [#&#8203;1489](https://togithub.com/pytest-dev/pytest/issues/1489): Fixed some instances where teardown of higher-scoped fixtures was not happening in the reverse order they were initialized in.
    
    ## Trivial/Internal Changes
    
    -   [#&#8203;12069](https://togithub.com/pytest-dev/pytest/issues/12069): `pluggy>=1.5.0` is now required.
    -   [#&#8203;12167](https://togithub.com/pytest-dev/pytest/issues/12167): `cache <cache>`{.interpreted-text role="ref"}: create supporting files (`CACHEDIR.TAG`, `.gitignore`, etc.) in a temporary directory to provide atomic semantics.
    
    ### [`v8.1.2`](https://togithub.com/pytest-dev/pytest/releases/tag/8.1.2)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.1.1...8.1.2)
    
    # pytest 8.1.2 (2024-04-26)
    
    ## Bug Fixes
    
    -   [#&#8203;12114](https://togithub.com/pytest-dev/pytest/issues/12114): Fixed error in `pytest.approx`{.interpreted-text role="func"} when used with \[numpy]{.title-ref} arrays and comparing with other types.
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored May 1, 2024
    Configuration menu
    Copy the full SHA
    f598b84 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. fix(deps): Update dependency grpcio-tools to v1.63.0 (#79)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [grpcio-tools](https://grpc.io) | minor | `==1.62.1` -> `==1.63.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored May 6, 2024
    Configuration menu
    Copy the full SHA
    c31fceb View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v0.0.26 (#78)

    πŸ€– I have created a release *beep* *boop*
    ---
    
    
    ## [0.0.26](v0.0.25...v0.0.26) (2024-05-06)
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency black to v24.4.2 ([#76](#76)) ([a9edc09](a9edc09))
    * **deps:** Update dependency grpcio to v1.63.0 ([#77](#77)) ([7f54eca](7f54eca))
    * **deps:** Update dependency grpcio-tools to v1.63.0 ([#79](#79)) ([c31fceb](c31fceb))
    * **deps:** Update dependency pytest to v8.2.0 ([#80](#80)) ([f598b84](f598b84))
    
    ---
    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 May 6, 2024
    Configuration menu
    Copy the full SHA
    0dc64c6 View commit details
    Browse the repository at this point in the history
Loading