Skip to content

Commit 78ab0ca

Browse files
authored
fix(llm-observability): include the ai packages (#162)
* fix: setuptools * fix: include packages
1 parent c5bfc13 commit 78ab0ca

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## 3.8.1 - 2025-01-14
26

37
1. Add LLM Observability with support for OpenAI and Langchain callbacks.

posthog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "3.8.1"
1+
VERSION = "3.8.2"
22

33
if __name__ == "__main__":
44
print(VERSION, end="") # noqa: T201

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
packages=[
6060
"posthog",
6161
"posthog.ai",
62+
"posthog.ai.langchain",
63+
"posthog.ai.openai",
6264
"posthog.test",
6365
"posthog.sentry",
6466
"posthog.exception_integrations",

0 commit comments

Comments
 (0)