Skip to content

Commit fd3b6cb

Browse files
committed
Use protoc/protobuf 5.29.3
1 parent 26a377f commit fd3b6cb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+3046
-39450
lines changed

yamcs-client/setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@
3939
],
4040
platforms="Posix; MacOS X; Windows",
4141
install_requires=[
42-
# Protobuf 4 is very different: https://protobuf.dev/news/2022-05-06/
43-
# We should only run with it, once generating with protoc 3.19
44-
"protobuf>=3.11,<4",
42+
"protobuf",
4543
"requests",
4644
"setuptools",
4745
"websocket-client",

yamcs-client/src/yamcs/api/annotations_pb2.py

Lines changed: 28 additions & 291 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yamcs-client/src/yamcs/api/exception_pb2.py

Lines changed: 25 additions & 138 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yamcs-client/src/yamcs/api/httpbody_pb2.py

Lines changed: 27 additions & 124 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)