Skip to content

Commit fe3a9bb

Browse files
fix: openai image sanitization (#425)
1 parent b6e6633 commit fe3a9bb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 7.8.3 - 2026-02-06
2+
3+
fix: openAI input image sanitization
4+
15
# 7.8.2 - 2026-02-04
26

37
fix(llma): fix prompts default url

posthog/version.py

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

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

0 commit comments

Comments
 (0)