Skip to content

Commit d8b2397

Browse files
hsheth2treff7es
andauthored
fix(ingest): pin boto3-stubs in CI (#8527)
Co-authored-by: Tamas Nemeth <[email protected]>
1 parent f884eb8 commit d8b2397

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

metadata-ingestion/setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,9 @@ def get_long_description():
401401
"types-cachetools",
402402
# versions 0.1.13 and 0.1.14 seem to have issues
403403
"types-click==0.1.12",
404-
"boto3-stubs[s3,glue,sagemaker,sts]>=1.28.4",
404+
# The boto3-stubs package seems to have regularly breaking minor releases,
405+
# we pin to a specific version to avoid this.
406+
"boto3-stubs[s3,glue,sagemaker,sts]==1.28.15",
405407
"types-tabulate",
406408
# avrogen package requires this
407409
"types-pytz",

0 commit comments

Comments
 (0)