Skip to content

Commit

Permalink
fixup! add support for mongodb Client Side Field Level Encryption (CS…
Browse files Browse the repository at this point in the history
…FLE)
  • Loading branch information
dill0wn committed Sep 26, 2024
1 parent 092d5bf commit f60bb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
include_package_data=True,
zip_safe=True,
install_requires=[
"pymongo[encryption]",
"pymongo[encryption]<4.9",
"pytz",
],
tests_require=[
Expand Down

0 comments on commit f60bb93

Please sign in to comment.