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: v1.17.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: v1.17.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 5 contributors

Commits on Jun 11, 2020

  1. docs: update docstring of to_json() method (#511)

    from #494, 
    
    this PR updated the docstring of ``to_json`` method in the credential so that it points user to ``from_authorized_user_info`` instead of the non-existent ``from_json``
    alvyjudy authored Jun 11, 2020
    Configuration menu
    Copy the full SHA
    67d38d8 View commit details
    Browse the repository at this point in the history
  2. fix: narrow acceptable RSA versions to maintain Python 2 compatability (

    #528)
    
    * Narrow acceptable RSA versions to maintain Python 2 compat
    
    * Update setup.py
    
    Co-authored-by: Kamil Breguła <[email protected]>
    
    * Use a more specific pin to support new versions that may support python 2.
    
    * Update setup.py
    
    Co-authored-by: Bu Sun Kim <[email protected]>
    
    * how many commits to get the format correct?
    
    Co-authored-by: Kamil Breguła <[email protected]>
    Co-authored-by: Bu Sun Kim <[email protected]>
    3 people authored Jun 11, 2020
    Configuration menu
    Copy the full SHA
    9434868 View commit details
    Browse the repository at this point in the history
  3. chore: release 1.17.1 (#529)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ### [1.17.1](https://www.github.com/googleapis/google-auth-library-python/compare/v1.17.0...v1.17.1) (2020-06-11)
    
    
    ### Bug Fixes
    
    * narrow acceptable RSA versions to maintain Python 2 compatability ([#528](https://www.github.com/googleapis/google-auth-library-python/issues/528)) ([9434868](https://www.github.com/googleapis/google-auth-library-python/commit/9434868a6789464549af1d4562f62d8a899b6809))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored Jun 11, 2020
    Configuration menu
    Copy the full SHA
    85c2bac View commit details
    Browse the repository at this point in the history
Loading