From e629a5d46740da19b6f0e4c0c1a8d5c1925f6bd2 Mon Sep 17 00:00:00 2001 From: Stefano Fiorucci <44616784+anakin87@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:44:24 +0200 Subject: [PATCH] add posthog (#6050) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 93bdb1767..9c4096e93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,6 +94,7 @@ preview = [ "tqdm", "tenacity", "lazy-imports", + "posthog", # telemetry "Jinja2", "openai",