Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

fix: fix minimum required versions of proto-plus and pandas #102

Merged
merged 8 commits into from Mar 29, 2021

Commits on Mar 23, 2021

  1. changes without context

            autosynth cannot find the source of changes triggered by earlier changes in this
            repository, or by version upgrades to tools such as linters.
    yoshi-automation committed Mar 23, 2021
    Copy the full SHA
    c70c563 View commit details
    Browse the repository at this point in the history
  2. fix: fixed config for Python and Java grpc lib

    PiperOrigin-RevId: 348952930
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Thu Dec 24 13:19:36 2020 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: 69697504d9eba1d064820c3085b4750767be6d08
    Source-Link: googleapis/googleapis@6969750
    yoshi-automation committed Mar 23, 2021
    Copy the full SHA
    5ed0b09 View commit details
    Browse the repository at this point in the history
  3. build(python): fail nox sessions if a python version is missing

    Nox's default behavior is to quietly skip if a python interpreter is missing. https://nox.thea.codes/en/stable/usage.html#failing-sessions-when-the-interpreter-is-missing
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Tue Mar 16 13:38:02 2021 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: eda422b90c3dde4a872a13e6b78a8f802c40d0db
    Source-Link: googleapis/synthtool@eda422b
    yoshi-automation committed Mar 23, 2021
    Copy the full SHA
    2699509 View commit details
    Browse the repository at this point in the history
  4. chore(python): add kokoro configs for periodic builds against head

    This change should be non-destructive.
    
    Note for library repo maintainers:
    After applying this change, you can easily add (or change) periodic
    builds against head by adding config files in google3.
    
    See python-pubsub repo for example.
    
    Source-Author: Takashi Matsuo <tmatsuo@google.com>
    Source-Date: Fri Mar 19 11:17:59 2021 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 79c8dd7ee768292f933012d3a69a5b4676404cda
    Source-Link: googleapis/synthtool@79c8dd7
    yoshi-automation committed Mar 23, 2021
    Copy the full SHA
    17e9575 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update precommit hook pycqa/flake8 to v3.9.0

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [pycqa/flake8](https://gitlab.com/pycqa/flake8) | repository | minor | `3.8.4` -> `3.9.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pycqa/flake8</summary>
    
    ### [`v3.9.0`](https://gitlab.com/pycqa/flake8/compare/3.8.4...3.9.0)
    
    [Compare Source](https://gitlab.com/pycqa/flake8/compare/3.8.4...3.9.0)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/synthtool).
    
    Source-Author: WhiteSource Renovate <bot@renovateapp.com>
    Source-Date: Tue Mar 23 17:38:03 2021 +0100
    Source-Repo: googleapis/synthtool
    Source-Sha: f5c5904fb0c6aa3b3730eadf4e5a4485afc65726
    Source-Link: googleapis/synthtool@f5c5904
    yoshi-automation committed Mar 23, 2021
    Copy the full SHA
    cf01642 View commit details
    Browse the repository at this point in the history
  6. test(python): use constraints files to check dependency lower bounds

    Use a constraints file when installing dependencies for system and unit tests nox sessions.
    
    https://pip.pypa.io/en/stable/user_guide/#constraints-files
    > Constraints files are requirements files that **only control which version of a requirement is installed, not whether it is installed or not**. Their syntax and contents is nearly identical to Requirements Files. There is one key difference: Including a package in a constraints file does not trigger installation of the package.
    
    ```
    testing
    ├── constraints-3.10.txt
    ├── constraints-3.11.txt
    ├── constraints-3.6.txt
    ├── constraints-3.7.txt
    ├── constraints-3.8.txt
    └── constraints-3.9.txt
    ```
    
    Going forward, one constraints file (currently 3.6) will be populated with every library requirement and extra listed in the `setup.py`. The constraints file will pin each requirement to the lower bound. This ensures that library maintainers will see test failures if they forget to update a lower bound on a dependency.
    
    See googleapis/python-bigquery#263 for an example
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Tue Mar 23 10:52:02 2021 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: 86ed43d4f56e6404d068e62e497029018879c771
    Source-Link: googleapis/synthtool@86ed43d
    yoshi-automation committed Mar 23, 2021
    Copy the full SHA
    0bc2740 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. fix: fix dependencies

    busunkim96 committed Mar 29, 2021
    Copy the full SHA
    cfc5098 View commit details
    Browse the repository at this point in the history
  2. fix: update pandas version

    busunkim96 committed Mar 29, 2021
    Copy the full SHA
    9403ce8 View commit details
    Browse the repository at this point in the history