From 94dbc4096f0e111f8a6c53965cf655d9b9fb16f1 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Mon, 15 Jun 2026 20:20:11 +0200 Subject: [PATCH] ci: verify public API snapshot drift --- posthog/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/posthog/__init__.py b/posthog/__init__.py index 9f0b4893..bbd6cf6b 100644 --- a/posthog/__init__.py +++ b/posthog/__init__.py @@ -71,6 +71,12 @@ __version__ = VERSION + +def public_api_snapshot_probe() -> str: + """Temporary public API used to verify the snapshot CI check.""" + return "public-api-snapshot-probe" + + """Context management."""