We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac3073 commit ae32dfcCopy full SHA for ae32dfc
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 7.5.1 - 2026-01-07
2
+
3
+fix: avoid return from finally block to fix Python 3.14 SyntaxWarning (#361)[https://github.com/PostHog/posthog-python/pull/361] - thanks @jodal
4
5
# 7.5.0 - 2026-01-06
6
7
feat: Capture Langchain, OpenAI and Anthropic errors as exceptions (if exception autocapture is enabled)
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "7.5.0"
+VERSION = "7.5.1"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments