From 5d754e756a550c39c8d3379eb1311353d458a685 Mon Sep 17 00:00:00 2001 From: Yashwant Bezawada Date: Sun, 2 Nov 2025 13:57:30 -0600 Subject: [PATCH] feat: Add py.typed marker for mypy support Adds py.typed marker file to enable type checking with mypy. This resolves the 'missing library stubs or py.typed marker' warning that users encounter when running mypy on projects that import together. Fixes #234 --- src/together/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/together/py.typed diff --git a/src/together/py.typed b/src/together/py.typed new file mode 100644 index 00000000..e69de29b