Skip to content

Commit

Permalink
Limit pymongo<4.7 when Python <= 3.10 due to breaking changes in 4.7 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Apr 28, 2024
1 parent 1a10133 commit 04af085
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/extras/mongodb.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pymongo[srv]>=4.0.2
pymongo[srv]>=4.0.2; python_version > '3.10'
pymongo[srv]<4.7; python_version <= '3.10'

0 comments on commit 04af085

Please sign in to comment.