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 Loading
base: v2.22.0
Choose a base ref
...
head repository: googleapis/google-auth-library-python Loading
compare: v2.23.0
Choose a head ref
  • 13 commits
  • 92 files changed
  • 10 contributors

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    2b6a2cf View commit details
    Browse the repository at this point in the history
  2. fix: Skip checking projectid on cred if env var is set (#1349)

    * fix: Skip checking projectid on cred if env var is set
    
    * add test for legacy project
    
    ---------
    
    Co-authored-by: Carl Lundin <[email protected]>
    sai-sunder-s and clundin25 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a4135a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. feat: add get_bq_config_path() to _cloud_sdk.py (#1358)

    feat: add get_bq_config_path() to _cloud_sdk.py
    wj-chen committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9f52f66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bc8017 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. build: [autoapprove] bump cryptography from 41.0.2 to 41.0.3 (#1363)

    Source-Link: googleapis/synthtool@352b9d4
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3e3800bb100af5d7f9e810d48212b37812c1856d20ffeafb99ebe66461b61fc7
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    65481be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4ec88c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. chore: Remove support for Python 3.6 (#1354)

    * chore: Remove support for Python 3.6
    
    * chore: Refresh system test creds.
    
    * Revert "chore: Remove support for Python 3.6"
    
    This reverts commit 3bfd7ba.
    
    * Add deprecation notice for 3.6 and 3.7.
    
    * chore: Refresh system test creds.
    
    * Revert "Revert "chore: Remove support for Python 3.6""
    
    This reverts commit c9f006b.
    
    * Revert "Add deprecation notice for 3.6 and 3.7."
    
    This reverts commit fb6b619.
    
    * Bump mypy Python version.
    
    * PR feedback.
    clundin25 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    117e325 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. chore: remove duplicate variable (#1375)

    The global variable [`_DEFAULT_TOKEN_LIFETIME_SECS`](https://togithub.com/googleapis/google-auth-library-python/blob/main/google/auth/impersonated_credentials.py#L40-L61) is set twice. Can we get rid of this duplicate?
    jackwotherspoon committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    36c1d54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d453dc View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. fix: Make external_account resistant to string type 'expires_in' resp…

    …onses from non-compliant services (#1379)
    
    Make external_account resistant to string type 'expires_in' responses from non-compliant services.
    
    This is to complete [#1208](https://togithub.com/googleapis/google-auth-library-python/pull/1208/).
    
    A client run into this error.
    duzun committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    01d3770 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. fix: expose universe domain in credentials (#1380)

    * fix: expose universe domain in credentials
    
    * update
    arithmetic1728 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8b8fce6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    7877e72 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.23.0 (#1350)

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