Skip to content

Commit

Permalink
Limit pymongo<4.7 regardless of Python version (#8999)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed May 2, 2024
1 parent 5386e3e commit 7ce2e41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements/extras/mongodb.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
pymongo[srv]>=4.0.2; python_version > '3.10'
pymongo[srv]<4.7; python_version <= '3.10'
pymongo[srv]>=4.0.2, <4.7

0 comments on commit 7ce2e41

Please sign in to comment.