Skip to content

Commit 6a7b2e0

Browse files
authored
DRIVERS-3045 - Update boto3 version for CSFLE setup (#547)
1 parent 5d0c7ad commit 6a7b2e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.evergreen/auth_aws/activate-authawsvenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ activate_authawsvenv() {
3838
venvcreate "${PYTHON:?}" authawsvenv || return
3939

4040
local packages=(
41-
"boto3~=1.28.0"
41+
"boto3~=1.35.0"
4242
"pyop~=3.4.0"
4343
"pymongo[aws]~=4.0"
4444
)

.evergreen/auth_oidc/activate-authoidcvenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ activate_authoidcvenv() {
3838
venvcreate "${PYTHON:?}" authoidcvenv || return
3939

4040
local packages=(
41-
"boto3~=1.28.0"
41+
"boto3~=1.35.0"
4242
"pyop~=3.4.0"
4343
"azure-identity"
4444
"azure-keyvault-secrets"

.evergreen/csfle/activate-kmstlsvenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ activate_kmstlsvenv() {
3838
venvcreate "${PYTHON:?}" kmstlsvenv || return
3939

4040
local packages=(
41-
"boto3~=1.19.0"
41+
"boto3~=1.35.0"
4242
"git+https://github.com/kevinAlbs/PyKMIP.git@DRIVERS-2659" # Add work around for DRIVERS-2659
4343
"sqlalchemy<2.0.0" # sqlalchemy.exc.InvalidRequestError: Implicitly combining column managed_objects.uid with column crypto_objects.uid under attribute 'unique_identifier'.
4444
)

0 commit comments

Comments
 (0)