Skip to content

chore(python): update sdk.yaml with non-default release levels#4850

Merged
jskeet merged 3 commits intogoogleapis:mainfrom
jskeet:update-python-release-levels
Mar 26, 2026
Merged

chore(python): update sdk.yaml with non-default release levels#4850
jskeet merged 3 commits intogoogleapis:mainfrom
jskeet:update-python-release-levels

Conversation

@jskeet
Copy link
Copy Markdown
Contributor

@jskeet jskeet commented Mar 26, 2026

The language-default release level is often different to the current
Python library release level, as determined by the existing
.repo-metadata.json files. The sdk.yaml file is updated to reflect the
current state of play in google-cloud-python, so that after migration
we still generate the same .repo-metadata.json files.

Also adds google/maps/geocode/v4 to the allow-list, as that's now in google-cloud-python.

Fixes #4847.

jskeet added 3 commits March 26, 2026 15:22
The language-default release level is often different to the current
Python library release level, as determined by the existing
.repo-metadata.json files. The sdk.yaml file is updated to reflect the
current state of play in google-cloud-python, so that after migration
we still generate the same .repo-metadata.json files.

Fixes googleapis#4847.
@jskeet jskeet requested a review from noahdietz March 26, 2026 16:21
@jskeet jskeet requested a review from a team as a code owner March 26, 2026 16:21
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request performs a bulk update to the SDK configuration in internal/serviceconfig/sdk.yaml, setting the Python release level to 'preview' for numerous Google Cloud and Maps services. It also updates a corresponding test case in internal/librarian/python/generate_test.go and adds a new service path for google/maps/geocode/v4. I have no feedback to provide.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.38%. Comparing base (71f7d3b) to head (68c7cfd).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4850   +/-   ##
=======================================
  Coverage   81.37%   81.38%           
=======================================
  Files         130      130           
  Lines       10905    10910    +5     
=======================================
+ Hits         8874     8879    +5     
  Misses       1392     1392           
  Partials      639      639           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jskeet
Copy link
Copy Markdown
Contributor Author

jskeet commented Mar 26, 2026

(Still running an end-to-end test, but will merge when done.)

@jskeet
Copy link
Copy Markdown
Contributor Author

jskeet commented Mar 26, 2026

Merging even though my current test run didn't go as well as hoped - it's for entirely separate reasons.

@jskeet jskeet merged commit 183bb51 into googleapis:main Mar 26, 2026
24 of 25 checks passed
@jskeet jskeet deleted the update-python-release-levels branch March 26, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

python: fix differences in release levels

2 participants