Skip to content

Commit

Permalink
Merge pull request #272 from zillow/tz/AIP-7888-kfp-client
Browse files Browse the repository at this point in the history
AIP-7888 relax urrlib3 & pyyaml pins
  • Loading branch information
talebzeghmi authored Nov 22, 2023
2 parents 8c0f9f7 + 972a462 commit db524bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
""",
install_requires=[
"requests",
"urllib3<2.0.0", # see requests break https://github.com/kubeflow/pipelines/pull/9323
"boto3",
"pylint",
# required for KFP
Expand All @@ -32,9 +33,9 @@
"jsonschema>=4.19.2,<5",
"kfp-pipeline-spec>=0.1.13,<0.2.0",
"kfp-server-api>=1.1.2,<2.0.0",
"kubernetes>=8.0.0,<25",
"kubernetes>=8.0.0,<27",
"protobuf>=3.13.0,<4",
"pyyaml>=6.0.1,<7",
"pyyaml>=5.3,<7",
"requests-toolbelt>=0.8.0,<1",
"uritemplate>=3.0.1,<4",
],
Expand Down

0 comments on commit db524bb

Please sign in to comment.