Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/resources/scripts/kfp-readiness/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kubernetes==30.1.0
urllib3==2.5.0
urllib3==2.6.3
2 changes: 1 addition & 1 deletion api/v2alpha1/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# 6.x aligns with 30.x+.
# See for support tiers:
# https://protobuf.dev/support/version-support/#python
protobuf==6.31.1,<7.0
protobuf==6.33.5
12 changes: 6 additions & 6 deletions backend/metadata_writer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ grpcio==1.74.0
idna==3.10
# via requests
kubernetes==31.0.0
# via -r -
# via -r requirements.in
lru-dict==1.3.0
# via -r -
# via -r requirements.in
ml-metadata==1.17.0
# via -r -
# via -r requirements.in
oauthlib==3.3.1
# via
# kubernetes
# requests-oauthlib
protobuf==4.25.8
# via ml-metadata
pyasn1==0.6.1
pyasn1==0.6.3
# via
# pyasn1-modules
# rsa
Expand All @@ -46,7 +46,7 @@ python-dateutil==2.9.0.post0
# via kubernetes
pyyaml==6.0.2
# via
# -r -
# -r requirements.in
# kubernetes
requests==2.32.5
# via
Expand All @@ -61,7 +61,7 @@ six==1.17.0
# kubernetes
# ml-metadata
# python-dateutil
urllib3==2.5.0
urllib3==2.6.3
# via
# kubernetes
# requests
Expand Down
6 changes: 3 additions & 3 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ googleapis-common-protos==1.70.0
idna==3.10
# via requests
kfp==2.14.3
# via -r -
# via -r requirements.in
kfp-pipeline-spec==2.14.0
# via kfp
kfp-server-api==2.14.3
Expand All @@ -68,7 +68,7 @@ protobuf==6.31.1
# kfp
# kfp-pipeline-spec
# proto-plus
pyasn1==0.6.1
pyasn1==0.6.3
# via
# pyasn1-modules
# rsa
Expand Down Expand Up @@ -102,7 +102,7 @@ six==1.17.0
# python-dateutil
tabulate==0.9.0
# via kfp
urllib3==2.5.0
urllib3==2.6.3
# via
# kfp
# kfp-server-api
Expand Down
8 changes: 4 additions & 4 deletions backend/src/apiserver/visualization/requirements.in
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
bokeh==1.2.0
bokeh==3.8.2
gcsfs==0.2.3
google-api-python-client==1.7.*
itables==0.1.0
ipykernel==6.29.5
ipython==7.34.0
ipython==8.10.0
Jinja2>=3.1.2,<4
jupyter-client==8.6.3
markupsafe>=2.1.1
nbconvert==7.16.5
nbconvert==7.17.0
nbformat==5.10.4
pyarrow==14.0.1
scikit-learn==1.5.0
Expand All @@ -16,4 +16,4 @@ tensorflow-metadata==1.16.0
tensorflow-serving-api==2.15.1
tornado==6.*
protobuf>=4.21.6,<5
werkzeug==3.1.3
werkzeug==3.1.6
82 changes: 48 additions & 34 deletions backend/src/apiserver/visualization/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ absl-py==2.3.1
# tensorboard
# tensorflow
# tensorflow-metadata
asttokens==3.0.1
# via stack-data
astunparse==1.6.3
# via tensorflow
attrs==25.3.0
Expand All @@ -20,11 +22,9 @@ backcall==0.2.0
beautifulsoup4==4.13.5
# via nbconvert
bleach[css]==6.2.0
# via
# bleach
# nbconvert
bokeh==1.2.0
# via -r -
# via nbconvert
bokeh==3.8.2
# via -r requirements.in
cachetools==5.5.2
# via google-auth
certifi==2025.8.3
Expand All @@ -33,6 +33,8 @@ charset-normalizer==3.4.3
# via requests
comm==0.2.3
# via ipykernel
contourpy==1.3.3
# via bokeh
debugpy==1.8.16
# via ipykernel
decorator==5.2.1
Expand All @@ -41,16 +43,18 @@ decorator==5.2.1
# ipython
defusedxml==0.7.1
# via nbconvert
executing==2.2.1
# via stack-data
fastjsonschema==2.21.2
# via nbformat
flatbuffers==25.2.10
# via tensorflow
gast==0.6.0
# via tensorflow
gcsfs==0.2.3
# via -r -
# via -r requirements.in
google-api-python-client==1.7.12
# via -r -
# via -r requirements.in
google-auth==2.40.3
# via
# gcsfs
Expand Down Expand Up @@ -82,18 +86,18 @@ httplib2==0.30.2
idna==3.10
# via requests
ipykernel==6.29.5
# via -r -
ipython==7.34.0
# via -r requirements.in
ipython==8.10.0
# via
# -r -
# -r requirements.in
# ipykernel
itables==0.1.0
# via -r -
# via -r requirements.in
jedi==0.19.2
# via ipython
jinja2==3.1.6
# via
# -r -
# -r requirements.in
# bokeh
# nbconvert
joblib==1.5.2
Expand All @@ -104,7 +108,7 @@ jsonschema-specifications==2025.9.1
# via jsonschema
jupyter-client==8.6.3
# via
# -r -
# -r requirements.in
# ipykernel
# nbclient
jupyter-core==5.8.1
Expand All @@ -124,7 +128,7 @@ markdown==3.9
# via tensorboard
markupsafe==3.0.2
# via
# -r -
# -r requirements.in
# jinja2
# nbconvert
# werkzeug
Expand All @@ -136,20 +140,23 @@ mistune==3.1.4
# via nbconvert
ml-dtypes==0.3.2
# via tensorflow
narwhals==2.18.0
# via bokeh
nbclient==0.10.2
# via nbconvert
nbconvert==7.16.5
# via -r -
nbconvert==7.17.0
# via -r requirements.in
nbformat==5.10.4
# via
# -r -
# -r requirements.in
# nbclient
# nbconvert
nest-asyncio==1.6.0
# via ipykernel
numpy==1.26.4
# via
# bokeh
# contourpy
# h5py
# ml-dtypes
# pandas
Expand All @@ -168,8 +175,11 @@ packaging==25.0
# ipykernel
# nbconvert
# tensorflow
# wheel
pandas==2.3.2
# via itables
# via
# bokeh
# itables
pandocfilters==1.5.1
# via nbconvert
parso==0.8.5
Expand All @@ -178,15 +188,15 @@ pexpect==4.9.0
# via ipython
pickleshare==0.7.5
# via ipython
pillow==11.3.0
pillow==12.1.1
# via bokeh
platformdirs==4.4.0
# via jupyter-core
prompt-toolkit==3.0.52
# via ipython
protobuf==4.25.8
# via
# -r -
# -r requirements.in
# googleapis-common-protos
# tensorboard
# tensorflow
Expand All @@ -196,9 +206,11 @@ psutil==7.0.0
# via ipykernel
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.3
# via stack-data
pyarrow==14.0.1
# via -r -
pyasn1==0.6.1
# via -r requirements.in
pyasn1==0.6.3
# via
# pyasn1-modules
# rsa
Expand All @@ -212,7 +224,6 @@ pyparsing==3.2.3
# via httplib2
python-dateutil==2.9.0.post0
# via
# bokeh
# jupyter-client
# pandas
pytz==2025.2
Expand Down Expand Up @@ -241,45 +252,46 @@ rpds-py==0.27.1
rsa==4.9.1
# via google-auth
scikit-learn==1.5.0
# via -r -
# via -r requirements.in
scipy==1.16.1
# via scikit-learn
six==1.17.0
# via
# astunparse
# bokeh
# google-api-python-client
# google-pasta
# python-dateutil
# tensorboard
# tensorflow
soupsieve==2.8
# via beautifulsoup4
stack-data==0.6.3
# via ipython
tensorboard==2.15.2
# via tensorflow
tensorboard-data-server==0.7.2
# via tensorboard
tensorflow==2.15.1
# via
# -r -
# -r requirements.in
# tensorflow-serving-api
tensorflow-estimator==2.15.0
# via tensorflow
tensorflow-io-gcs-filesystem==0.37.1
# via tensorflow
tensorflow-metadata==1.16.0
# via -r -
# via -r requirements.in
tensorflow-serving-api==2.15.1
# via -r -
# via -r requirements.in
termcolor==3.1.0
# via tensorflow
threadpoolctl==3.6.0
# via scikit-learn
tinycss2==1.4.0
# via bleach
tornado==6.5.2
tornado==6.5.5
# via
# -r -
# -r requirements.in
# bokeh
# ipykernel
# jupyter-client
Expand All @@ -302,22 +314,24 @@ tzdata==2025.2
# via pandas
uritemplate==3.0.1
# via google-api-python-client
urllib3==2.5.0
urllib3==2.6.3
# via requests
wcwidth==0.2.13
# via prompt-toolkit
webencodings==0.5.1
# via
# bleach
# tinycss2
werkzeug==3.1.3
werkzeug==3.1.6
# via
# -r -
# -r requirements.in
# tensorboard
wheel==0.45.1
wheel==0.46.2
# via astunparse
wrapt==1.14.2
# via tensorflow
xyzservices==2025.11.0
# via bokeh

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.23.1
boto3==1.14.12
sagemaker==2.237.3
sagemaker==3.4.0
kfp==1.8.13
2 changes: 1 addition & 1 deletion components/aws/sagemaker/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# Development requirements
kfp==1.7.0
docformatter==1.3.1
black==19.10b0
black==26.3.1
coverage==5.1
pytest==5.4.1
4 changes: 2 additions & 2 deletions components/aws/sagemaker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Runtime requirements
boto3==1.14.12
sagemaker==2.237.3
sagemaker==3.4.0
pathlib2==2.3.5
pyyaml==5.4
mypy-extensions==0.4.3
protobuf==3.20.*
protobuf==7.34.*
2 changes: 1 addition & 1 deletion components/aws/sagemaker/requirements_v2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pathlib2==2.3.5
pyyaml==5.4.1
mypy-extensions==0.4.3
kubernetes==12.0.1
urllib3==2.5.0
urllib3==2.6.3
Loading