diff --git a/sqlmodel/main.py b/sqlmodel/main.py index ed3db3df6..4648ce9e0 100644 --- a/sqlmodel/main.py +++ b/sqlmodel/main.py @@ -251,7 +251,7 @@ def Field( gt: annotated_types.SupportsGt | None = None, ge: annotated_types.SupportsGe | None = None, lt: annotated_types.SupportsLt | None = None, - le: annotated_types.SupportsLe | None= None, + le: annotated_types.SupportsLe | None = None, multiple_of: float | None = None, max_digits: int | None = None, decimal_places: int | None = None, @@ -294,7 +294,7 @@ def Field( gt: annotated_types.SupportsGt | None = None, ge: annotated_types.SupportsGe | None = None, lt: annotated_types.SupportsLt | None = None, - le: annotated_types.SupportsLe | None= None, + le: annotated_types.SupportsLe | None = None, multiple_of: float | None = None, max_digits: int | None = None, decimal_places: int | None = None, @@ -346,7 +346,7 @@ def Field( gt: annotated_types.SupportsGt | None = None, ge: annotated_types.SupportsGe | None = None, lt: annotated_types.SupportsLt | None = None, - le: annotated_types.SupportsLe | None= None, + le: annotated_types.SupportsLe | None = None, multiple_of: float | None = None, max_digits: int | None = None, decimal_places: int | None = None, @@ -379,7 +379,7 @@ def Field( gt: annotated_types.SupportsGt | None = None, ge: annotated_types.SupportsGe | None = None, lt: annotated_types.SupportsLt | None = None, - le: annotated_types.SupportsLe | None= None, + le: annotated_types.SupportsLe | None = None, multiple_of: float | None = None, max_digits: int | None = None, decimal_places: int | None = None,