Skip to content

Commit a189d2d

Browse files
galzilbernirga
andauthored
fix(sdk): dual bearer send via httpx (#3373)
Co-authored-by: Nir Gazit <[email protected]>
1 parent 3a5a517 commit a189d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/traceloop-sdk/traceloop/sdk/evaluator/stream_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async def wait_for_result(
2121
"""
2222
try:
2323
headers = {
24-
"Authorization": f"Bearer {self.client.headers.get('Authorization')}",
24+
"Authorization": self.client.headers.get('Authorization'),
2525
"Accept": "text/event-stream",
2626
"Cache-Control": "no-cache",
2727
}

0 commit comments

Comments
 (0)