diff --git a/docs/index.rst b/docs/index.rst index 0c7ab506c..c22de1a7a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -58,7 +58,7 @@ This will generate an Airflow DAG that looks like this: Getting Started _______________ -Check out the Quickstart guide on our `docs `_. See more examples at `/dev/dags `_ and at the `cosmos-demo repo `_. +Check out the Quickstart guide on our `docs `_. See more examples at `/dev/dags `_ and at the `cosmos-demo repo `_. Changelog diff --git a/docs/requirements.txt b/docs/requirements.txt index 420d62a59..f681c2009 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,3 +6,4 @@ sphinx-autoapi apache-airflow apache-airflow-providers-cncf-kubernetes>=5.1.1 openlineage-airflow +pydantic diff --git a/pyproject.toml b/pyproject.toml index 7758f9669..8b7d57aa5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -171,6 +171,7 @@ dependencies = [ "sphinx-autoapi", "openlineage-airflow", "apache-airflow-providers-cncf-kubernetes>=5.1.1", + "pydantic>=1.10.0", ] [tool.hatch.envs.docs.scripts]