From b214baa85f191f1637e8e59e315e089b1134432a Mon Sep 17 00:00:00 2001 From: Daniel Chalef <131175+danielchalef@users.noreply.github.com> Date: Wed, 11 Sep 2024 05:44:06 -0700 Subject: [PATCH] Add py.typed file (#105) * Add py.typed file --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/getzep/graphiti?shareId=XXXX-XXXX-XXXX-XXXX). * Update pyproject.toml --- graphiti_core/py.typed | 1 + 1 file changed, 1 insertion(+) create mode 100644 graphiti_core/py.typed diff --git a/graphiti_core/py.typed b/graphiti_core/py.typed new file mode 100644 index 00000000..ef08c10e --- /dev/null +++ b/graphiti_core/py.typed @@ -0,0 +1 @@ +# This file is intentionally left empty to indicate that the package is typed.