Skip to content

Commit

Permalink
DRIVERS-2659 use fork of PyKMIP (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinAlbs committed Jun 23, 2023
1 parent b0902d8 commit a32b7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/csfle/activate-kmstlsvenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ activate_kmstlsvenv() {

local packages=(
"boto3~=1.19.0"
"pykmip~=0.10.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 a32b7d3

Please sign in to comment.