Skip to content
Open
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
4 changes: 4 additions & 0 deletions .librarian/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ libraries:
# Allow generation for google-cloud-dialogflow once this bug is fixed.
- id: "google-cloud-dialogflow"
generate_blocked: true
# TODO(https://github.com/googleapis/google-cloud-python/issues/16520):
# Allow release for google-crc32c once this bug is fixed.
- id: "google-crc32c"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

The library google-cloud-dialogflow is being replaced by google-crc32c. If the intention was to block both, google-crc32c should be added as a new entry. Additionally, the comment on line 36 still refers to google-cloud-dialogflow, making it inconsistent with the updated ID and issue link.

release_blocked: true
Loading