bump version to 0.5.3 (#2306)
This commit is contained in:
parent
b521aafd26
commit
9f637ead38
169 changed files with 591 additions and 670 deletions
|
|
@ -1,7 +1,9 @@
|
|||
from pydantic import BaseModel
|
||||
from enum import Enum
|
||||
from typing import List
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
def serialize_base_model_array(l: List[BaseModel]) -> str:
|
||||
class _BaseModel(BaseModel):
|
||||
__root__: List[BaseModel]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue