We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47f6fb commit c7ffa7eCopy full SHA for c7ffa7e
langfuse/_client/resource_manager.py
@@ -224,11 +224,7 @@ def _initialize_instance(
224
if async_httpx_client is not None:
225
self.async_httpx_client = async_httpx_client
226
else:
227
- async_client_headers = additional_headers if additional_headers else {}
228
- self.async_httpx_client = httpx.AsyncClient(
229
- timeout=timeout,
230
- headers=async_client_headers,
231
- )
+ self.async_httpx_client = None
232
233
self.api = LangfuseAPI(
234
base_url=base_url,
0 commit comments