Skip to content

Commit 3e84878

Browse files
authored
PYTHON-3294 Depend on PyMongoCrypt 1.3.0b0 tag for beta (#963)
1 parent 09b1824 commit 3e84878

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,9 @@ def build_extension(self, ext):
281281
pyopenssl_reqs.append("certifi")
282282

283283
extras_require = {
284-
"encryption": ["pymongocrypt>=1.2.0,<2.0.0"],
284+
"encryption": [
285+
"pymongocrypt@git+ssh://[email protected]/mongodb/[email protected]#subdirectory=bindings/python"
286+
],
285287
"ocsp": pyopenssl_reqs,
286288
"snappy": ["python-snappy"],
287289
"zstd": ["zstandard"],

0 commit comments

Comments
 (0)