Skip to content

Commit e09dff4

Browse files
author
Yuriy Bezsonov
committed
fix: align boto3 with awscli to resolve dependency conflict
boto3 1.37.34 and awscli 1.44.38 require incompatible botocore versions. Bump boto3 to 1.42.48 to match awscli's botocore==1.42.48 requirement. This was causing workshop bootstrap failure.
1 parent 2a7f1fa commit e09dff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
boto3==1.37.34
1+
boto3==1.42.48
22
kubernetes==32.0.1
33
awscli==1.44.38
44
requests==2.33.0

0 commit comments

Comments
 (0)