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
24 changes: 0 additions & 24 deletions .github/workflows/codebuild-canaries.yml

This file was deleted.

84 changes: 0 additions & 84 deletions .github/workflows/codebuild-ci-health.yml

This file was deleted.

97 changes: 0 additions & 97 deletions .github/workflows/codebuild-ci.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/codeql.yml

This file was deleted.

121 changes: 0 additions & 121 deletions .github/workflows/security-monitoring.yml

This file was deleted.

2 changes: 1 addition & 1 deletion requirements/extras/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ mypy-boto3-s3==1.35.76
mypy-extensions==1.0.0
mypy==1.9.0
# apache-airflow transitive dependancy
google-re2<1.1.20250805; python_version < "3.10"
google-re2<1.1.20250805; python_version < "3.10"
2 changes: 1 addition & 1 deletion src/sagemaker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
from sagemaker.automl.automl import AutoML, AutoMLJob, AutoMLInput # noqa: F401
from sagemaker.automl.candidate_estimator import CandidateEstimator, CandidateStep # noqa: F401
from sagemaker.automl.automlv2 import ( # noqa: F401
AutoMLV2,
AutoMLV2,
AutoMLJobV2,
LocalAutoMLDataChannel,
AutoMLDataChannel,
Expand Down
Loading
Loading