From f016763e31108e26ccd1e3c9cc46f79caf5cc2ab Mon Sep 17 00:00:00 2001 From: Guilherme Caponetto <638737+caponetto@users.noreply.github.com> Date: Fri, 3 Jan 2025 16:06:22 +0000 Subject: [PATCH] Fix comments Signed-off-by: Guilherme Caponetto <638737+caponetto@users.noreply.github.com> --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bcdb866b3..fad467dca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "yaspin", # see: https://stackoverflow.com/questions/76175487/sudden-importerror-cannot-import-name-appengine-from-requests-packages-urlli "appengine-python-standard", - "kfp==2.9.0", # Cap kfp for protobuff compatibility + "kfp==2.9.0", # Cap kfp for protobuf compatibility "kfp-kubernetes>=1.0.0", "pygithub", "black>=22.8.0", @@ -96,7 +96,7 @@ airflow-gitlab = [ "python-gitlab" ] kfp = [ - "kfp==2.9.0", # Cap kfp for protobuff compatibility + "kfp==2.9.0", # Cap kfp for protobuf compatibility "typing-extensions>=3.10,<5", # Cap from kfp "mistune<3.1.0", "kfp-kubernetes>=1.0.0", @@ -106,7 +106,7 @@ kfp-examples = [ ] # The following is a collection of "non-test" extra dependencies from above. all = [ - "kfp==2.9.0", # Cap kfp for protobuff compatibility + "kfp==2.9.0", # Cap kfp for protobuf compatibility "kfp-kubernetes>=1.0.0", "elyra-examples-kfp-catalog", "python-gitlab",