From a90e9025b12569d67f75c58644a039457df244a1 Mon Sep 17 00:00:00 2001 From: Zhe Yu Date: Sat, 28 Jun 2025 15:12:29 +0800 Subject: [PATCH] chore(cli): pin posthog to `<6.0.0` --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 31837117..dc05e2c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ dependencies = [ "colorlog", "charset-normalizer>=3.4.1", "json5", + "posthog<6.0.0", ] requires-python = ">=3.11,<3.14" readme = "README.md"