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 c5bfc13 commit 683b92dCopy full SHA for 683b92d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.8.2 - 2025-01-14
2
+
3
+1. Fix setuptools to include the `posthog.ai.openai` and `posthog.ai.langchain` packages.
4
5
## 3.8.1 - 2025-01-14
6
7
1. Add LLM Observability with support for OpenAI and Langchain callbacks.
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "3.8.1"
+VERSION = "3.8.2"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments