Skip to content

Commit

Permalink
DRIVERS-3045 - Update boto3 version for CSFLE setup (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahStapp authored Nov 13, 2024
1 parent 5d0c7ad commit 6a7b2e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .evergreen/auth_aws/activate-authawsvenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ activate_authawsvenv() {
venvcreate "${PYTHON:?}" authawsvenv || return

local packages=(
"boto3~=1.28.0"
"boto3~=1.35.0"
"pyop~=3.4.0"
"pymongo[aws]~=4.0"
)
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/auth_oidc/activate-authoidcvenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ activate_authoidcvenv() {
venvcreate "${PYTHON:?}" authoidcvenv || return

local packages=(
"boto3~=1.28.0"
"boto3~=1.35.0"
"pyop~=3.4.0"
"azure-identity"
"azure-keyvault-secrets"
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/csfle/activate-kmstlsvenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ activate_kmstlsvenv() {
venvcreate "${PYTHON:?}" kmstlsvenv || return

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

0 comments on commit 6a7b2e0

Please sign in to comment.