Skip to content

Commit

Permalink
remove pydantic dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-mccarthy committed Apr 29, 2022
1 parent bfb9b2b commit 855d3a8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
1 change: 0 additions & 1 deletion sdk/python/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ kfp-pipeline-spec>=0.1.14,<0.2.0
kfp-server-api>=2.0.0a0,<3.0.0
kubernetes>=8.0.0,<19
protobuf>=3.13.0,<4
pydantic>=1.8.2,<2
PyYAML>=5.3,<6
requests-toolbelt>=0.8.0,<1

Expand Down
29 changes: 17 additions & 12 deletions sdk/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
#
# pip-compile --no-emit-index-url requirements.in
Expand Down Expand Up @@ -53,6 +53,10 @@ googleapis-common-protos==1.53.0
# via google-api-core
idna==3.2
# via requests
importlib-metadata==4.11.3
# via
# click
# jsonschema
jsonschema==3.2.0
# via -r requirements.in
kfp-pipeline-spec==0.1.14
Expand All @@ -70,14 +74,12 @@ protobuf==3.17.3
# google-cloud-storage
# googleapis-common-protos
# kfp-pipeline-spec
pyasn1-modules==0.2.8
# via google-auth
pyasn1==0.4.8
# via
# pyasn1-modules
# rsa
pydantic==1.8.2
# via -r requirements.in
pyasn1-modules==0.2.8
# via google-auth
pyrsistent==0.18.0
# via jsonschema
python-dateutil==2.8.2
Expand All @@ -88,25 +90,24 @@ pyyaml==5.4.1
# via
# -r requirements.in
# kubernetes
requests-oauthlib==1.3.0
# via kubernetes
requests-toolbelt==0.9.1
# via -r requirements.in
requests==2.26.0
# via
# google-api-core
# google-cloud-storage
# kubernetes
# requests-oauthlib
# requests-toolbelt
requests-oauthlib==1.3.0
# via kubernetes
requests-toolbelt==0.9.1
# via -r requirements.in
rsa==4.7.2
# via google-auth
six==1.16.0
# via
# absl-py
# fire
# google-auth
# google-cloud-storage
# jsonschema
# kfp-server-api
# kubernetes
Expand All @@ -120,8 +121,10 @@ termcolor==1.1.0
# via fire
typer==0.4.0
# via -r requirements.in
typing-extensions==3.10.0.2
# via pydantic
typing-extensions==3.10.0.2 ; python_version < "3.9"
# via
# -r requirements.in
# importlib-metadata
uritemplate==3.0.1
# via -r requirements.in
urllib3==1.26.7
Expand All @@ -135,6 +138,8 @@ wheel==0.37.0
# via strip-hints
wrapt==1.13.1
# via deprecated
zipp==3.8.0
# via importlib-metadata

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

0 comments on commit 855d3a8

Please sign in to comment.