From 97afb94577e30fd82a2385c2aaca6c9df9456b09 Mon Sep 17 00:00:00 2001 From: "Jessica Zhang (NY)" Date: Fri, 6 Dec 2024 14:23:47 -0500 Subject: [PATCH] Fix docs build by freezing apache airflow version Fix docs by freezing protobuf version --- docs/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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