feat: update librarian version to v0.25.0#17674
Conversation
There was a problem hiding this comment.
Code Review
This pull request centralizes the mypy configuration across multiple packages by removing package-specific mypy.ini files and updating each package's noxfile.py to reference a centralized configuration file at the repository root. It also introduces support for Python 3.15 by updating the preview Python version, adding Python 3.15 to the test matrix, and creating corresponding constraints-3.15.txt files. Additionally, GAPIC client unit tests are updated to assert pager string representations and next_page_token values. I have no feedback to provide on these changes.
|
I suspect that this is a flaky test failure given the type of failure and the comments in the code but I will leave that to the discretion of the language team to decide. @parthea do you have any thoughts? |
Note, I had to edit
.librarian/generator-input/client-post-processing/bigtable-integration.yamldo to recent generator changes. The file being modified no longer existed.Fixes: #17672