mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-23 09:18:44 +08:00
Mention rerunning sync_protobuf scripts (#13924)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# Using an exact number in the specifier for scripts/sync_protobuf/google_protobuf.py
|
||||
# When updating, also re-run the script
|
||||
version = "~=5.29.1"
|
||||
upstream_repository = "https://github.com/protocolbuffers/protobuf"
|
||||
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`)."
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Whenever you update version here, PACKAGE_VERSION should be updated
|
||||
# in scripts/sync_protobuf/s2clientprotocol.py and vice-versa.
|
||||
# When updating, also re-run the script
|
||||
version = "5.*"
|
||||
upstream_repository = "https://github.com/Blizzard/s2client-proto"
|
||||
requires = ["types-protobuf"]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# Using an exact number in the specifier for scripts/sync_protobuf/tensorflow.py
|
||||
# When updating, also re-run the script
|
||||
version = "~=2.18.0"
|
||||
upstream_repository = "https://github.com/tensorflow/tensorflow"
|
||||
# requires a version of numpy with a `py.typed` file
|
||||
|
||||
Reference in New Issue
Block a user