Skip to content

Commit 3e387fb

Browse files
Update langfuse/_utils/request.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 7218b37 commit 3e387fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

langfuse/_utils/request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def generate_headers(self) -> dict:
4343
"Content-Type": "application/json",
4444
"x-langfuse-sdk-name": "python",
4545
"x-langfuse-sdk-version": self._version,
46-
"x_langfuse_public_key": self._public_key,
46+
"x-langfuse-public-key": self._public_key,
4747
}
4848

4949
def batch_post(self, **kwargs: Any) -> httpx.Response:

0 commit comments

Comments
 (0)