Skip to content

Commit ba07551

Browse files
committed
chore: release v2.53.10a0
1 parent 8de2226 commit ba07551

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

langfuse/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""@private"""
22

3-
__version__ = "2.53.9"
3+
__version__ = "2.53.10a0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langfuse"
3-
version = "2.53.9"
3+
version = "2.53.10a0"
44
description = "A client library for accessing langfuse"
55
authors = ["langfuse <developers@langfuse.com>"]
66
license = "MIT"

tests/test_openai.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,6 +1530,7 @@ def test_base_64_image_input():
15301530
def test_audio_input_and_output():
15311531
api = get_api()
15321532
client = openai.OpenAI()
1533+
openai.langfuse_debug = True
15331534
generation_name = "test_audio_input_and_output" + create_uuid()[:8]
15341535

15351536
content_path = "static/joke_prompt.wav"

0 commit comments

Comments
 (0)