Skip to content

Commit 8610cf4

Browse files
authored
chore: Bump min mongo version (#5476)
1 parent 0129e2a commit 8610cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fiftyone/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
FIFTYONE_DIR, "migrations", "revisions"
102102
)
103103

104-
MIN_MONGODB_VERSION = Version("4.4")
104+
MIN_MONGODB_VERSION = Version("5.0")
105105
MAX_ALLOWABLE_FCV_DELTA = 1
106106
MONGODB_SERVER_FCV_REQUIRED_CONFIRMATION = Version("7.0")
107107
DATABASE_APPNAME = "fiftyone"

0 commit comments

Comments
 (0)