From 13465af118410fbca7fe145ba4bdd57547c7b7fd Mon Sep 17 00:00:00 2001 From: Julian LaNeve Date: Mon, 26 Feb 2024 09:58:48 -0500 Subject: [PATCH 1/3] Fix docs homepage link --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From c0d1e32a4fc308feec58651ae18a6e82c8405e54 Mon Sep 17 00:00:00 2001 From: Julian LaNeve Date: Mon, 26 Feb 2024 10:55:52 -0500 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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] From 0bea67e6e2ecf034540bf876b4654b9a65b76ca2 Mon Sep 17 00:00:00 2001 From: Julian LaNeve Date: Mon, 26 Feb 2024 11:43:36 -0500 Subject: [PATCH 3/3] Update requirements.txt --- docs/requirements.txt | 1 + 1 file changed, 1 insertion(+) 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