Skip to content

Commit

Permalink
chore: update pydantic version to v2.5.3 (#126)
Browse files Browse the repository at this point in the history
* chore: update pydantic version to v2.5.3

* fix: ut test

---------

Co-authored-by: Zoe <[email protected]>
  • Loading branch information
zoe-icu and zoe-icu authored Feb 6, 2024
1 parent 9869473 commit dec6f68
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 240 deletions.
1 change: 1 addition & 0 deletions apitable.py/apitable/types/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class NodeTypeEnum(str, Enum):
Form = 'Form'
Dashboard = 'Dashboard'
Mirror = 'Mirror'
Automation = 'Automation'
ERROR = "ERROR NODE TYPE"


Expand Down
2 changes: 2 additions & 0 deletions apitable.py/apitable/types/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,11 @@ class GETNodeListResponseData(BaseModel):
class GETNodeListResponse(ResponseBase):
data: GETNodeListResponseData


class GETSearchNodeListResponseData(BaseModel):
nodes: List[NodeSearchInfo]


class GETSearchNodeListResponse(ResponseBase):
data: GETSearchNodeListResponseData

Expand Down
Loading

0 comments on commit dec6f68

Please sign in to comment.