chore: Release v7.9.7

This commit is contained in:
github-actions[bot]
2026-03-05 22:09:29 +00:00
parent a99c7d73b1
commit ef5e1356ef
6 changed files with 10 additions and 13 deletions
@@ -1,5 +0,0 @@
---
pypi/posthog: patch
---
Add warning log for local flag evaluation cold start
@@ -1,5 +0,0 @@
---
pypi/posthog: patch
---
fix(llma): use distinct_id from outer context if not provided, fix $process_person_profile for context-based identity
+7
View File
@@ -1,5 +1,12 @@
# posthog
## 7.9.7 — 2026-03-05
### Patch changes
- [b206669](https://github.com/posthog/posthog-python/commit/b206669bf62c923346ad28881dc4694d933ca424) fix(llma): use distinct_id from outer context if not provided, fix $process_person_profile for context-based identity — Thanks @ethanporcaro for your first contribution 🎉!
- [a99c7d7](https://github.com/posthog/posthog-python/commit/a99c7d73b1e0ef1f35d856c82ace21237ee253a3) Add warning log for local flag evaluation cold start — Thanks @dmarticus!
## 7.9.6 — 2026-03-02
### Patch changes
+1 -1
View File
@@ -1 +1 @@
VERSION = "7.9.6"
VERSION = "7.9.7"
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "posthog"
version = "7.9.6"
version = "7.9.7"
description = "Integrate PostHog into any python application."
authors = [{ name = "PostHog", email = "hey@posthog.com" }]
maintainers = [{ name = "PostHog", email = "hey@posthog.com" }]
Generated
+1 -1
View File
@@ -2129,7 +2129,7 @@ wheels = [
[[package]]
name = "posthog"
version = "7.9.6"
version = "7.9.7"
source = { editable = "." }
dependencies = [
{ name = "backoff" },