From de1f63505b4d5277271864a8604500d10aca3a33 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Mon, 21 Aug 2023 15:37:16 -0400 Subject: [PATCH] Add `py.typed` file to `langchain-experimental`. (#9557) The package is linted with mypy, so its type hints are correct and should be exposed publicly. Without this file, the type hints remain private and cannot be used by downstream users of the package. --- libs/experimental/langchain_experimental/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 libs/experimental/langchain_experimental/py.typed diff --git a/libs/experimental/langchain_experimental/py.typed b/libs/experimental/langchain_experimental/py.typed new file mode 100644 index 00000000000..e69de29bb2d