Skip to content

Commit

Permalink
test: fix version conflict for functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmvfb committed May 22, 2024
1 parent c18ec0b commit e7e45d3
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 46 deletions.
2 changes: 1 addition & 1 deletion test/kfp-functional-test/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
kfp==2.0.1
kfp
88 changes: 43 additions & 45 deletions test/kfp-functional-test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,110 +1,108 @@
#
# This file is autogenerated by pip-compile
# To update, run:
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements.in
#
cachetools==4.1.1
cachetools==5.3.3
# via google-auth
certifi==2020.12.5
certifi==2024.2.2
# via
# kfp-server-api
# kubernetes
# requests
cffi==1.14.4
# via google-crc32c
chardet==3.0.4
charset-normalizer==3.3.2
# via requests
click==8.1.6
click==8.1.7
# via kfp
docstring-parser==0.7.3
docstring-parser==0.16
# via kfp
google-api-core==2.11.1
google-api-core==2.19.0
# via
# google-cloud-core
# google-cloud-storage
# kfp
google-auth==2.22.0
google-auth==2.29.0
# via
# google-api-core
# google-cloud-core
# google-cloud-storage
# kfp
# kubernetes
google-cloud-core==2.3.3
google-cloud-core==2.4.1
# via google-cloud-storage
google-cloud-storage==2.10.0
google-cloud-storage==2.16.0
# via kfp
google-crc32c==1.0.0
# via google-resumable-media
google-resumable-media==2.5.0
google-crc32c==1.5.0
# via
# google-cloud-storage
# google-resumable-media
google-resumable-media==2.7.0
# via google-cloud-storage
googleapis-common-protos==1.60.0
googleapis-common-protos==1.63.0
# via google-api-core
idna==2.10
idna==3.7
# via requests
kfp-pipeline-spec==0.2.2
kfp==2.7.0
# via -r requirements.in
kfp-pipeline-spec==0.3.0
# via kfp
kfp-server-api==2.0.0
kfp-server-api==2.0.5
# via kfp
kfp==2.0.1
# via -r requirements.in
kubernetes==11.0.0
kubernetes==26.1.0
# via kfp
oauthlib==3.1.0
oauthlib==3.2.2
# via requests-oauthlib
protobuf==3.20.3
proto-plus==1.23.0
# via google-api-core
protobuf==4.25.3
# via
# google-api-core
# googleapis-common-protos
# kfp
# kfp-pipeline-spec
pyasn1-modules==0.2.8
# via google-auth
pyasn1==0.4.8
# proto-plus
pyasn1==0.6.0
# via
# pyasn1-modules
# rsa
pycparser==2.20
# via cffi
python-dateutil==2.8.1
pyasn1-modules==0.4.0
# via google-auth
python-dateutil==2.9.0.post0
# via
# kfp-server-api
# kubernetes
pyyaml==5.3.1
pyyaml==6.0.1
# via
# kfp
# kubernetes
requests-oauthlib==1.3.0
# via kubernetes
requests-toolbelt==0.9.1
# via kfp
requests==2.25.0
requests==2.32.2
# via
# google-api-core
# google-cloud-storage
# kubernetes
# requests-oauthlib
# requests-toolbelt
rsa==4.6
requests-oauthlib==2.0.0
# via kubernetes
requests-toolbelt==0.10.1
# via kfp
rsa==4.9
# via google-auth
six==1.15.0
six==1.16.0
# via
# google-auth
# kfp-server-api
# kubernetes
# python-dateutil
# websocket-client
tabulate==0.8.7
tabulate==0.9.0
# via kfp
urllib3==1.26.2
urllib3==1.26.18
# via
# google-auth
# kfp
# kfp-server-api
# kubernetes
# requests
websocket-client==0.57.0
websocket-client==1.8.0
# via kubernetes

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit e7e45d3

Please sign in to comment.