Skip to content

Commit 0d8144e

Browse files
author
Andrei Bratu
committed
Mark release as beta
1 parent c18ee85 commit 0d8144e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/humanloop/core/client_wrapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ def __init__(self, *, api_key: str, base_url: str, timeout: typing.Optional[floa
1414

1515
def get_headers(self) -> typing.Dict[str, str]:
1616
headers: typing.Dict[str, str] = {
17-
"User-Agent": "humanloop/0.8.36",
17+
"User-Agent": "humanloop/0.8.36b1",
1818
"X-Fern-Language": "Python",
1919
"X-Fern-SDK-Name": "humanloop",
20-
"X-Fern-SDK-Version": "0.8.36",
20+
"X-Fern-SDK-Version": "0.8.36b1",
2121
}
2222
headers["X-API-KEY"] = self.api_key
2323
return headers

0 commit comments

Comments
 (0)