File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- ## 3.8.0 - 2025-01-14
1+ ## 3.8.1 - 2025-01-14
22
331 . Add LLM Observability with support for OpenAI and Langchain callbacks.
44
Original file line number Diff line number Diff line change 1- VERSION = "3.8.0 "
1+ VERSION = "3.8.1 "
22
33if __name__ == "__main__" :
44 print (VERSION , end = "" ) # noqa: T201
Original file line number Diff line number Diff line change 5858 test_suite = "posthog.test.all" ,
5959 packages = [
6060 "posthog" ,
61+ "posthog.ai" ,
6162 "posthog.test" ,
6263 "posthog.sentry" ,
6364 "posthog.exception_integrations" ,
Original file line number Diff line number Diff line change 2929 test_suite = "posthoganalytics.test.all" ,
3030 packages = [
3131 "posthoganalytics" ,
32+ "posthoganalytics.ai" ,
3233 "posthoganalytics.test" ,
3334 "posthoganalytics.sentry" ,
3435 "posthoganalytics.exception_integrations" ,
You can’t perform that action at this time.
0 commit comments