We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636cab1 commit fde52e6Copy full SHA for fde52e6
tracdap-runtime/python/requirements.txt
@@ -8,7 +8,7 @@
8
9
# Core protobuf support for metadata / config classes
10
# This should match the Java Protobuf version, if possible
11
-protobuf == 5.29.3
+protobuf == 5.29.5
12
13
# Support for the gRPC runtime API server
14
# Optional in the distributed package but required for development
tracdap-runtime/python/setup.cfg
@@ -67,7 +67,7 @@ package_dir =
67
python_requires = >= 3.9, < 3.14
68
69
install_requires =
70
- protobuf == 5.29.3
+ protobuf == 5.29.5
71
pyarrow == 18.1.0
72
pyyaml == 6.0.2
73
dulwich == 0.22.7
0 commit comments