Skip to content

Commit 9b889bc

Browse files
author
Andrei Bratu
committed
bump to 0.8.40b6
1 parent 537c1bc commit 9b889bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "humanloop"
33

44
[tool.poetry]
55
name = "humanloop"
6-
version = "0.8.40b5"
6+
version = "0.8.40b6"
77
description = ""
88
readme = "README.md"
99
authors = []

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.40b5",
17+
"User-Agent": "humanloop/0.8.40b6",
1818
"X-Fern-Language": "Python",
1919
"X-Fern-SDK-Name": "humanloop",
20-
"X-Fern-SDK-Version": "0.8.40b5",
20+
"X-Fern-SDK-Version": "0.8.40b6",
2121
}
2222
headers["X-API-KEY"] = self.api_key
2323
return headers

0 commit comments

Comments
 (0)