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 a590495 commit 773deabCopy full SHA for 773deab
CHANGELOG.md
@@ -1,6 +1,12 @@
1
+## 3.12.1 - 2025-02-11
2
+
3
+1. Fix mypy support for 3.12.0
4
+2. Deprecate `is_simple_flag`
5
6
## 3.12.0 - 2025-02-11
7
8
1. Add support for OpenAI beta parse API.
9
+2. Deprecate `context` parameter
10
11
## 3.11.1 - 2025-02-06
12
@@ -9,6 +15,7 @@
15
## 3.11.0 - 2025-01-28
16
17
1. Add the `$ai_span` event to the LangChain callback handler to capture the input and output of intermediary chains.
18
19
> LLM observability naming change: event property `$ai_trace_name` is now `$ai_span_name`.
13
20
14
21
2. Fix serialiazation of Pydantic models in methods.
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "3.12.0"
+VERSION = "3.12.1"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments