Add PEP 723 dependencies to tfdoc.py, versions.py and build_service_agents.py (#3203)

This commit is contained in:
Julio Castillo
2025-06-28 20:48:07 +02:00
committed by GitHub
parent 4a53e72c03
commit 64c43ea417
4 changed files with 36 additions and 1 deletions

View File

@@ -13,6 +13,13 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# /// script
# requires-python = ">=3.11"
# dependencies = [
# "click",
# ]
# ///
import re
from pathlib import Path