We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de2226 commit ba07551Copy full SHA for ba07551
3 files changed
langfuse/version.py
@@ -1,3 +1,3 @@
1
"""@private"""
2
3
-__version__ = "2.53.9"
+__version__ = "2.53.10a0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langfuse"
-version = "2.53.9"
+version = "2.53.10a0"
4
description = "A client library for accessing langfuse"
5
authors = ["langfuse <developers@langfuse.com>"]
6
license = "MIT"
tests/test_openai.py
@@ -1530,6 +1530,7 @@ def test_base_64_image_input():
1530
def test_audio_input_and_output():
1531
api = get_api()
1532
client = openai.OpenAI()
1533
+ openai.langfuse_debug = True
1534
generation_name = "test_audio_input_and_output" + create_uuid()[:8]
1535
1536
content_path = "static/joke_prompt.wav"
0 commit comments