Skip to content

Commit

Permalink
add typing extensions dependency for all python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-mccarthy committed Sep 1, 2022
1 parent 784fed8 commit 2ef4ec9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
4 changes: 1 addition & 3 deletions sdk/python/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ protobuf>=3.13.0,<4
PyYAML>=5.3,<6
requests-toolbelt>=0.8.0,<1
tabulate>=0.8.6,<1
typing-extensions>=3.7.4,<5

## kfp.deprecated ##
cloudpickle>=2.0.0,<3
Expand All @@ -39,6 +40,3 @@ uritemplate>=3.0.1,<4

## kfp.deprecated.cli ##
typer>=0.3.2,<1.0

## standard library backports ##
typing-extensions>=3.7.4,<5; python_version<"3.9"
24 changes: 17 additions & 7 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
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
#
# pip-compile
# pip-compile --no-emit-index-url requirements.in
#
absl-py==1.2.0
# via -r requirements.in
Expand Down Expand Up @@ -34,7 +34,7 @@ google-api-core==2.8.2
# -r requirements.in
# google-cloud-core
# google-cloud-storage
google-auth==2.10.0
google-auth==2.11.0
# via
# -r requirements.in
# google-api-core
Expand All @@ -45,19 +45,23 @@ google-cloud-core==2.3.2
# via google-cloud-storage
google-cloud-storage==2.5.0
# via -r requirements.in
google-crc32c==1.3.0
google-crc32c==1.5.0
# via google-resumable-media
google-resumable-media==2.3.3
# via google-cloud-storage
googleapis-common-protos==1.56.4
# via google-api-core
idna==3.3
# via requests
importlib-metadata==4.12.0
# via
# click
# jsonschema
jsonschema==3.2.0
# via -r requirements.in
kfp-pipeline-spec==0.1.16
# via -r requirements.in
kfp-server-api==2.0.0a3
kfp-server-api==2.0.0a4
# via -r requirements.in
kubernetes==23.6.0
# via -r requirements.in
Expand Down Expand Up @@ -114,19 +118,25 @@ termcolor==1.1.0
# via fire
typer==0.6.1
# via -r requirements.in
typing-extensions==4.3.0
# via
# -r requirements.in
# importlib-metadata
uritemplate==3.0.1
# via -r requirements.in
urllib3==1.26.11
urllib3==1.26.12
# via
# kfp-server-api
# kubernetes
# requests
websocket-client==1.3.3
websocket-client==1.4.0
# via kubernetes
wheel==0.37.1
# via strip-hints
wrapt==1.14.1
# via deprecated
zipp==3.8.1
# via importlib-metadata

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

0 comments on commit 2ef4ec9

Please sign in to comment.