Skip to content

Commit 3f32f8c

Browse files
kiukchungfacebook-github-bot
authored andcommitted
Fix broken docs-build by pinning apache-airflow==2.6.3
Differential Revision: D72016216
1 parent bde0ec9 commit 3f32f8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ jupytext
1010
ipython_genutils
1111
# https://github.com/jupyter/nbconvert/issues/1736
1212
jinja2>=3.1.4
13-
apache-airflow
13+
# higher versions of airflow brings in opentelemetry which depends
14+
# a version of protobuf incompatible with pinned kfp in dev-requirements.txt
15+
apache-airflow==2.6.3

0 commit comments

Comments
 (0)