Skip to content

Commit

Permalink
build(ingest): Pin mypy-boto3-sagemaker directly (datahub-project#8746)
Browse files Browse the repository at this point in the history
  • Loading branch information
asikowitz authored Aug 29, 2023
1 parent 4539a1c commit 19ce003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ def get_long_description():
# The boto3-stubs package seems to have regularly breaking minor releases,
# we pin to a specific version to avoid this.
"boto3-stubs[s3,glue,sagemaker,sts]==1.28.15",
"mypy-boto3-sagemaker==1.28.15", # For some reason, above pin only restricts `mypy-boto3-sagemaker<1.29.0,>=1.28.0`
"types-tabulate",
# avrogen package requires this
"types-pytz",
Expand Down

0 comments on commit 19ce003

Please sign in to comment.