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-cloud-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Choose a base ref
...
head repository: googleapis/google-cloud-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 19 commits
  • 548 files changed
  • 6 contributors

Commits on Apr 20, 2026

  1. chore: allow docs warnings in more packages (#16716)

    Renames the post-processing file, and adds more paths to it.
    
    This file should be removed entirely once we've upgraded to a later
    version of the GAPIC generator which fixes the warnings. See #15475 for
    details on this work.
    jskeet authored Apr 20, 2026
    Configuration menu
    Copy the full SHA
    39c50ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4db394b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0b5d3a View commit details
    Browse the repository at this point in the history
  4. chore: complete google-cloud-dns migration (#16678)

    - Reformat with nox
    - Enable generation with librarian
    - Regenerate with librarian
    jskeet authored Apr 20, 2026
    Configuration menu
    Copy the full SHA
    6be6b6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35d62ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b68650d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5cb4a89 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3368a80 View commit details
    Browse the repository at this point in the history
  9. chore: remove obsolete .repo-metadata input files (#16686)

    These were used by legacylibrarian, but are not used at all in the
    librarian generation process.
    jskeet authored Apr 20, 2026
    Configuration menu
    Copy the full SHA
    23abbc9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7e15fce View commit details
    Browse the repository at this point in the history
  11. chore: clean environment for datastore tests (#16734)

    clean environment for datastore tests
    ohmayr authored Apr 20, 2026
    Configuration menu
    Copy the full SHA
    eba633c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    542857d View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. Configuration menu
    Copy the full SHA
    bae6d51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    399d90b View commit details
    Browse the repository at this point in the history
  3. feat: enable mypy session for ndb (#16691)

    This PR enables the mypy session in noxfile.py for ndb and aligns it
    with the GAPIC generator template.
    chalmerlowe authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    192ccc5 View commit details
    Browse the repository at this point in the history
  4. test: enable mypy session for documentai-toolbox (#16690)

    This PR enables the mypy session in noxfile.py for documentai-toolbox
    and aligns it with the GAPIC generator template.
    chalmerlowe authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    a1417ae View commit details
    Browse the repository at this point in the history
  5. fix: replace deprecated utcfromtimestamp in google-auth-oauthlib (#…

    …16732)
    
    This PR replaces the usage of the deprecated
    `datetime.datetime.utcfromtimestamp` in the `google-auth-oauthlib`
    package and testdata.
    
    Using `datetime.datetime.fromtimestamp(session.token["expires_at"],
    datetime.timezone.utc).replace(tzinfo=None)` avoids the deprecation
    warning in Python 3.12 while preserving backwards compatibility by
    returning a naive datetime object.
    
    Fixes #15433
    
    ---
    *PR created automatically by Jules for task
    [232508796818525143](https://jules.google.com/task/232508796818525143)
    started by @chalmerlowe*
    
    Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
    Co-authored-by: chalmerlowe <7291104+chalmerlowe@users.noreply.github.com>
    3 people authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    e1c5af7 View commit details
    Browse the repository at this point in the history
  6. chore: clean environment for errorreporting tests (#16736)

    clean environment for errorreporting tests
    ohmayr authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    1678f41 View commit details
    Browse the repository at this point in the history
  7. chore: complete migration of google-cloud-datastore (#16737)

    complete migration of google-cloud-datastore
    ohmayr authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    2ad626b View commit details
    Browse the repository at this point in the history
Loading