This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 679fd254aa8 Clarify to avoid bumping min version for sagemaker-studio
(#62891)
679fd254aa8 is described below
commit 679fd254aa8f66c6ed1366e4fce7ea50f2ee5c78
Author: Elad Kalif <[email protected]>
AuthorDate: Wed Mar 4 23:13:23 2026 +0200
Clarify to avoid bumping min version for sagemaker-studio (#62891)
---
providers/amazon/pyproject.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/providers/amazon/pyproject.toml b/providers/amazon/pyproject.toml
index c2802613d7d..58cacf41ac4 100644
--- a/providers/amazon/pyproject.toml
+++ b/providers/amazon/pyproject.toml
@@ -75,6 +75,7 @@ dependencies = [
"asgiref>=2.3.0",
"PyAthena>=3.10.0",
"jmespath>=0.7.0",
+ # 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)