mirror of
https://github.com/langgenius/dify.git
synced 2026-05-20 16:57:01 +08:00
Adds AppListRow, AppInfoResponse, AppDescribeInfo, AppDescribeResponse per spec docs/specs/v1.0/server/endpoints.md (every response a typed Pydantic model). Adopts PEP 695 generic syntax for PaginationEnvelope (drops legacy TypeVar + UP046 noqa). Centralizes the per-endpoint limit cap as MAX_PAGE_LIMIT = 200.