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: googleapis/python-spanner-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-spanner-sqlalchemy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.0
Choose a head ref
  • 6 commits
  • 10 files changed
  • 4 contributors

Commits on Sep 1, 2025

  1. chore(deps): update dependency typing-extensions to v4.15.0 (#746)

    This PR contains the following updates:
    
    | Package | Change | Age | Confidence |
    |---|---|---|---|
    | [typing-extensions](https://redirect.github.com/python/typing_extensions) ([changelog](https://redirect.github.com/python/typing_extensions/blob/main/CHANGELOG.md)) | `==4.14.1` -> `==4.15.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/typing-extensions/4.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/typing-extensions/4.14.1/4.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>python/typing_extensions (typing-extensions)</summary>
    
    ### [`v4.15.0`](https://redirect.github.com/python/typing_extensions/blob/HEAD/CHANGELOG.md#Release-4150-August-25-2025)
    
    [Compare Source](https://redirect.github.com/python/typing_extensions/compare/4.14.1...4.15.0)
    
    No user-facing changes since 4.15.0rc1.
    
    </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/python-spanner-sqlalchemy).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    renovate-bot authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    7d6865e View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency cachetools to v6.2.0 (#747)

    This PR contains the following updates:
    
    | Package | Change | Age | Confidence |
    |---|---|---|---|
    | [cachetools](https://redirect.github.com/tkem/cachetools) | `==6.1.0` -> `==6.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/cachetools/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/cachetools/6.1.0/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>tkem/cachetools (cachetools)</summary>
    
    ### [`v6.2.0`](https://redirect.github.com/tkem/cachetools/blob/HEAD/CHANGELOG.rst#v620-2025-08-25)
    
    [Compare Source](https://redirect.github.com/tkem/cachetools/compare/v6.1.0...v6.2.0)
    
    \===================
    
    - Improve general `RRCache` performance by storing cache keys in an
      additional sequence container.  Note that this will increase memory
      consumption.
    
    - Add more unit tests.
    
    </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/python-spanner-sqlalchemy).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    renovate-bot authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    c1d6ee0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74a92ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bc0589 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. docs: add sample for parse_json (#752)

    Add a sample and test for using the parse_json function with SQLAlchemy.
    
    Fixes #735
    olavloite authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    b2f0e89 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.16.0 (#751)

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