From 86f58f058a6f34010898d62e3c9dee0f2d600e03 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Wed, 24 Jan 2024 16:51:35 -0700 Subject: [PATCH] chore: move py typed (#135) --- .../src/openinference/instrumentation/{ => dspy}/py.typed | 0 release-please-config.json | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename python/instrumentation/openinference-instrumentation-dspy/src/openinference/instrumentation/{ => dspy}/py.typed (100%) diff --git a/python/instrumentation/openinference-instrumentation-dspy/src/openinference/instrumentation/py.typed b/python/instrumentation/openinference-instrumentation-dspy/src/openinference/instrumentation/dspy/py.typed similarity index 100% rename from python/instrumentation/openinference-instrumentation-dspy/src/openinference/instrumentation/py.typed rename to python/instrumentation/openinference-instrumentation-dspy/src/openinference/instrumentation/dspy/py.typed diff --git a/release-please-config.json b/release-please-config.json index b5cb37430..948c34184 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -18,8 +18,8 @@ "package-name": "python-openinference-instrumentation-llama-index", "release-type": "python" }, - "python/instrumentation/openinference-instrumentation-llama-dspy": { - "package-name": "python-openinference-instrumentation-llama-dspy", + "python/instrumentation/openinference-instrumentation-dspy": { + "package-name": "python-openinference-instrumentation-dspy", "release-type": "python" } }