From dfe6efb3434cd23cdf5d57d6e06604230607610d Mon Sep 17 00:00:00 2001 From: tomsun28 Date: Fri, 28 Nov 2025 19:28:30 +0800 Subject: [PATCH] feat: support py typed --- pyproject.toml | 1 + src/zai/py.typed | 0 2 files changed, 1 insertion(+) create mode 100644 src/zai/py.typed diff --git a/pyproject.toml b/pyproject.toml index ee2c54b..3dce907 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = "A SDK library for accessing big model apis from Z.ai" authors = ["Z.ai"] readme = "README.md" packages = [{include = "zai", from = "src"}] +include = ["src/zai/py.typed"] [tool.poetry.dependencies] python = ">=3.8,<4.0.0,!=3.9.7 " diff --git a/src/zai/py.typed b/src/zai/py.typed new file mode 100644 index 0000000..e69de29