Skip to content

Commit

Permalink
fix(sdk): update pyyaml dependencies (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcli committed Sep 1, 2023
1 parent 7ca0195 commit d9e9295
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
1 change: 1 addition & 0 deletions sdk/python/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
kfp>=1.8.10,<1.8.23
kfp-tekton-server-api>=1.5.0
PyYAML>=6,<7
14 changes: 8 additions & 6 deletions sdk/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=sdk/python/requirements.txt sdk/python/requirements.in
# pip-compile --no-emit-index-url requirements.in
#
absl-py==0.11.0
# via kfp
Expand Down Expand Up @@ -69,13 +69,13 @@ idna==2.10
jsonschema==3.2.0
# via kfp
kfp==1.8.22
# via -r sdk/python/requirements.in
# via -r requirements.in
kfp-pipeline-spec==0.1.16
# via kfp
kfp-server-api==1.3.0
# via kfp
kfp-tekton-server-api==1.5.0
# via -r sdk/python/requirements.in
# via -r requirements.in
kubernetes==12.0.1
# via kfp
oauthlib==3.1.0
Expand Down Expand Up @@ -111,8 +111,9 @@ python-dateutil==2.8.1
# kubernetes
pytz==2021.1
# via google-api-core
pyyaml==5.4.1
pyyaml==6.0.1
# via
# -r requirements.in
# kfp
# kubernetes
requests==2.25.1
Expand Down Expand Up @@ -160,6 +161,7 @@ uritemplate==3.0.1
# kfp
urllib3==1.26.15
# via
# kfp
# kfp-server-api
# kfp-tekton-server-api
# kubernetes
Expand Down
3 changes: 2 additions & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
# accordingly.
REQUIRES = [
"kfp>=1.8.10,<1.8.23",
"kfp-tekton-server-api>=1.5.0"
"kfp-tekton-server-api>=1.5.0",
"PyYAML>=6,<7"
]

TESTS_REQUIRE = [
Expand Down

0 comments on commit d9e9295

Please sign in to comment.