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.14.1
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.15.0
Choose a head ref
  • 6 commits
  • 11 files changed
  • 4 contributors

Commits on Jun 5, 2025

  1. chore(deps): update all dependencies (#1185)

    * chore(deps): update all dependencies
    
    * Update samples/snippets/requirements.txt
    
    * Update samples/snippets/requirements.txt
    
    * Update samples/snippets/requirements.txt
    
    * Update samples/snippets/requirements-test.txt
    
    * Update samples/snippets/requirements.txt
    
    * Update samples/snippets/requirements.txt
    
    * Update samples/snippets/requirements.txt
    
    * Update samples/snippets/requirements-test.txt
    
    * Update samples/snippets/requirements-test.txt
    
    * Update samples/snippets/requirements-test.txt
    
    ---------
    
    Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
    renovate-bot and chalmerlowe authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    d034720 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

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

Commits on Jun 10, 2025

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

Commits on Jun 17, 2025

  1. feat: Add Python 3.13 runtime support (#1211)

    * feat: Add Python 3.13 runtime support
    
    This commit introduces support for Python 3.13 as a runtime dependency.
    
    The following changes were made:
    - Updated `noxfile.py` to include Python 3.13 in unit and system test configurations, including necessary extras and confirming skip conditions for cpp protobuf implementation.
    - Modified `setup.py` to update `python_requires` to include Python 3.13 (i.e., `<3.14`) and added the corresponding classifier.
    - Updated `owlbot.py` to include Python 3.13 in the `unit_test_python_versions`, `system_test_python_versions`, and `extras_by_python` configurations.
    - Created `testing/constraints-3.13.txt` by copying constraints from the 3.12 version.
    - Updated `README.rst` and `docs/README.rst` to list Python 3.13 as a supported version.
    
    * additional updates to add 3.13
    
    ---------
    
    Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
    chalmerlowe and google-labs-jules[bot] authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    55336f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

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

Commits on Jun 23, 2025

  1. chore(main): release 1.15.0 (#1212)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    0b5c26c View commit details
    Browse the repository at this point in the history
Loading