Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:d7caef319a25d618e20ba798b103434700bfd80015f525802d87621ca2528c90
libraries:
- id: google-auth-httplib2
version: 0.2.1
last_generated_commit: ""

Choose a reason for hiding this comment

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

medium

The new field last_generated_commit is being initialized with an empty string. This could cause issues if downstream tooling expects a valid commit SHA. An empty string is not a valid commit SHA and may lead to processing errors. If a valid commit is not yet available, it might be better to omit this key if the schema allows it, to prevent potential failures.

apis: []
source_roots:
- .
Expand Down