diff --git a/docs/requirements.txt b/docs/requirements.txt index a6deea1ab..1755d95a4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,4 +10,5 @@ jupytext ipython_genutils # https://github.com/jupyter/nbconvert/issues/1736 jinja2>=3.1.4 -apache-airflow +apache-airflow==2.6.3 # newer versions require incompatible protobuf version +protobuf==3.20.3 # kfp requires protobuf < 4.0.0