Skip to content
Closed
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
6 changes: 2 additions & 4 deletions providers/amazon/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,8 @@ 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
"pydynamodb>=0.8.1; python_version >= '3.13'",
# packaging is used for version validation in sagemaker_unified_studio utils
"packaging>=21.0",
"marshmallow>=3",
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The provider dependencies remove sagemaker-studio, but existing unit tests still import sagemaker_studio (e.g., unified studio hook tests). This will cause test/import failures. Either update/remove those tests and references in the same PR, or keep the dependency until the migration is complete.

Suggested change
"marshmallow>=3",
"marshmallow>=3",
"sagemaker-studio",

Copilot uses AI. Check for mistakes.
]

Expand Down
Loading
Loading