From 1dc0eba8cf7815bbeefd56153df7c34d1e784d4f Mon Sep 17 00:00:00 2001 From: Yerassyl Date: Wed, 13 Sep 2023 12:23:07 +0600 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 544e00a..666bcb6 100644 --- a/README.md +++ b/README.md @@ -455,7 +455,6 @@ class CustomModel(BaseModel): ``` In the example above we have decided to make a global base model which: -- uses [orjson](https://github.com/ijl/orjson) to serialize data - drops microseconds to 0 in all date formats - serializes all datetime fields to standard format with explicit timezone ### 9. Docs