Skip to content
Draft
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
6 changes: 4 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ http_archive(
],
)

_rules_python_version = "0.26.0"
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2407):
# Update to the latest version of rules_python
_rules_python_version = "1.0.0"

_rules_python_sha256 = "9d04041ac92a0985e344235f5d946f71ac543f1b1565f2cdbc9a2aaee8adf55b"
_rules_python_sha256 = "4f7e2aa1eb9aa722d96498f5ef514f426c1f55161c3c9ae628c857a7128ceb07"

http_archive(
name = "rules_python",
Expand Down
Loading