File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.8.3 - 2025-01-14
2
+
3
+ 1 . Fix setuptools to include the ` posthog.ai.openai ` and ` posthog.ai.langchain ` packages for the ` posthoganalytics ` package.
4
+
1
5
## 3.8.2 - 2025-01-14
2
6
3
7
1 . Fix setuptools to include the ` posthog.ai.openai ` and ` posthog.ai.langchain ` packages.
Original file line number Diff line number Diff line change 1
- VERSION = "3.8.2 "
1
+ VERSION = "3.8.3 "
2
2
3
3
if __name__ == "__main__" :
4
4
print (VERSION , end = "" ) # noqa: T201
Original file line number Diff line number Diff line change 30
30
packages = [
31
31
"posthoganalytics" ,
32
32
"posthoganalytics.ai" ,
33
+ "posthoganalytics.ai.langchain" ,
34
+ "posthoganalytics.ai.openai" ,
33
35
"posthoganalytics.test" ,
34
36
"posthoganalytics.sentry" ,
35
37
"posthoganalytics.exception_integrations" ,
59
61
"Programming Language :: Python :: 3.6" ,
60
62
"Programming Language :: Python :: 3.7" ,
61
63
"Programming Language :: Python :: 3.8" ,
64
+ "Programming Language :: Python :: 3.9" ,
65
+ "Programming Language :: Python :: 3.10" ,
66
+ "Programming Language :: Python :: 3.11" ,
62
67
],
63
68
)
You can’t perform that action at this time.
0 commit comments