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
9 changes: 4 additions & 5 deletions providers/amazon/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ Requirements

The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.

========================================== ======================================
========================================== =====================================
PIP package Version required
========================================== ======================================
========================================== =====================================
``apache-airflow`` ``>=2.11.0``
``apache-airflow-providers-common-compat`` ``>=1.13.0``
``apache-airflow-providers-common-sql`` ``>=1.32.0``
Expand All @@ -124,10 +124,9 @@ PIP package Version required
``PyAthena`` ``>=3.10.0``
``jmespath`` ``>=0.7.0``
``sagemaker-studio`` ``>=1.0.9``
``pydynamodb`` ``>=0.7.5; python_version >= "3.13"``
``sqlean.py`` ``>=3.47.0; python_version >= "3.13"``
``pydynamodb`` ``>=0.8.1; python_version >= "3.13"``
``marshmallow`` ``>=3``
========================================== ======================================
========================================== =====================================

Cross provider package dependencies
-----------------------------------
Expand Down
4 changes: 1 addition & 3 deletions providers/amazon/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ dependencies = [
# Do not change sagemaker-studio versions without approval from AWS.
"sagemaker-studio>=1.0.9",
# Sagemaker studio in Python 3.13 requires version >=1.1.0 and Pydynamodb >=0.7.5
# Because of sqlean pinning (https://github.com/passren/PyDynamoDB/issues/72)
"pydynamodb>=0.7.5; python_version >= '3.13'",
"sqlean.py>=3.47.0; python_version >= '3.13'",
"pydynamodb>=0.8.1; python_version >= '3.13'",
"marshmallow>=3",
]

Expand Down
Loading