From def3e06b4aec5947079c4de9b92da63ea23e338d Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Thu, 24 Oct 2024 13:43:43 -0400 Subject: [PATCH] move py.typed to submodules for namespace packages (#2177) --- libs/checkpoint-duckdb/langgraph/checkpoint/{ => duckdb}/py.typed | 0 libs/checkpoint-duckdb/langgraph/store/{ => duckdb}/py.typed | 0 .../langgraph/checkpoint/{ => postgres}/py.typed | 0 .../langgraph/store/postgres}/py.typed | 0 .../langgraph/checkpoint/sqlite}/py.typed | 0 libs/checkpoint/langgraph/{store => checkpoint/base}/py.typed | 0 .../scheduler => checkpoint/langgraph/checkpoint/memory}/py.typed | 0 libs/checkpoint/langgraph/checkpoint/serde/py.typed | 0 libs/checkpoint/langgraph/store/base/py.typed | 0 libs/checkpoint/langgraph/store/memory/py.typed | 0 libs/scheduler-kafka/langgraph/scheduler/kafka/py.typed | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename libs/checkpoint-duckdb/langgraph/checkpoint/{ => duckdb}/py.typed (100%) rename libs/checkpoint-duckdb/langgraph/store/{ => duckdb}/py.typed (100%) rename libs/checkpoint-postgres/langgraph/checkpoint/{ => postgres}/py.typed (100%) rename libs/{checkpoint-sqlite/langgraph/checkpoint => checkpoint-postgres/langgraph/store/postgres}/py.typed (100%) rename libs/{checkpoint/langgraph/checkpoint => checkpoint-sqlite/langgraph/checkpoint/sqlite}/py.typed (100%) rename libs/checkpoint/langgraph/{store => checkpoint/base}/py.typed (100%) rename libs/{scheduler-kafka/langgraph/scheduler => checkpoint/langgraph/checkpoint/memory}/py.typed (100%) create mode 100644 libs/checkpoint/langgraph/checkpoint/serde/py.typed create mode 100644 libs/checkpoint/langgraph/store/base/py.typed create mode 100644 libs/checkpoint/langgraph/store/memory/py.typed create mode 100644 libs/scheduler-kafka/langgraph/scheduler/kafka/py.typed diff --git a/libs/checkpoint-duckdb/langgraph/checkpoint/py.typed b/libs/checkpoint-duckdb/langgraph/checkpoint/duckdb/py.typed similarity index 100% rename from libs/checkpoint-duckdb/langgraph/checkpoint/py.typed rename to libs/checkpoint-duckdb/langgraph/checkpoint/duckdb/py.typed diff --git a/libs/checkpoint-duckdb/langgraph/store/py.typed b/libs/checkpoint-duckdb/langgraph/store/duckdb/py.typed similarity index 100% rename from libs/checkpoint-duckdb/langgraph/store/py.typed rename to libs/checkpoint-duckdb/langgraph/store/duckdb/py.typed diff --git a/libs/checkpoint-postgres/langgraph/checkpoint/py.typed b/libs/checkpoint-postgres/langgraph/checkpoint/postgres/py.typed similarity index 100% rename from libs/checkpoint-postgres/langgraph/checkpoint/py.typed rename to libs/checkpoint-postgres/langgraph/checkpoint/postgres/py.typed diff --git a/libs/checkpoint-sqlite/langgraph/checkpoint/py.typed b/libs/checkpoint-postgres/langgraph/store/postgres/py.typed similarity index 100% rename from libs/checkpoint-sqlite/langgraph/checkpoint/py.typed rename to libs/checkpoint-postgres/langgraph/store/postgres/py.typed diff --git a/libs/checkpoint/langgraph/checkpoint/py.typed b/libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/py.typed similarity index 100% rename from libs/checkpoint/langgraph/checkpoint/py.typed rename to libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/py.typed diff --git a/libs/checkpoint/langgraph/store/py.typed b/libs/checkpoint/langgraph/checkpoint/base/py.typed similarity index 100% rename from libs/checkpoint/langgraph/store/py.typed rename to libs/checkpoint/langgraph/checkpoint/base/py.typed diff --git a/libs/scheduler-kafka/langgraph/scheduler/py.typed b/libs/checkpoint/langgraph/checkpoint/memory/py.typed similarity index 100% rename from libs/scheduler-kafka/langgraph/scheduler/py.typed rename to libs/checkpoint/langgraph/checkpoint/memory/py.typed diff --git a/libs/checkpoint/langgraph/checkpoint/serde/py.typed b/libs/checkpoint/langgraph/checkpoint/serde/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/libs/checkpoint/langgraph/store/base/py.typed b/libs/checkpoint/langgraph/store/base/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/libs/checkpoint/langgraph/store/memory/py.typed b/libs/checkpoint/langgraph/store/memory/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/libs/scheduler-kafka/langgraph/scheduler/kafka/py.typed b/libs/scheduler-kafka/langgraph/scheduler/kafka/py.typed new file mode 100644 index 000000000..e69de29bb