Skip to content

Commit b4967b8

Browse files
committed
fix pymongocrypt
1 parent 7cb07d6 commit b4967b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ mockupdb = [
6161
"mockupdb@git+https://github.com/mongodb-labs/mongo-mockup-db@master"
6262
]
6363
pymongocrypt_source = [
64-
"pymongocrypt@git+https://github.com/mongodb/libmongocrypt@master4#subdirectory=bindings/python"
64+
"pymongocrypt@git+https://github.com/mongodb/libmongocrypt@master#subdirectory=bindings/python"
6565
]
6666
perf = ["simplejson"]
6767
typing = [

0 commit comments

Comments
 (0)