Skip to content

Commit

Permalink
bump to 1.0.0 everywhere
Browse files Browse the repository at this point in the history
Signed-off-by: Simon De Ridder <[email protected]>
  • Loading branch information
Simon De Ridder committed Apr 29, 2024
1 parent da1cf2f commit 0514d22
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ requests==2.31.0
# requests-toolbelt
requests-oauthlib==1.3.1
# via kubernetes
requests-toolbelt==0.10.1
requests-toolbelt==1.0.0
# via kfp
rsa==4.9
# via google-auth
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ pyyaml==5.4.1 # via -r -, kfp, kubernetes, papermill, tfx, yamale
pyzmq==22.2.1 # via jupyter-client, notebook
regex==2021.8.3 # via black
requests-oauthlib==1.3.0 # via google-auth-oauthlib, kubernetes
requests-toolbelt==1.1.0 # via -r -, kfp
requests-toolbelt==1.0.0 # via -r -, kfp
requests==2.26.0 # via apache-beam, docker, google-api-core, google-cloud-profiler, google-cloud-storage, hdfs, keras-tuner, kubernetes, papermill, requests-oauthlib, requests-toolbelt, tensorboard
rsa==4.7.2 # via google-auth, oauth2client
scikit-learn==0.24.2 # via keras-tuner
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kfp-server-api>=2.0.0,<2.1.0
kubernetes>=8.0.0,<27
protobuf>=4.21.1,<5
PyYAML>=5.3,<7
requests-toolbelt>=0.8.0,<1
requests-toolbelt>=0.8.0,<2
tabulate>=0.8.6,<1
urllib3<2.0.0

Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ requests==2.28.1
# requests-toolbelt
requests-oauthlib==1.3.1
# via kubernetes
requests-toolbelt==0.9.1
requests-toolbelt==1.0.0
# via -r requirements.in
rsa==4.9
# via google-auth
Expand Down
2 changes: 1 addition & 1 deletion test/kfp-functional-test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pyyaml==5.3.1
# kubernetes
requests-oauthlib==1.3.0
# via kubernetes
requests-toolbelt==0.9.1
requests-toolbelt==1.0.0
# via kfp
requests==2.25.0
# via
Expand Down

0 comments on commit 0514d22

Please sign in to comment.