From bee920a9c316b8b47b4f9fb9d30450d168b0b099 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