We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d569f99 commit 9be5587Copy full SHA for 9be5587
.evergreen/csfle/activate-kmstlsvenv.sh
@@ -39,7 +39,7 @@ activate_kmstlsvenv() {
39
40
local packages=(
41
"boto3~=1.35.0"
42
- "git+https://github.com/blink1073/PyKMIP.git@remove-ssl-wrap-socket" # Add work around for DRIVERS-2743
+ "git+https://github.com/mongodb-forks/PyKMIP.git"
43
"sqlalchemy<2.0.0" # sqlalchemy.exc.InvalidRequestError: Implicitly combining column managed_objects.uid with column crypto_objects.uid under attribute 'unique_identifier'.
44
)
45
0 commit comments