diff --git a/python_modules/libraries/dagster-aws/setup.py b/python_modules/libraries/dagster-aws/setup.py index fafbde2392fb9..8936b87626476 100644 --- a/python_modules/libraries/dagster-aws/setup.py +++ b/python_modules/libraries/dagster-aws/setup.py @@ -35,7 +35,6 @@ def get_version() -> str: python_requires=">=3.9,<3.13", install_requires=[ "boto3", - "boto3-stubs-lite[ecs,glue,emr,emr-serverless]", f"dagster{pin}", "packaging", "requests",