feat: regenerate monitoring using generator v1.32.0#17165
Open
chalmerlowe wants to merge 3 commits into
Open
Conversation
Regenerates google-cloud-monitoring library using gapic-generator v1.32.0.
Contributor
There was a problem hiding this comment.
Code Review
This pull request drops support for Python 3.9, updating the package to require Python 3.10 or higher. Key changes include updating dependency lower bounds for google-api-core and grpcio, removing legacy compatibility code for older Python versions, and updating copyright headers to 2026. Feedback from the reviewer highlights a discrepancy in the google-auth version bump relative to the PR description, formatting regressions in docstrings, and the removal of the 'warnings as errors' flag in documentation builds.
…itoring Add pandas and numpy to constraints-3.10.txt and install pandas extra in prerelease_deps and core_deps_from_source nox sessions.
Update pandas dependency lower bound to 1.3.4 and constraints to use pandas 1.3.4 and numpy 1.21.3 to avoid pip build errors on Python 3.10 in CI/CD.
ohmayr
reviewed
May 18, 2026
| resource types, only the monitored resource | ||
| types for which the metric type has recent | ||
| data will be included in the returned | ||
| data will be included in the returned |
Contributor
There was a problem hiding this comment.
Do we want to take a look at the extra whitespace being added here?
Contributor
Author
There was a problem hiding this comment.
I commented off-line in chat.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates post processing to account for dropping support for Python 3.7, 3.8, 3.9 and impacts that has on using 3.10 for lower bounds testing.
Changes:
pandasandnumpytoconstraints-3.10.txtand installspandasextra inprerelease_depsandcore_deps_from_sourcenox sessions.pandasdependency lower bound to1.3.4and updatesconstraints-3.10.txtto usepandas 1.3.4andnumpy 1.21.3to avoid pip build errors on Python 3.10.Partially corrects #17153 🦕