Skip to content

Commit

Permalink
pymongo 4.9 has internal changes that break MIM, need to fix it still
Browse files Browse the repository at this point in the history
  • Loading branch information
brondsem committed Oct 10, 2024
1 parent 8298ae8 commit f595098
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 @@ -33,7 +33,7 @@
include_package_data=True,
zip_safe=True,
install_requires=[
"pymongo",
"pymongo<4.9",
"pytz",
],
tests_require=[
Expand Down

0 comments on commit f595098

Please sign in to comment.