diff --git a/docs/requirements.txt b/docs/requirements.txt index 70481fe1c..d744fe0d3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,13 +1,16 @@ aenum -apache-airflow -apache-airflow-providers-amazon[s3fs]>=3.0.0 -apache-airflow-providers-cncf-kubernetes>=5.1.1 -apache-airflow-providers-google -apache-airflow-providers-microsoft-azure -google-re2==1.1 +apache-airflow==2.10.0 +PyAthena==3.9.0 +redshift-connector==2.1.3 +fsspec==2024.6.1 +boto3==1.34.131 +aiobotocore==2.13.2 +apache-airflow-providers-amazon[s3fs]==8.27.0 +apache-airflow-providers-cncf-kubernetes==8.3.4 +apache-airflow-providers-google==10.21.1 +apache-airflow-providers-microsoft-azure==10.3.0 +apache-airflow-providers-openlineage==1.10.0 msgpack -openlineage-airflow -pydantic pydata-sphinx-theme sphinx sphinx-autoapi diff --git a/netlify.toml b/netlify.toml index 18bfb5ce4..bbf0ed645 100644 --- a/netlify.toml +++ b/netlify.toml @@ -12,7 +12,7 @@ # Default build command. command = "make dirhtml" - environment = { PYTHON_VERSION = "3.8" } + environment = { PYTHON_VERSION = "3.10" } # Production context: all deploys from the Production branch # set in your site’s Branches settings in the UI will inherit