From 813d1e7ff99945e36724d96961904c18f8f56c92 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 19 Dec 2024 11:09:40 -0500 Subject: [PATCH] build: We're already upgraded to 4.x 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 --- requirements/base.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements/base.in b/requirements/base.in index 2d53b36..2b08c8e 100644 --- a/requirements/base.in +++ b/requirements/base.in @@ -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