From b39f4b290f684ba85c3ce5647d6e534a0b7abb18 Mon Sep 17 00:00:00 2001 From: Tomsun28 Date: Mon, 8 Dec 2025 14:43:40 +0800 Subject: [PATCH] feat: support py typed (#51) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- 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 0283f77..b48b928 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 = ["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