Skip to content

Commit

Permalink
fix(llm-observability): include the ai packages (#162)
Browse files Browse the repository at this point in the history
* fix: setuptools

* fix: include packages
  • Loading branch information
skoob13 authored Jan 14, 2025
1 parent c5bfc13 commit 78ab0ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.8.2 - 2025-01-14

1. Fix setuptools to include the `posthog.ai.openai` and `posthog.ai.langchain` packages.

## 3.8.1 - 2025-01-14

1. Add LLM Observability with support for OpenAI and Langchain callbacks.
Expand Down
2 changes: 1 addition & 1 deletion posthog/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "3.8.1"
VERSION = "3.8.2"

if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
packages=[
"posthog",
"posthog.ai",
"posthog.ai.langchain",
"posthog.ai.openai",
"posthog.test",
"posthog.sentry",
"posthog.exception_integrations",
Expand Down

0 comments on commit 78ab0ca

Please sign in to comment.