We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394ae80 commit 89a07d8Copy full SHA for 89a07d8
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 6.7.7 - 2025-09-16
2
+
3
+- fix(llma): missing async for OpenAI's streaming implementation
4
5
# 6.7.6 - 2025-09-16
6
7
- fix: don't sort condition sets with variant overrides to the top
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "6.7.6"
+VERSION = "6.7.7"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments