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 5bbfb9d commit e2d7747Copy full SHA for e2d7747
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.12.0 - 2025-02-11
2
+
3
+1. Add support for OpenAI beta parse API.
4
5
## 3.11.1 - 2025-02-06
6
7
1. Fix LangChain callback handler to capture parent run ID.
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "3.11.1"
+VERSION = "3.12.0"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments