diff --git a/fiftyone/constants.py b/fiftyone/constants.py index aed1b250ca..53eddd9beb 100644 --- a/fiftyone/constants.py +++ b/fiftyone/constants.py @@ -42,7 +42,7 @@ # This setting may be ``None`` if this client has no compatibility with other # versions # -COMPATIBLE_VERSIONS = ">=0.19,<0.25" +COMPATIBLE_VERSIONS = ">=0.19,<1.1" # Package metadata _META = metadata("fiftyone")