From 2e41f9d8a7f20db96a1fe78d5803685f051bfccd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Feb 2026 21:31:50 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sqlmodel/main.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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,