55ccb80
diff -Naur marshmallow-3.21.0.orig/src/marshmallow/schema.py marshmallow-3.21.0/src/marshmallow/schema.py
55ccb80
--- marshmallow-3.21.0.orig/src/marshmallow/schema.py	2024-02-26 20:43:44.000000000 +0100
55ccb80
+++ marshmallow-3.21.0/src/marshmallow/schema.py	2024-02-27 21:54:51.917914969 +0100
55ccb80
@@ -26,7 +26,7 @@
55ccb80
 )
0904585
 from marshmallow.error_store import ErrorStore
55ccb80
 from marshmallow.exceptions import StringNotCollectionError, ValidationError
b4ff4c6
-from marshmallow.orderedset import OrderedSet
b4ff4c6
+from ordered_set import OrderedSet
55ccb80
 from marshmallow.utils import (
55ccb80
     EXCLUDE,
55ccb80
     INCLUDE,