Commit e64e8e2
authored
fix(ci): unpin boto3 in e2e workflow (aws#841)
The pinned boto3==1.38.0 did not include the bedrock-agentcore-control
service model, causing import-resources e2e tests to fail with
UnknownServiceError. Using latest boto3 ensures new AWS services are
always available.1 parent 921a05f commit e64e8e2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments