From f64fae08ef38d4cc7199858180fee9b5d5e76957 Mon Sep 17 00:00:00 2001 From: Samuel Salazar Date: Mon, 16 Mar 2026 12:54:04 -0400 Subject: [PATCH] ci: update python install dependencies on release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a40054..e2b61bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: - name: Install Python dependencies shell: bash - run: pip install boto3 requests + run: pip install boto3>=1.34.159 requests>=2.32.3 rl-deploy>=2.2.3.0 pip-system-certs>=4.0 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0