We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8abc90f commit 24c625fCopy full SHA for 24c625f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 6.9.3 - 2025-11-10
2
+
3
+- feat(ph-ai): PostHog properties dict in GenerationMetadata
4
5
# 6.9.2 - 2025-11-10
6
7
- fix(llma): fix cache token double subtraction in Langchain for non-Anthropic providers causing negative costs
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "6.9.2"
+VERSION = "6.9.3"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments