Skip to content

Commit 9be5587

Browse files
authored
DRIVERS-3166 Use PyKMIP from mongodb-forks (#648)
1 parent d569f99 commit 9be5587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/csfle/activate-kmstlsvenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ activate_kmstlsvenv() {
3939

4040
local packages=(
4141
"boto3~=1.35.0"
42-
"git+https://github.com/blink1073/PyKMIP.git@remove-ssl-wrap-socket" # Add work around for DRIVERS-2743
42+
"git+https://github.com/mongodb-forks/PyKMIP.git"
4343
"sqlalchemy<2.0.0" # sqlalchemy.exc.InvalidRequestError: Implicitly combining column managed_objects.uid with column crypto_objects.uid under attribute 'unique_identifier'.
4444
)
4545

0 commit comments

Comments
 (0)