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 78ab0caCopy full SHA for 78ab0ca
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
setup.py
@@ -59,6 +59,8 @@
59
packages=[
60
"posthog",
61
"posthog.ai",
62
+ "posthog.ai.langchain",
63
+ "posthog.ai.openai",
64
"posthog.test",
65
"posthog.sentry",
66
"posthog.exception_integrations",
0 commit comments