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.15.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.16.0
Choose a head ref
  • 13 commits
  • 23 files changed
  • 7 contributors

Commits on Jul 16, 2025

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

Commits on Jul 24, 2025

  1. feat: remove python 3.8 support (#1215)

    * feat: remove python 3.8 support
    
    * adds debugging to noxfile and tweaks to correct coverage
    
    * updates lowest version for system test and owlbot
    
    * updates DEFAULT_PYTHON_VERSION to 3.10
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * updates extras in several sessions & lists additional Python ver.
    
    * Revert "adds debugging to noxfile and tweaks to correct coverage"
    
    This reverts commit 4e86c04.
    
    * adds back in code that was removed
    
    * adds pragma to avoid cover fallure.
    
    ---------
    
    Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    632d6ef View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. chore: Add decorator @calculate_duration (#1216)

    * adds debugging to noxfile and tweaks to correct coverage
    
    * adds a decorator to help calculate the duration of a nox session
    
    * Minor tweaks.
    
    * adds back in a pip freeze that was accidentally removed.
    
    * 🦉 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>
    chalmerlowe and gcf-owl-bot[bot] authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    d5474a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. chore: updates owlbot and renovate.json to help control dependency wh…

    …en Python 3.9 is used. (#1227)
    
    * chore(deps): update all dependencies
    
    * add checks to avoid overwriting dependency when using python 3.9
    
    * Update samples/snippets/requirements.txt
    
    * Update renovate.json
    
    * updates name of test to match upstream refactor
    
    * blocks a class with tests for content BQ does not support
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Mend Renovate <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    547d256 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

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

Commits on Sep 10, 2025

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

Commits on Sep 16, 2025

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

Commits on Oct 1, 2025

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

Commits on Oct 3, 2025

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

Commits on Oct 7, 2025

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

Commits on Oct 9, 2025

  1. chore(python): Add Python 3.14 to python post processor image (#1237)

    Source-Link: googleapis/synthtool@16790a3
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:543e209e7c1c1ffe720eb4db1a3f045a75099304fb19aa11a47dc717b8aae2a9
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    9478f4b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

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

Commits on Nov 6, 2025

  1. chore(main): release 1.16.0 (#1217)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [1.16.0](v1.15.0...v1.16.0)
    (2025-11-05)
    
    
    ### Features
    
    * Add support for Python 3.14
    ([#1278](#1278))
    ([c09a009](c09a009))
    * Remove python 3.8 support
    ([#1215](#1215))
    ([632d6ef](632d6ef))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    83c677d View commit details
    Browse the repository at this point in the history
Loading