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/google-auth-library-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.42.0
Choose a base ref
...
head repository: googleapis/google-auth-library-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.42.1
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Oct 30, 2025

  1. Configuration menu
    Copy the full SHA
    cb62f57 View commit details
    Browse the repository at this point in the history
  2. fix: catch ValueError for json.loads() (#1842)

    see internal bug 448976223
    
    TODO: 
     - [x] add test
     - [x] match the exception string so we don't catch unexpected cases
    Linchin authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    b074cad View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.42.1 (#1853)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [2.42.1](v2.42.0...v2.42.1)
    (2025-10-30)
    
    
    ### Bug Fixes
    
    * Catch ValueError for json.loads()
    ([#1842](#1842))
    ([b074cad](b074cad))
    
    ---
    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 Oct 30, 2025
    Configuration menu
    Copy the full SHA
    5d1b862 View commit details
    Browse the repository at this point in the history
Loading