File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 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+
15## 3.8.2 - 2025-01-14
26
371 . 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 "
22
33if __name__ == "__main__" :
44 print (VERSION , end = "" ) # noqa: T201
Original file line number Diff line number Diff line change 3030 packages = [
3131 "posthoganalytics" ,
3232 "posthoganalytics.ai" ,
33+ "posthoganalytics.ai.langchain" ,
34+ "posthoganalytics.ai.openai" ,
3335 "posthoganalytics.test" ,
3436 "posthoganalytics.sentry" ,
3537 "posthoganalytics.exception_integrations" ,
5961 "Programming Language :: Python :: 3.6" ,
6062 "Programming Language :: Python :: 3.7" ,
6163 "Programming Language :: Python :: 3.8" ,
64+ "Programming Language :: Python :: 3.9" ,
65+ "Programming Language :: Python :: 3.10" ,
66+ "Programming Language :: Python :: 3.11" ,
6267 ],
6368)
You can’t perform that action at this time.
0 commit comments