Thanks to visit codestin.com
Credit goes to github.com

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.7
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.8
Choose a head ref
  • 12 commits
  • 5 files changed
  • 3 contributors

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    e5498cb View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. fix(deps): Update dependency grpcio to v1.59.2 (#73)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [grpcio](https://grpc.io) ([source](https://togithub.com/grpc/grpc)) | patch | `==1.59.0` -> `==1.59.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc (grpcio)</summary>
    
    ### [`v1.59.2`](https://togithub.com/grpc/grpc/releases/tag/v1.59.2)
    
    [Compare Source](https://togithub.com/grpc/grpc/compare/v1.59.0...v1.59.2)
    
    This is release 1.59.2 ([generative](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
    
    -   \[chttp2] Rollup of fixes for CVE-2023-44487. ([#&#8203;34763](https://togithub.com/grpc/grpc/pull/34763))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d0775b0 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency grpcio-tools to v1.59.2 (#74)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [grpcio-tools](https://grpc.io) | patch | `==1.59.0` -> `==1.59.2` |
    
    ---
    
    ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    8626aa2 View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update dependency numpy to v1.26.1 (#76)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [numpy](https://numpy.org) ([source](https://togithub.com/numpy/numpy), [changelog](https://numpy.org/doc/stable/release)) | patch | `==1.26.0` -> `==1.26.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>numpy/numpy (numpy)</summary>
    
    ### [`v1.26.1`](https://togithub.com/numpy/numpy/releases/tag/v1.26.1)
    
    [Compare Source](https://togithub.com/numpy/numpy/compare/v1.26.0...v1.26.1)
    
    ### NumPy 1.26.1 Release Notes
    
    NumPy 1.26.1 is a maintenance release that fixes bugs and regressions
    discovered after the 1.26.0 release. In addition, it adds new
    functionality for detecting BLAS and LAPACK when building from source.
    Highlights are:
    
    -   Improved detection of BLAS and LAPACK libraries for meson builds
    -   Pickle compatibility with the upcoming NumPy 2.0.
    
    The 1.26.release series is the last planned minor release series before
    NumPy 2.0. The Python versions supported by this release are 3.9-3.12.
    
    #### Build system changes
    
    ##### Improved BLAS/LAPACK detection and control
    
    Auto-detection for a number of BLAS and LAPACK is now implemented for
    Meson. By default, the build system will try to detect MKL, Accelerate
    (on macOS >=13.3), OpenBLAS, FlexiBLAS, BLIS and reference BLAS/LAPACK.
    Support for MKL was significantly improved, and support for FlexiBLAS
    was added.
    
    New command-line flags are available to further control the selection of
    the BLAS and LAPACK libraries to build against.
    
    To select a specific library, use the config-settings interface via
    `pip` or `pypa/build`. E.g., to select `libblas`/`liblapack`, use:
    
        $ pip install numpy -Csetup-args=-Dblas=blas -Csetup-args=-Dlapack=lapack
        $ # OR
        $ python -m build . -Csetup-args=-Dblas=blas -Csetup-args=-Dlapack=lapack
    
    This works not only for the libraries named above, but for any library
    that Meson is able to detect with the given name through `pkg-config` or
    CMake.
    
    Besides `-Dblas` and `-Dlapack`, a number of other new flags are
    available to control BLAS/LAPACK selection and behavior:
    
    -   `-Dblas-order` and `-Dlapack-order`: a list of library names to
        search for in order, overriding the default search order.
    -   `-Duse-ilp64`: if set to `true`, use ILP64 (64-bit integer) BLAS and
        LAPACK. Note that with this release, ILP64 support has been extended
        to include MKL and FlexiBLAS. OpenBLAS and Accelerate were supported
        in previous releases.
    -   `-Dallow-noblas`: if set to `true`, allow NumPy to build with its
        internal (very slow) fallback routines instead of linking against an
        external BLAS/LAPACK library. *The default for this flag may be
        changed to \`\`true\`\` in a future 1.26.x release, however for
        1.26.1 we'd prefer to keep it as \`\`false\`\` because if failures
        to detect an installed library are happening, we'd like a bug
        report for that, so we can quickly assess whether the new
        auto-detection machinery needs further improvements.*
    -   `-Dmkl-threading`: to select the threading layer for MKL. There are
        four options: `seq`, `iomp`, `gomp` and `tbb`. The default is
        `auto`, which selects from those four as appropriate given the
        version of MKL selected.
    -   `-Dblas-symbol-suffix`: manually select the symbol suffix to use for
        the library - should only be needed for linking against libraries
        built in a non-standard way.
    
    #### New features
    
    ##### `numpy._core` submodule stubs
    
    `numpy._core` submodule stubs were added to provide compatibility with
    pickled arrays created using NumPy 2.0 when running Numpy 1.26.
    
    #### Contributors
    
    A total of 13 people contributed to this release. People with a "+" by
    their names contributed a patch for the first time.
    
    -   Andrew Nelson
    -   Anton Prosekin +
    -   Charles Harris
    -   Chongyun Lee +
    -   Ivan A. Melnikov +
    -   Jake Lishman +
    -   Mahder Gebremedhin +
    -   Mateusz Sokół
    -   Matti Picus
    -   Munira Alduraibi +
    -   Ralf Gommers
    -   Rohit Goswami
    -   Sayed Adel
    
    #### Pull requests merged
    
    A total of 20 pull requests were merged for this release.
    
    -   [#&#8203;24742](https://togithub.com/numpy/numpy/pull/24742): MAINT: Update cibuildwheel version
    -   [#&#8203;24748](https://togithub.com/numpy/numpy/pull/24748): MAINT: fix version string in wheels built with setup.py
    -   [#&#8203;24771](https://togithub.com/numpy/numpy/pull/24771): BLD, BUG: Fix build failure for host flags e.g. `-march=native`...
    -   [#&#8203;24773](https://togithub.com/numpy/numpy/pull/24773): DOC: Updated the f2py docs to remove a note on -fimplicit-none
    -   [#&#8203;24776](https://togithub.com/numpy/numpy/pull/24776): BUG: Fix SIMD f32 trunc test on s390x when baseline is none
    -   [#&#8203;24785](https://togithub.com/numpy/numpy/pull/24785): BLD: add libquadmath to licences and other tweaks ([#&#8203;24753](https://togithub.com/numpy/numpy/issues/24753))
    -   [#&#8203;24786](https://togithub.com/numpy/numpy/pull/24786): MAINT: Activate `use-compute-credits` for Cirrus.
    -   [#&#8203;24803](https://togithub.com/numpy/numpy/pull/24803): BLD: updated vendored-meson/meson for mips64 fix
    -   [#&#8203;24804](https://togithub.com/numpy/numpy/pull/24804): MAINT: fix licence path win
    -   [#&#8203;24813](https://togithub.com/numpy/numpy/pull/24813): BUG: Fix order of Windows OS detection macros.
    -   [#&#8203;24831](https://togithub.com/numpy/numpy/pull/24831): BUG, SIMD: use scalar cmul on bad Apple clang x86\_64 ([#&#8203;24828](https://togithub.com/numpy/numpy/issues/24828))
    -   [#&#8203;24840](https://togithub.com/numpy/numpy/pull/24840): BUG: Fix DATA statements for f2py
    -   [#&#8203;24870](https://togithub.com/numpy/numpy/pull/24870): API: Add `NumpyUnpickler` for backporting
    -   [#&#8203;24872](https://togithub.com/numpy/numpy/pull/24872): MAINT: Xfail test failing on PyPy.
    -   [#&#8203;24879](https://togithub.com/numpy/numpy/pull/24879): BLD: fix math func feature checks, fix FreeBSD build, add CI...
    -   [#&#8203;24899](https://togithub.com/numpy/numpy/pull/24899): ENH: meson: implement BLAS/LAPACK auto-detection and many CI...
    -   [#&#8203;24902](https://togithub.com/numpy/numpy/pull/24902): DOC: add a 1.26.1 release notes section for BLAS/LAPACK build...
    -   [#&#8203;24906](https://togithub.com/numpy/numpy/pull/24906): MAINT: Backport `numpy._core` stubs. Remove `NumpyUnpickler`
    -   [#&#8203;24911](https://togithub.com/numpy/numpy/pull/24911): MAINT: Bump pypa/cibuildwheel from 2.16.1 to 2.16.2
    -   [#&#8203;24912](https://togithub.com/numpy/numpy/pull/24912): BUG: loongarch doesn't use REAL(10)
    
    #### Checksums
    
    ##### MD5
    
        bda38de1a047dd9fdddae16c0d9fb358  numpy-1.26.1-cp310-cp310-macosx_10_9_x86_64.whl
        196d2e39047da64ab28e177760c95461  numpy-1.26.1-cp310-cp310-macosx_11_0_arm64.whl
        9d25010a7bf50e624d2fed742790afbd  numpy-1.26.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
        9b22fa3d030807f0708007d9c0659f65  numpy-1.26.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
        eea626b8b930acb4b32302a9e95714f5  numpy-1.26.1-cp310-cp310-musllinux_1_1_x86_64.whl
        3c40ef068f50d2ac2913c5b9fa1233fa  numpy-1.26.1-cp310-cp310-win32.whl
        315c251d2f284af25761a37ce6dd4d10  numpy-1.26.1-cp310-cp310-win_amd64.whl
        ebdd5046937df50e9f54a6d38c5775dd  numpy-1.26.1-cp311-cp311-macosx_10_9_x86_64.whl
        682f9beebe8547f205d6cdc8ff96a984  numpy-1.26.1-cp311-cp311-macosx_11_0_arm64.whl
        e86da9b6040ea88b3835c4d8f8578658  numpy-1.26.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
        ebcb6cf7f64454215e29d8a89829c8e1  numpy-1.26.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
        a8c89e13dc9a63712104e2fb06fb63a6  numpy-1.26.1-cp311-cp311-musllinux_1_1_x86_64.whl
        339795930404988dbc664ff4cc72b399  numpy-1.26.1-cp311-cp311-win32.whl
        4ef5e1bdd7726c19615843f5ac72e618  numpy-1.26.1-cp311-cp311-win_amd64.whl
        3aad6bc72db50e9cc88aa5813e8f35bd  numpy-1.26.1-cp312-cp312-macosx_10_9_x86_64.whl
        fd62f65ae7798dbda9a3f7af7aa5c8db  numpy-1.26.1-cp312-cp312-macosx_11_0_arm64.whl
        104d939e080f1baf0a56aed1de0e79e3  numpy-1.26.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
        c44b56c96097f910bbec1420abcf3db5  numpy-1.26.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
        1dce230368ae5fc47dd0fe8de8ff771d  numpy-1.26.1-cp312-cp312-musllinux_1_1_x86_64.whl
        d93338e7d60e1d294ca326450e99806b  numpy-1.26.1-cp312-cp312-win32.whl
        a1832f46521335c1ee4c56dbf12e600b  numpy-1.26.1-cp312-cp312-win_amd64.whl
        946fbb0b6caca9258985495532d3f9ab  numpy-1.26.1-cp39-cp39-macosx_10_9_x86_64.whl
        78c2ab13d395d67d90bcd6583a6f61a8  numpy-1.26.1-cp39-cp39-macosx_11_0_arm64.whl
        0a9d80d8b646abf4ffe51fff3e075d10  numpy-1.26.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
        0229ba8145d4f58500873b540a55d60e  numpy-1.26.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
        9179fc57c03260374c86e18867c24463  numpy-1.26.1-cp39-cp39-musllinux_1_1_x86_64.whl
        246a3103fdbe5d891d7a8aee28875a26  numpy-1.26.1-cp39-cp39-win32.whl
        4589dcb7f754fade6ea3946416bee638  numpy-1.26.1-cp39-cp39-win_amd64.whl
        3af340d5487a6c045f00fe5eb889957c  numpy-1.26.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
        28aece4f1ceb92ec463aa353d4a91c8b  numpy-1.26.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
        bbd0461a1e31017b05509e9971b3478e  numpy-1.26.1-pp39-pypy39_pp73-win_amd64.whl
        2d770f4c281d405b690c4bcb3dbe99e2  numpy-1.26.1.tar.gz
    
    ##### SHA256
    
        82e871307a6331b5f09efda3c22e03c095d957f04bf6bc1804f30048d0e5e7af  numpy-1.26.1-cp310-cp310-macosx_10_9_x86_64.whl
        cdd9ec98f0063d93baeb01aad472a1a0840dee302842a2746a7a8e92968f9575  numpy-1.26.1-cp310-cp310-macosx_11_0_arm64.whl
        d78f269e0c4fd365fc2992c00353e4530d274ba68f15e968d8bc3c69ce5f5244  numpy-1.26.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
        8ab9163ca8aeb7fd32fe93866490654d2f7dda4e61bc6297bf72ce07fdc02f67  numpy-1.26.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
        78ca54b2f9daffa5f323f34cdf21e1d9779a54073f0018a3094ab907938331a2  numpy-1.26.1-cp310-cp310-musllinux_1_1_x86_64.whl
        d1cfc92db6af1fd37a7bb58e55c8383b4aa1ba23d012bdbba26b4bcca45ac297  numpy-1.26.1-cp310-cp310-win32.whl
        d2984cb6caaf05294b8466966627e80bf6c7afd273279077679cb010acb0e5ab  numpy-1.26.1-cp310-cp310-win_amd64.whl
        cd7837b2b734ca72959a1caf3309457a318c934abef7a43a14bb984e574bbb9a  numpy-1.26.1-cp311-cp311-macosx_10_9_x86_64.whl
        1c59c046c31a43310ad0199d6299e59f57a289e22f0f36951ced1c9eac3665b9  numpy-1.26.1-cp311-cp311-macosx_11_0_arm64.whl
        d58e8c51a7cf43090d124d5073bc29ab2755822181fcad978b12e144e5e5a4b3  numpy-1.26.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
        6081aed64714a18c72b168a9276095ef9155dd7888b9e74b5987808f0dd0a974  numpy-1.26.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
        97e5d6a9f0702c2863aaabf19f0d1b6c2628fbe476438ce0b5ce06e83085064c  numpy-1.26.1-cp311-cp311-musllinux_1_1_x86_64.whl
        b9d45d1dbb9de84894cc50efece5b09939752a2d75aab3a8b0cef6f3a35ecd6b  numpy-1.26.1-cp311-cp311-win32.whl
        3649d566e2fc067597125428db15d60eb42a4e0897fc48d28cb75dc2e0454e53  numpy-1.26.1-cp311-cp311-win_amd64.whl
        1d1bd82d539607951cac963388534da3b7ea0e18b149a53cf883d8f699178c0f  numpy-1.26.1-cp312-cp312-macosx_10_9_x86_64.whl
        afd5ced4e5a96dac6725daeb5242a35494243f2239244fad10a90ce58b071d24  numpy-1.26.1-cp312-cp312-macosx_11_0_arm64.whl
        a03fb25610ef560a6201ff06df4f8105292ba56e7cdd196ea350d123fc32e24e  numpy-1.26.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
        dcfaf015b79d1f9f9c9fd0731a907407dc3e45769262d657d754c3a028586124  numpy-1.26.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
        e509cbc488c735b43b5ffea175235cec24bbc57b227ef1acc691725beb230d1c  numpy-1.26.1-cp312-cp312-musllinux_1_1_x86_64.whl
        af22f3d8e228d84d1c0c44c1fbdeb80f97a15a0abe4f080960393a00db733b66  numpy-1.26.1-cp312-cp312-win32.whl
        9f42284ebf91bdf32fafac29d29d4c07e5e9d1af862ea73686581773ef9e73a7  numpy-1.26.1-cp312-cp312-win_amd64.whl
        bb894accfd16b867d8643fc2ba6c8617c78ba2828051e9a69511644ce86ce83e  numpy-1.26.1-cp39-cp39-macosx_10_9_x86_64.whl
        e44ccb93f30c75dfc0c3aa3ce38f33486a75ec9abadabd4e59f114994a9c4617  numpy-1.26.1-cp39-cp39-macosx_11_0_arm64.whl
        9696aa2e35cc41e398a6d42d147cf326f8f9d81befcb399bc1ed7ffea339b64e  numpy-1.26.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
        a5b411040beead47a228bde3b2241100454a6abde9df139ed087bd73fc0a4908  numpy-1.26.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
        1e11668d6f756ca5ef534b5be8653d16c5352cbb210a5c2a79ff288e937010d5  numpy-1.26.1-cp39-cp39-musllinux_1_1_x86_64.whl
        d1d2c6b7dd618c41e202c59c1413ef9b2c8e8a15f5039e344af64195459e3104  numpy-1.26.1-cp39-cp39-win32.whl
        59227c981d43425ca5e5c01094d59eb14e8772ce6975d4b2fc1e106a833d5ae2  numpy-1.26.1-cp39-cp39-win_amd64.whl
        06934e1a22c54636a059215d6da99e23286424f316fddd979f5071093b648668  numpy-1.26.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
        76ff661a867d9272cd2a99eed002470f46dbe0943a5ffd140f49be84f68ffc42  numpy-1.26.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
        6965888d65d2848e8768824ca8288db0a81263c1efccec881cb35a0d805fcd2f  numpy-1.26.1-pp39-pypy39_pp73-win_amd64.whl
        c8c6c72d4a9f831f328efb1312642a1cafafaa88981d9ab76368d50d07d93cbe  numpy-1.26.1.tar.gz
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    3a3a2be View commit details
    Browse the repository at this point in the history
  4. fix(deps): Update dependency pandas to v2.1.2 (#77)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [pandas](https://pandas.pydata.org) ([source](https://togithub.com/pandas-dev/pandas)) | patch | `==2.1.1` -> `==2.1.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pandas-dev/pandas (pandas)</summary>
    
    ### [`v2.1.2`](https://togithub.com/pandas-dev/pandas/releases/tag/v2.1.2): Pandas 2.1.2
    
    [Compare Source](https://togithub.com/pandas-dev/pandas/compare/v2.1.1...v2.1.2)
    
    This is a patch release in the 2.1.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.
    
    See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.1.2/whatsnew/v2.1.2.html) for a list of all the changes.
    
    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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1e3d7da View commit details
    Browse the repository at this point in the history
  5. fix(deps): Update dependency protobuf to v4.24.4 (#78)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [protobuf](https://developers.google.com/protocol-buffers/) | patch | `==4.24.3` -> `==4.24.4` |
    
    ---
    
    ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    8c68799 View commit details
    Browse the repository at this point in the history
  6. fix(deps): Update dependency pytest to v7.4.3 (#79)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [pytest](https://docs.pytest.org/en/latest/) ([source](https://togithub.com/pytest-dev/pytest), [changelog](https://docs.pytest.org/en/stable/changelog.html)) | patch | `==7.4.2` -> `==7.4.3` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pytest-dev/pytest (pytest)</summary>
    
    ### [`v7.4.3`](https://togithub.com/pytest-dev/pytest/releases/tag/v7.4.3): pytest 7.4.3 (2023-10-24)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/7.4.2...7.4.3)
    
    ## Bug Fixes
    
    -   [#&#8203;10447](https://togithub.com/pytest-dev/pytest/issues/10447): Markers are now considered in the reverse mro order to ensure base  class markers are considered first -- this resolves a regression.
    
    -   [#&#8203;11239](https://togithub.com/pytest-dev/pytest/issues/11239): Fixed `:=` in asserts impacting unrelated test cases.
    
    -   [#&#8203;11439](https://togithub.com/pytest-dev/pytest/issues/11439): Handled an edge case where :data:`sys.stderr` might already be closed when :ref:`faulthandler` is tearing down.
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2bda782 View commit details
    Browse the repository at this point in the history
  7. fix(deps): Update dependency black to v23.10.1 (#80)

    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 | `==23.9.1` -> `==23.10.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>psf/black (black)</summary>
    
    ### [`v23.10.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23101)
    
    [Compare Source](https://togithub.com/psf/black/compare/23.10.0...23.10.1)
    
    ##### Highlights
    
    -   Maintenance release to get a fix out for GitHub Action edge case ([#&#8203;3957](https://togithub.com/psf/black/issues/3957))
    
    ##### Preview style
    
    -   Fix merging implicit multiline strings that have inline comments ([#&#8203;3956](https://togithub.com/psf/black/issues/3956))
    -   Allow empty first line after block open before a comment or compound statement ([#&#8203;3967](https://togithub.com/psf/black/issues/3967))
    
    ##### Packaging
    
    -   Change Dockerfile to hatch + compile black ([#&#8203;3965](https://togithub.com/psf/black/issues/3965))
    
    ##### Integrations
    
    -   The summary output for GitHub workflows is now suppressible using the `summary`
        parameter. ([#&#8203;3958](https://togithub.com/psf/black/issues/3958))
    -   Fix the action failing when Black check doesn't pass ([#&#8203;3957](https://togithub.com/psf/black/issues/3957))
    
    ##### Documentation
    
    -   It is known Windows documentation CI is broken
    [https://github.com/psf/black/issues/3968](https://togithub.com/psf/black/issues/3968)3968
    
    ### [`v23.10.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23100)
    
    [Compare Source](https://togithub.com/psf/black/compare/23.9.1...23.10.0)
    
    ##### Stable style
    
    -   Fix comments getting removed from inside parenthesized strings ([#&#8203;3909](https://togithub.com/psf/black/issues/3909))
    
    ##### Preview style
    
    -   Fix long lines with power operators getting split before the line length ([#&#8203;3942](https://togithub.com/psf/black/issues/3942))
    -   Long type hints are now wrapped in parentheses and properly indented when split across
        multiple lines ([#&#8203;3899](https://togithub.com/psf/black/issues/3899))
    -   Magic trailing commas are now respected in return types. ([#&#8203;3916](https://togithub.com/psf/black/issues/3916))
    -   Require one empty line after module-level docstrings. ([#&#8203;3932](https://togithub.com/psf/black/issues/3932))
    -   Treat raw triple-quoted strings as docstrings ([#&#8203;3947](https://togithub.com/psf/black/issues/3947))
    
    ##### Configuration
    
    -   Fix cache versioning logic when `BLACK_CACHE_DIR` is set ([#&#8203;3937](https://togithub.com/psf/black/issues/3937))
    
    ##### Parser
    
    -   Fix bug where attributes named `type` were not accepted inside `match` statements
        ([#&#8203;3950](https://togithub.com/psf/black/issues/3950))
    -   Add support for PEP 695 type aliases containing lambdas and other unusual expressions
        ([#&#8203;3949](https://togithub.com/psf/black/issues/3949))
    
    ##### Output
    
    -   Black no longer attempts to provide special errors for attempting to format Python 2
        code ([#&#8203;3933](https://togithub.com/psf/black/issues/3933))
    -   Black will more consistently print stacktraces on internal errors in verbose mode
        ([#&#8203;3938](https://togithub.com/psf/black/issues/3938))
    
    ##### Integrations
    
    -   The action output displayed in the job summary is now wrapped in Markdown ([#&#8203;3914](https://togithub.com/psf/black/issues/3914))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e096751 View commit details
    Browse the repository at this point in the history
  8. fix(deps): Update dependency packaging to v23.2 (#81)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [packaging](https://togithub.com/pypa/packaging) | minor | `==23.1` -> `==23.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pypa/packaging (packaging)</summary>
    
    ### [`v23.2`](https://togithub.com/pypa/packaging/releases/tag/23.2)
    
    [Compare Source](https://togithub.com/pypa/packaging/compare/23.1...23.2)
    
    #### What's Changed
    
    -   parse_marker should consume the entire source string by [@&#8203;mwerschy](https://togithub.com/mwerschy) in [https://github.com/pypa/packaging/pull/687](https://togithub.com/pypa/packaging/pull/687)
    -   Create a Security Policy file  by [@&#8203;joycebrum](https://togithub.com/joycebrum) in [https://github.com/pypa/packaging/pull/695](https://togithub.com/pypa/packaging/pull/695)
    -   Add python 3.12 to CI by [@&#8203;mayeut](https://togithub.com/mayeut) in [https://github.com/pypa/packaging/pull/689](https://togithub.com/pypa/packaging/pull/689)
    -   Remove URL validation from requirement parsing by [@&#8203;uranusjr](https://togithub.com/uranusjr) in [https://github.com/pypa/packaging/pull/684](https://togithub.com/pypa/packaging/pull/684)
    -   Add types for packaging.version.\_Version by [@&#8203;hauntsaninja](https://togithub.com/hauntsaninja) in [https://github.com/pypa/packaging/pull/665](https://togithub.com/pypa/packaging/pull/665)
    -   Add PyPy 3.10 to CI by [@&#8203;mayeut](https://togithub.com/mayeut) in [https://github.com/pypa/packaging/pull/699](https://togithub.com/pypa/packaging/pull/699)
    -   Remove unused argument in `_manylinux._is_compatible` by [@&#8203;mayeut](https://togithub.com/mayeut) in [https://github.com/pypa/packaging/pull/700](https://togithub.com/pypa/packaging/pull/700)
    -   Canonicalize names for requirements comparison by [@&#8203;astrojuanlu](https://togithub.com/astrojuanlu) in [https://github.com/pypa/packaging/pull/696](https://togithub.com/pypa/packaging/pull/696)
    -   Add platform tag support for LoongArch by [@&#8203;loongson-zn](https://togithub.com/loongson-zn) in [https://github.com/pypa/packaging/pull/693](https://togithub.com/pypa/packaging/pull/693)
    -   Ability to install `armv7l manylinux/musllinux` wheels on `armv8l` by [@&#8203;mayeut](https://togithub.com/mayeut) in [https://github.com/pypa/packaging/pull/690](https://togithub.com/pypa/packaging/pull/690)
    -   Include CHANGELOG.rst in sdist by [@&#8203;astrojuanlu](https://togithub.com/astrojuanlu) in [https://github.com/pypa/packaging/pull/704](https://togithub.com/pypa/packaging/pull/704)
    -   Update pyupgrade to Python 3.7+ by [@&#8203;fangchenli](https://togithub.com/fangchenli) in [https://github.com/pypa/packaging/pull/580](https://togithub.com/pypa/packaging/pull/580)
    -   Fix version pattern pre-releases by [@&#8203;deathaxe](https://togithub.com/deathaxe) in [https://github.com/pypa/packaging/pull/705](https://togithub.com/pypa/packaging/pull/705)
    -   Fix typos found by codespell by [@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/706](https://togithub.com/pypa/packaging/pull/706)
    -   Support enriched metadata by [@&#8203;brettcannon](https://togithub.com/brettcannon) in [https://github.com/pypa/packaging/pull/686](https://togithub.com/pypa/packaging/pull/686)
    -   Correct rST syntax in CHANGELOG.rst by [@&#8203;atugushev](https://togithub.com/atugushev) in [https://github.com/pypa/packaging/pull/709](https://togithub.com/pypa/packaging/pull/709)
    -   fix: platform tag for GraalPy by [@&#8203;mayeut](https://togithub.com/mayeut) in [https://github.com/pypa/packaging/pull/711](https://togithub.com/pypa/packaging/pull/711)
    -   Document that this library uses a calendar-based versioning scheme by [@&#8203;faph](https://togithub.com/faph) in [https://github.com/pypa/packaging/pull/717](https://togithub.com/pypa/packaging/pull/717)
    -   fix: Update copyright date for docs by [@&#8203;garrypolley](https://togithub.com/garrypolley) in [https://github.com/pypa/packaging/pull/713](https://togithub.com/pypa/packaging/pull/713)
    -   Bump pip version to avoid known vulnerabilities by [@&#8203;joycebrum](https://togithub.com/joycebrum) in [https://github.com/pypa/packaging/pull/720](https://togithub.com/pypa/packaging/pull/720)
    -   Typing annotations fixed in version.py by [@&#8203;jolaf](https://togithub.com/jolaf) in [https://github.com/pypa/packaging/pull/723](https://togithub.com/pypa/packaging/pull/723)
    -   parse\_{sdist,wheel}\_filename: don't raise InvalidVersion by [@&#8203;SpecLad](https://togithub.com/SpecLad) in [https://github.com/pypa/packaging/pull/721](https://togithub.com/pypa/packaging/pull/721)
    -   Fix code blocks in CHANGELOG.md by [@&#8203;edmorley](https://togithub.com/edmorley) in [https://github.com/pypa/packaging/pull/724](https://togithub.com/pypa/packaging/pull/724)
    
    #### New Contributors
    
    -   [@&#8203;mwerschy](https://togithub.com/mwerschy) made their first contribution in [https://github.com/pypa/packaging/pull/687](https://togithub.com/pypa/packaging/pull/687)
    -   [@&#8203;joycebrum](https://togithub.com/joycebrum) made their first contribution in [https://github.com/pypa/packaging/pull/695](https://togithub.com/pypa/packaging/pull/695)
    -   [@&#8203;astrojuanlu](https://togithub.com/astrojuanlu) made their first contribution in [https://github.com/pypa/packaging/pull/696](https://togithub.com/pypa/packaging/pull/696)
    -   [@&#8203;loongson-zn](https://togithub.com/loongson-zn) made their first contribution in [https://github.com/pypa/packaging/pull/693](https://togithub.com/pypa/packaging/pull/693)
    -   [@&#8203;fangchenli](https://togithub.com/fangchenli) made their first contribution in [https://github.com/pypa/packaging/pull/580](https://togithub.com/pypa/packaging/pull/580)
    -   [@&#8203;deathaxe](https://togithub.com/deathaxe) made their first contribution in [https://github.com/pypa/packaging/pull/705](https://togithub.com/pypa/packaging/pull/705)
    -   [@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) made their first contribution in [https://github.com/pypa/packaging/pull/706](https://togithub.com/pypa/packaging/pull/706)
    -   [@&#8203;atugushev](https://togithub.com/atugushev) made their first contribution in [https://github.com/pypa/packaging/pull/709](https://togithub.com/pypa/packaging/pull/709)
    -   [@&#8203;faph](https://togithub.com/faph) made their first contribution in [https://github.com/pypa/packaging/pull/717](https://togithub.com/pypa/packaging/pull/717)
    -   [@&#8203;garrypolley](https://togithub.com/garrypolley) made their first contribution in [https://github.com/pypa/packaging/pull/713](https://togithub.com/pypa/packaging/pull/713)
    -   [@&#8203;jolaf](https://togithub.com/jolaf) made their first contribution in [https://github.com/pypa/packaging/pull/723](https://togithub.com/pypa/packaging/pull/723)
    -   [@&#8203;SpecLad](https://togithub.com/SpecLad) made their first contribution in [https://github.com/pypa/packaging/pull/721](https://togithub.com/pypa/packaging/pull/721)
    -   [@&#8203;edmorley](https://togithub.com/edmorley) made their first contribution in [https://github.com/pypa/packaging/pull/724](https://togithub.com/pypa/packaging/pull/724)
    
    **Full Changelog**: pypa/packaging@23.1...23.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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    956db38 View commit details
    Browse the repository at this point in the history
  9. fix(deps): Update dependency cloudquery-plugin-pb to v0.0.20 (#82)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [cloudquery-plugin-pb](https://togithub.com/cloudquery/plugin-pb-python) | patch | `==0.0.18` -> `==0.0.20` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary>
    
    ### [`v0.0.20`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0020-2023-11-01)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.18...v0.0.20)
    
    ##### Bug Fixes
    
    -   **deps:** Update dependency black to v23.10.1 ([#&#8203;37](https://togithub.com/cloudquery/plugin-pb-python/issues/37)) ([a66e65c](https://togithub.com/cloudquery/plugin-pb-python/commit/a66e65c806b87d0abab4e8ec514ce4959e3d66fb))
    -   **deps:** Update dependency grpcio to v1.59.2 ([#&#8203;33](https://togithub.com/cloudquery/plugin-pb-python/issues/33)) ([aef910f](https://togithub.com/cloudquery/plugin-pb-python/commit/aef910fdde8001b8b37913b45e546e3730c7afb7))
    -   **deps:** Update dependency grpcio-tools to v1.59.2 ([#&#8203;34](https://togithub.com/cloudquery/plugin-pb-python/issues/34)) ([8af794b](https://togithub.com/cloudquery/plugin-pb-python/commit/8af794b7784c8df9de2c52cb076a1fc879b8c7d5))
    -   **deps:** Update dependency protobuf to v4.24.4 ([#&#8203;35](https://togithub.com/cloudquery/plugin-pb-python/issues/35)) ([4418a67](https://togithub.com/cloudquery/plugin-pb-python/commit/4418a67dc0edbc694817d1983fcf9ee3841ece9a))
    -   **deps:** Update dependency pytest to v7.4.3 ([#&#8203;36](https://togithub.com/cloudquery/plugin-pb-python/issues/36)) ([61189c2](https://togithub.com/cloudquery/plugin-pb-python/commit/61189c26afa05beb14c751814a692e5de54a37ec))
    -   Pin Python version to `3.11` ([#&#8203;31](https://togithub.com/cloudquery/plugin-pb-python/issues/31)) ([d1aa848](https://togithub.com/cloudquery/plugin-pb-python/commit/d1aa84891a7d99bc5f0bf12d5c572c65b9ca0c6b))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ea4b0b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    36f52e3 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v0.1.8 (#75)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.1.8](v0.1.7...v0.1.8) (2023-11-10)
    
    
    ### Bug Fixes
    
    * **deps:** Update `pyarrow` to `v14.0.1` [SECURITY] ([#83](#83)) ([36f52e3](36f52e3))
    * **deps:** Update dependency black to v23.10.1 ([#80](#80)) ([e096751](e096751))
    * **deps:** Update dependency cloudquery-plugin-pb to v0.0.20 ([#82](#82)) ([ea4b0b0](ea4b0b0))
    * **deps:** Update dependency grpcio to v1.59.2 ([#73](#73)) ([d0775b0](d0775b0))
    * **deps:** Update dependency grpcio-tools to v1.59.2 ([#74](#74)) ([8626aa2](8626aa2))
    * **deps:** Update dependency numpy to v1.26.1 ([#76](#76)) ([3a3a2be](3a3a2be))
    * **deps:** Update dependency packaging to v23.2 ([#81](#81)) ([956db38](956db38))
    * **deps:** Update dependency pandas to v2.1.2 ([#77](#77)) ([1e3d7da](1e3d7da))
    * **deps:** Update dependency protobuf to v4.24.4 ([#78](#78)) ([8c68799](8c68799))
    * **deps:** Update dependency pytest to v7.4.3 ([#79](#79)) ([2bda782](2bda782))
    
    ---
    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 10, 2023
    Configuration menu
    Copy the full SHA
    d553d31 View commit details
    Browse the repository at this point in the history
Loading