1import os
2
3TEMPLATE_DIR = f"{os.getcwd()}/mypydantic/templates"
4BASEMODEL_NAME_CONFLICTS = [
5 "json",
6 "none",
7 "global",
8 "from",
9 "and",
10 "lambda",
11 "else",
12 "or",
13 "not",
14 "return",
15 "schema",
16]
17TYPE_CASTS = ["IO", "StreamingBody"]