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"