Skip to content

Commit 754498b

Browse files
authored
Add pydantic-v2 migration reminder (#257)
* Add pydantic-v2 migration reminder * Fix format rendering * Beautify the date format * Add celebratory content
1 parent 7bfc790 commit 754498b

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@
33
[![GitHub](https://img.shields.io/github/license/fastapi-practices/fastapi_best_architecture)](https://github.com/fastapi-practices/fastapi_best_architecture/blob/master/LICENSE)
44
[![Static Badge](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/downloads/)
55

6-
> [!TIP]
7-
> You are viewing the pydantic-v1 branch, which is locked and no longer provides updates and fixes
6+
> [!CAUTION]
7+
> **For 2023-12-21 (announcement)**
8+
>
9+
> The master branch has been fully migrated to pydantic-v2, please pay extra attention to sync fork operations to avoid
10+
> irreparable damage!
11+
> We have kept and locked the original branch (pydantic-v1), which you can get in the branch selector
12+
13+
Pydantic-V2 Completed 🎉
814

915
English | [简体中文](./README.zh-CN.md)
1016

README.zh-CN.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
[![GitHub](https://img.shields.io/github/license/fastapi-practices/fastapi_best_architecture)](https://github.com/fastapi-practices/fastapi_best_architecture/blob/master/LICENSE)
44
[![Static Badge](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/downloads/)
55

6-
> [!TIP]
7-
> 你正在查看 pydantic-v1 分支,此分支已被锁定,不再提供更新和修复
6+
> [!CAUTION]
7+
> **2023-12-21 (公告)**
8+
>
9+
> 主分支已完全迁移到 pydantic-v2,请格外注意 sync fork 操作,以免造成不可挽回的损失!
10+
> 我们保留并锁定了原始分支(pydantic-v1),您可以在分支选择器中找到它
11+
12+
Pydantic-V2 完工 🎉
813

914
简体中文 | [English](./README.md)
1015

0 commit comments

Comments
 (0)