Skip to content

Commit 39e226f

Browse files
authored
fix(client): pass timeout to FernLangfuse (#1030)
Co-Authored-By: @kenny-phoenixteam
1 parent d595dee commit 39e226f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

langfuse/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ def __init__(
284284
x_langfuse_sdk_version=version,
285285
x_langfuse_public_key=public_key,
286286
httpx_client=self.httpx_client,
287+
timeout=timeout,
287288
)
288289

289290
langfuse_client = LangfuseClient(

0 commit comments

Comments
 (0)