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: googleapis/python-bigquery-sqlalchemy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: googleapis/python-bigquery-sqlalchemy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 7 commits
  • 25 files changed
  • 7 contributors

Commits on Nov 30, 2022

  1. chore: addressed lint issue with __version__ (#534)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [x] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-sqlalchemy/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [x] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    
    Fixes #533  🦕
    thejaredchapman authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    4e17259 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. build(deps): bump certifi from 2022.9.24 to 2022.12.7 in /synthtool/g…

    …cp/templates/python_library/.kokoro (#535)
    
    Source-Link: googleapis/synthtool@b4fe62e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3bf87e47c2173d7eed42714589dc4da2c07c3268610f1e47f8e1a30decbfc7f1
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    57794c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. feat: Enable support and testing for python 3.11 (#512)

    * Enable support and testing for python 3.11
    
    * feat: Enable support and testing for python 3.11
    
    * build: Add kokoro configuration for python 3.11
    
    * build: Remove kokoro configuration for python 3.11
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * add unit_test_python_versions arg
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    f826d83 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. chore(python): add kokoro configs for python 3.11 (#544)

    Source-Link: googleapis/synthtool@7197a00
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:c43f1d918bcf817d337aa29ff833439494a158a0831508fda4ec75dc4c0d0320
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    7aa6696 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. fix: Avoid sqlalchemy20 (#736)

    * Sets cache support to false, removes upper req limit
    
    * fix: sets upper limit to exclude sqlalchemy 2.0 (a breaking dependency)
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix: sets upper limit to exclude rc and dev branches
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * add comment for testing purposes
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * add sqlalchemy 20 to prerelease deps section
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * remove prerelease entirely
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * remove prerelease configs
    
    * removes prerelease nox session
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * testing changes to noxfile
    
    * testing changes to noxfile
    
    * testing noxfiles redux
    
    * testing noxfiles triplex
    
    * testing noxfiles quadruplex
    
    * testing noxfiles again
    
    * fixes linting
    
    * Adds warning suppression constant
    
    * Adds warning suppression constant to os.environ
    
    * Change variable setting from integer to string
    
    * Fixed linting
    
    * alternate attempt at including an env var
    
    * updates to owlbot and noxfile
    
    * clean up owlbot
    
    * more revisions to owlbot
    
    * testing a quirk in owlbot
    
    * testing a quirk in owlbot again
    
    * more testing of owlbot revisions
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * updated readme and files with potential upper bounds
    
    * update incorrect lower bound
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    chalmerlowe and gcf-owl-bot[bot] authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    0675b1e View commit details
    Browse the repository at this point in the history
  2. chore: fix prerelease_deps nox session [autoapprove] (#740)

    Source-Link: https://togithub.com/googleapis/synthtool/commit/26c7505b2f76981ec1707b851e1595c8c06e90fc
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f946c75373c2b0040e8e318c5e85d0cf46bc6e61d0a01f3ef94d8de974ac6790
    gcf-owl-bot[bot] authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    03450e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. chore(main): release 1.6.0 (#543)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
    release-please[bot] and chalmerlowe authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    0780b37 View commit details
    Browse the repository at this point in the history
Loading