feat: onboard `google-auth` to librarian (#1838) · googleapis/google-auth-library-python@c503eaa

This repository was archived by the owner on Mar 6, 2026. It is now read-only.

File tree

6 files changed

lines changed

6 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -0,0 +1,6 @@

1+

global_files_allowlist:

2+

# Allow the container to read and write the root `CHANGELOG.md`

3+

# file during the `release` step to update the latest client library

4+

# versions which are hardcoded in the file.

5+

- path: "CHANGELOG.md"

6+

permissions: "read-write"

Original file line numberDiff line numberDiff line change

@@ -0,0 +1,11 @@

1+

image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest

2+

libraries:

3+

- id: google-auth

4+

version: 2.41.1

5+

last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb

6+

apis: []

7+

source_roots:

8+

- .

9+

preserve_regex: []

10+

remove_regex: []

11+

tag_format: v{version}