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-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.20
Choose a base ref
...
head repository: cloudquery/plugin-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.21
Choose a head ref
  • 12 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 3, 2024

  1. chore: Create CODEOWNERS

    erezrokah authored Apr 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f11258a View commit details
  2. chore: Update CODEOWNERS

    erezrokah authored Apr 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4ae506b View commit details

Commits on May 1, 2024

  1. fix(deps): Update dependency exceptiongroup to v1.2.1 (#159)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [exceptiongroup](https://togithub.com/agronholm/exceptiongroup) ([changelog](https://togithub.com/agronholm/exceptiongroup/blob/main/CHANGES.rst)) | patch | `==1.2.0` -> `==1.2.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>agronholm/exceptiongroup (exceptiongroup)</summary>
    
    ### [`v1.2.1`](https://togithub.com/agronholm/exceptiongroup/releases/tag/1.2.1)
    
    [Compare Source](https://togithub.com/agronholm/exceptiongroup/compare/1.2.0...1.2.1)
    
    -   Updated the copying of `__notes__` to match CPython behavior (PR by CF Bolz-Tereick)
    -   Corrected the type annotation of the exception handler callback to accept a `BaseExceptionGroup` instead of `BaseException`
    -   Fixed type errors on Python < 3.10 and the type annotation of `suppress()` (PR by John Litborn)
    
    </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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    21c5de7 View commit details
  2. fix(deps): Update dependency pandas to v2.2.2 (#160)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [pandas](https://pandas.pydata.org) ([source](https://togithub.com/pandas-dev/pandas)) | patch | `==2.2.1` -> `==2.2.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pandas-dev/pandas (pandas)</summary>
    
    ### [`v2.2.2`](https://togithub.com/pandas-dev/pandas/releases/tag/v2.2.2): Pandas 2.2.2
    
    [Compare Source](https://togithub.com/pandas-dev/pandas/compare/v2.2.1...v2.2.2)
    
    We are pleased to announce the release of pandas 2.2.2.
    This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.
    
    See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.2.2/whatsnew/v2.2.2.html) for a list of all the changes.
    Pandas 2.2.2 supports Python 3.9 and higher.
    
    The release will be available on the defaults and conda-forge channels:
    
        conda install pandas
    
    Or via PyPI:
    
        python3 -m pip install --upgrade pandas
    
    Please report any issues with the release on the [pandas issue tracker](https://togithub.com/pandas-dev/pandas/issues).
    
    Thanks to all the contributors who made this release possible.
    
    </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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0cc0fc0 View commit details
  3. fix(deps): Update dependency black to v24.4.2 (#162)

    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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored May 1, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0b5b482 View commit details
  4. fix(deps): Update dependency grpcio to v1.63.0 (#163)

    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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored May 1, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    531c4b8 View commit details
  5. fix(deps): Update dependency pluggy to v1.5.0 (#165)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [pluggy](https://togithub.com/pytest-dev/pluggy) | minor | `==1.4.0` -> `==1.5.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pytest-dev/pluggy (pluggy)</summary>
    
    ### [`v1.5.0`](https://togithub.com/pytest-dev/pluggy/blob/HEAD/CHANGELOG.rst#pluggy-150-2024-04-19)
    
    [Compare Source](https://togithub.com/pytest-dev/pluggy/compare/1.4.0...1.5.0)
    
    \=========================
    
    ## Features
    
    -   `#&#8203;178 <https://github.com/pytest-dev/pluggy/issues/178>`\_: Add support for deprecating specific hook parameters, or more generally, for issuing a warning whenever a hook implementation requests certain parameters.
    
        See :ref:`warn_on_impl` for details.
    
    ## Bug Fixes
    
    -   `#&#8203;481 <https://github.com/pytest-dev/pluggy/issues/481>`\_: `PluginManager.get_plugins()` no longer returns `None` for blocked plugins.
    
    </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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c9c3b93 View commit details
  6. fix(deps): Update dependency pytest to v8.2.0 (#166)

    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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    85c29c0 View commit details
  7. fix(deps): Update dependency python-dateutil to v2.9.0.post0 (#167)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [python-dateutil](https://togithub.com/dateutil/dateutil) | minor | `==2.8.2` -> `==2.9.0.post0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>dateutil/dateutil (python-dateutil)</summary>
    
    ### [`v2.9.0.post0`](https://togithub.com/dateutil/dateutil/releases/tag/2.9.0.post0)
    
    [Compare Source](https://togithub.com/dateutil/dateutil/compare/2.9.0...2.9.0.post0)
    
    ### Version 2.9.0.post0 (2024-03-01)
    
    #### Bugfixes
    
    -   Pinned `setuptools_scm` to `<8`, which should make the generated `_version.py` file compatible with all supported versions of Python.
    
    ### [`v2.9.0`](https://togithub.com/dateutil/dateutil/releases/tag/2.9.0)
    
    [Compare Source](https://togithub.com/dateutil/dateutil/compare/2.8.2...2.9.0)
    
    ### Version 2.9.0 (2024-02-29)
    
    #### Data updates
    
    -   Updated tzdata version to 2024a. (gh pr [#&#8203;1342](https://togithub.com/dateutil/dateutil/issues/1342))
    
    #### Features
    
    -   Made all `dateutil` submodules lazily imported using [PEP 562](https://www.python.org/dev/peps/pep-0562/). On Python 3.7+, things like `import dateutil; dateutil.tz.gettz("America/New_York")` will now work without explicitly importing `dateutil.tz`, with the import occurring behind the scenes on first use. The old behavior remains on Python 3.6 and earlier. Fixed by Orson Adams. (gh issue [#&#8203;771](https://togithub.com/dateutil/dateutil/issues/771), gh pr [#&#8203;1007](https://togithub.com/dateutil/dateutil/issues/1007))
    
    #### Bugfixes
    
    -   Removed a call to `datetime.utcfromtimestamp`, which is deprecated as of Python 3.12. Reported by Hugo van Kemenade (gh pr [#&#8203;1284](https://togithub.com/dateutil/dateutil/issues/1284)), fixed by Thomas Grainger (gh pr [#&#8203;1285](https://togithub.com/dateutil/dateutil/issues/1285)).
    
    #### Documentation changes
    
    -   Added note into docs and tests where relativedelta would return last day of the month only if the same day on a different month resolves to a date that doesn't exist. Reported by [@&#8203;hawkEye-01](https://togithub.com/hawkEye-01) (gh issue [#&#8203;1167](https://togithub.com/dateutil/dateutil/issues/1167)). Fixed by [@&#8203;Mifrill](https://togithub.com/Mifrill) (gh pr [#&#8203;1168](https://togithub.com/dateutil/dateutil/issues/1168))
    
    </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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    fbf5de1 View commit details

Commits on May 6, 2024

  1. fix(deps): Update dependency cloudquery-plugin-pb to v0.0.26 (#168)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [cloudquery-plugin-pb](https://togithub.com/cloudquery/plugin-pb-python) | patch | `==0.0.25` -> `==0.0.26` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary>
    
    ### [`v0.0.26`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0026-2024-05-06)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.25...v0.0.26)
    
    ##### Bug Fixes
    
    -   **deps:** Update dependency black to v24.4.2 ([#&#8203;76](https://togithub.com/cloudquery/plugin-pb-python/issues/76)) ([a9edc09](https://togithub.com/cloudquery/plugin-pb-python/commit/a9edc097ee450f854c60dd3d9089176596dfe0f7))
    -   **deps:** Update dependency grpcio to v1.63.0 ([#&#8203;77](https://togithub.com/cloudquery/plugin-pb-python/issues/77)) ([7f54eca](https://togithub.com/cloudquery/plugin-pb-python/commit/7f54eca6ab82d8f391f936267c174dc365721ca5))
    -   **deps:** Update dependency grpcio-tools to v1.63.0 ([#&#8203;79](https://togithub.com/cloudquery/plugin-pb-python/issues/79)) ([c31fceb](https://togithub.com/cloudquery/plugin-pb-python/commit/c31fceb2130e3a3389d409374dd07718159869ea))
    -   **deps:** Update dependency pytest to v8.2.0 ([#&#8203;80](https://togithub.com/cloudquery/plugin-pb-python/issues/80)) ([f598b84](https://togithub.com/cloudquery/plugin-pb-python/commit/f598b846af21d685def553b9ebdd3a457d057b82))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored May 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    07c0435 View commit details
  2. fix(deps): Update dependency grpcio-tools to v1.63.0 (#164)

    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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4ceb7ae View commit details
  3. chore(main): Release v0.1.21 (#161)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.1.21](v0.1.20...v0.1.21) (2024-05-06)
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency black to v24.4.2 ([#162](#162)) ([0b5b482](0b5b482))
    * **deps:** Update dependency cloudquery-plugin-pb to v0.0.26 ([#168](#168)) ([07c0435](07c0435))
    * **deps:** Update dependency exceptiongroup to v1.2.1 ([#159](#159)) ([21c5de7](21c5de7))
    * **deps:** Update dependency grpcio to v1.63.0 ([#163](#163)) ([531c4b8](531c4b8))
    * **deps:** Update dependency grpcio-tools to v1.63.0 ([#164](#164)) ([4ceb7ae](4ceb7ae))
    * **deps:** Update dependency pandas to v2.2.2 ([#160](#160)) ([0cc0fc0](0cc0fc0))
    * **deps:** Update dependency pluggy to v1.5.0 ([#165](#165)) ([c9c3b93](c9c3b93))
    * **deps:** Update dependency pytest to v8.2.0 ([#166](#166)) ([85c29c0](85c29c0))
    * **deps:** Update dependency python-dateutil to v2.9.0.post0 ([#167](#167)) ([fbf5de1](fbf5de1))
    
    ---
    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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    7a32aad View commit details
Showing with 33 additions and 12 deletions.
  1. +1 −1 .release-please-manifest.json
  2. +15 −0 CHANGELOG.md
  3. +6 −0 CODEOWNERS
  4. +11 −11 setup.py
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.20"
".": "0.1.21"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.1.21](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.20...v0.1.21) (2024-05-06)


### Bug Fixes

* **deps:** Update dependency black to v24.4.2 ([#162](https://github.com/cloudquery/plugin-sdk-python/issues/162)) ([0b5b482](https://github.com/cloudquery/plugin-sdk-python/commit/0b5b482c22c8a7bf352597a25606c21538dfa0c2))
* **deps:** Update dependency cloudquery-plugin-pb to v0.0.26 ([#168](https://github.com/cloudquery/plugin-sdk-python/issues/168)) ([07c0435](https://github.com/cloudquery/plugin-sdk-python/commit/07c043597d3c2afb018dc1a08b16ba8e90be0ff8))
* **deps:** Update dependency exceptiongroup to v1.2.1 ([#159](https://github.com/cloudquery/plugin-sdk-python/issues/159)) ([21c5de7](https://github.com/cloudquery/plugin-sdk-python/commit/21c5de734617f13b747ef8e4ae8bfb94c5b0fe25))
* **deps:** Update dependency grpcio to v1.63.0 ([#163](https://github.com/cloudquery/plugin-sdk-python/issues/163)) ([531c4b8](https://github.com/cloudquery/plugin-sdk-python/commit/531c4b884a9d34da872518dcbb036418240fab03))
* **deps:** Update dependency grpcio-tools to v1.63.0 ([#164](https://github.com/cloudquery/plugin-sdk-python/issues/164)) ([4ceb7ae](https://github.com/cloudquery/plugin-sdk-python/commit/4ceb7ae30861d538ef835a62861ed8ad91a97da7))
* **deps:** Update dependency pandas to v2.2.2 ([#160](https://github.com/cloudquery/plugin-sdk-python/issues/160)) ([0cc0fc0](https://github.com/cloudquery/plugin-sdk-python/commit/0cc0fc02a0c9616deb113ad3ac2e39d80b94d13a))
* **deps:** Update dependency pluggy to v1.5.0 ([#165](https://github.com/cloudquery/plugin-sdk-python/issues/165)) ([c9c3b93](https://github.com/cloudquery/plugin-sdk-python/commit/c9c3b933583fb3992970cc46ffa42c2cb89dcedd))
* **deps:** Update dependency pytest to v8.2.0 ([#166](https://github.com/cloudquery/plugin-sdk-python/issues/166)) ([85c29c0](https://github.com/cloudquery/plugin-sdk-python/commit/85c29c060e49d4f6fc1de2b3a0391a82a5a52970))
* **deps:** Update dependency python-dateutil to v2.9.0.post0 ([#167](https://github.com/cloudquery/plugin-sdk-python/issues/167)) ([fbf5de1](https://github.com/cloudquery/plugin-sdk-python/commit/fbf5de12b0a86774053ac5529a569428d282ed65))

## [0.1.20](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.19...v0.1.20) (2024-04-01)


6 changes: 6 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* @cloudquery/cloudquery-framework

requirements.txt
setup.py
.release-please-manifest.json
CHANGELOG.md
22 changes: 11 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
@@ -10,22 +10,22 @@
description = "CloudQuery Plugin SDK for Python"

dependencies = [
"cloudquery-plugin-pb==0.0.25",
"exceptiongroup==1.2.0",
"black==24.3.0",
"grpcio==1.62.1",
"grpcio-tools==1.62.1",
"cloudquery-plugin-pb==0.0.26",
"exceptiongroup==1.2.1",
"black==24.4.2",
"grpcio==1.63.0",
"grpcio-tools==1.63.0",
"iniconfig==2.0.0",
"Jinja2==3.1.3",
"MarkupSafe==2.1.5",
"numpy==1.26.4",
"packaging==24.0",
"pandas==2.2.1",
"pluggy==1.4.0",
"protobuf==4.25.3",
"pandas==2.2.2",
"pluggy==1.5.0",
"protobuf==5.26.1",
"pyarrow==15.0.2",
"pytest==8.1.1",
"python-dateutil==2.8.2",
"pytest==8.2.0",
"python-dateutil==2.9.0.post0",
"pytz==2024.1",
"six==1.16.0",
"structlog==23.3.0",
@@ -51,7 +51,7 @@
]
setuptools.setup(
name=name,
version="0.1.20",
version="0.1.21",
description=description,
long_description=long_description,
author="CloudQuery LTD",