Skip to content

Commit

Permalink
[dagster-aws] remove stubs from runtime dependencies (#26968)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Somehow I forgot to remove `boto3-stubs` from the main runtime
dependencies when moving them to `stubs` extras.

Fixing this issue.
  • Loading branch information
danielgafni authored Jan 9, 2025
1 parent b39de84 commit 7eeca80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python_modules/libraries/dagster-aws/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7eeca80

Please sign in to comment.