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 25d1166 commit de32d58Copy full SHA for de32d58
sdk/python/requirements.in
@@ -1 +1,2 @@
1
kfp>=1.8.10,<1.8.15
2
+protobuf>=3.20.1,<4
sdk/python/requirements.txt
@@ -79,8 +79,9 @@ oauthlib==3.1.0
79
# via requests-oauthlib
80
packaging==20.9
81
# via google-api-core
82
-protobuf==3.15.2
+protobuf==3.20.3
83
# via
84
+ # -r sdk/python/requirements.in
85
# google-api-core
86
# googleapis-common-protos
87
# kfp
@@ -137,7 +138,6 @@ six==1.15.0
137
138
# jsonschema
139
# kfp-server-api
140
# kubernetes
- # protobuf
141
# python-dateutil
142
# websocket-client
143
strip-hints==0.1.9
0 commit comments