Skip to content

Commit f26b41b

Browse files
authored
Mention rerunning sync_protobuf scripts (#13924)
1 parent dde3f83 commit f26b41b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

stubs/protobuf/METADATA.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Using an exact number in the specifier for scripts/sync_protobuf/google_protobuf.py
2+
# When updating, also re-run the script
23
version = "~=5.29.1"
34
upstream_repository = "https://github.com/protocolbuffers/protobuf"
45
extra_description = "Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 28.1 on [protobuf v29.1](https://github.com/protocolbuffers/protobuf/releases/tag/v29.1) (python `protobuf==5.29.1`)."

stubs/s2clientprotocol/METADATA.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Whenever you update version here, PACKAGE_VERSION should be updated
22
# in scripts/sync_protobuf/s2clientprotocol.py and vice-versa.
3+
# When updating, also re-run the script
34
version = "5.*"
45
upstream_repository = "https://github.com/Blizzard/s2client-proto"
56
requires = ["types-protobuf"]

stubs/tensorflow/METADATA.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Using an exact number in the specifier for scripts/sync_protobuf/tensorflow.py
2+
# When updating, also re-run the script
23
version = "~=2.18.0"
34
upstream_repository = "https://github.com/tensorflow/tensorflow"
45
# requires a version of numpy with a `py.typed` file

0 commit comments

Comments
 (0)