Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down