Skip to content

Commit e64e8e2

Browse files
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

File tree

.github/workflows/e2e-tests-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
git config --global user.name "CI"
4242
- uses: astral-sh/setup-uv@v7
4343
- name: Install Python dependencies for import tests
44-
run: pip install boto3==1.38.0
44+
run: pip install boto3
4545
- name: Configure AWS credentials
4646
uses: aws-actions/configure-aws-credentials@v6
4747
with:

0 commit comments

Comments
 (0)