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 36d637a commit 5ae32e5Copy full SHA for 5ae32e5
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 3.19.0 – 2025-03-04
2
+
3
+1. Add support for tool calls in OpenAI and Anthropic.
4
+2. Add support for cached tokens.
5
6
## 3.18.1 – 2025-03-03
7
8
1. Improve quota-limited feature flag logs
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "3.18.1"
+VERSION = "3.19.0"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments