Skip to content

Commit 7fbcccc

Browse files
committed
chore: bump version to 6.7.12 for langchain 1.0 compatibility
1 parent 87dfcc0 commit 7fbcccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 6.7.12 - 2025-11-02
22

33
- fix(django): Restore process_exception method to capture view and downstream middleware exceptions (fixes #329)
44
- fix(ai/langchain): Add LangChain 1.0+ compatibility for CallbackHandler imports (fixes #362)

posthog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "6.7.11"
1+
VERSION = "6.7.12"
22

33
if __name__ == "__main__":
44
print(VERSION, end="") # noqa: T201

0 commit comments

Comments
 (0)