Skip to content

Commit

Permalink
build: We're already upgraded to 4.x
Browse files Browse the repository at this point in the history
So pinning to a minor version under 4.x is weird.  THe only breaking
change that is in the changelogs is at 4.7 with a change that doesn't
affect this repo.

Breaking Change: https://pymongo.readthedocs.io/en/stable/changelog.html#id7
Changelog: https://pymongo.readthedocs.io/en/stable/changelog.html#changelog
  • Loading branch information
feanil committed Dec 19, 2024
1 parent e219e7c commit 813d1e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
-c constraints.txt

django
# https://pymongo.readthedocs.io/en/4.4.0/migrate-to-pymongo4.html#son-items-now-returns-dict-items-object
pymongo>=4.0.0,<4.4.1
pymongo>=4.0.0
pytz
six
celery
Expand Down

0 comments on commit 813d1e7

Please sign in to comment.