From fbb536b0e047982af5cb745ada0ca848d693f538 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 18 Jun 2025 10:48:12 +0000 Subject: [PATCH 1/2] build: update rules_python to 1.0.0 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 4da1de3cc7..997cef7fe1 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -22,9 +22,9 @@ http_archive( ], ) -_rules_python_version = "0.26.0" +_rules_python_version = "1.0.0" -_rules_python_sha256 = "9d04041ac92a0985e344235f5d946f71ac543f1b1565f2cdbc9a2aaee8adf55b" +_rules_python_sha256 = "4f7e2aa1eb9aa722d96498f5ef514f426c1f55161c3c9ae628c857a7128ceb07" http_archive( name = "rules_python", From 1d892af88dec2ed4ac781da7031af49f71dbd7cc Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 18 Jun 2025 10:52:10 +0000 Subject: [PATCH 2/2] add comment --- WORKSPACE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WORKSPACE b/WORKSPACE index 997cef7fe1..1a835201cb 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -22,6 +22,8 @@ http_archive( ], ) +# 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 = "4f7e2aa1eb9aa722d96498f5ef514f426c1f55161c3c9ae628c857a7128ceb07"