Skip to content

Commit de32d58

Browse files
authored
fix(sdk): update python protobuf package for security update (kubeflow#1066)
1 parent 25d1166 commit de32d58

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

sdk/python/requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
kfp>=1.8.10,<1.8.15
2+
protobuf>=3.20.1,<4

sdk/python/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@ oauthlib==3.1.0
7979
# via requests-oauthlib
8080
packaging==20.9
8181
# via google-api-core
82-
protobuf==3.15.2
82+
protobuf==3.20.3
8383
# via
84+
# -r sdk/python/requirements.in
8485
# google-api-core
8586
# googleapis-common-protos
8687
# kfp
@@ -137,7 +138,6 @@ six==1.15.0
137138
# jsonschema
138139
# kfp-server-api
139140
# kubernetes
140-
# protobuf
141141
# python-dateutil
142142
# websocket-client
143143
strip-hints==0.1.9

0 commit comments

Comments
 (0)