We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d6be1 commit 85f29afCopy full SHA for 85f29af
pyproject.toml
@@ -3,7 +3,7 @@ name = "klavis"
3
4
[tool.poetry]
5
name = "klavis"
6
-version = "2.14.1"
+version = "2.14.2"
7
description = ""
8
readme = "README.md"
9
authors = []
src/klavis/core/client_wrapper.py
@@ -22,10 +22,10 @@ def __init__(
22
23
def get_headers(self) -> typing.Dict[str, str]:
24
headers: typing.Dict[str, str] = {
25
- "User-Agent": "klavis/2.14.1",
+ "User-Agent": "klavis/2.14.2",
26
"X-Fern-Language": "Python",
27
"X-Fern-SDK-Name": "klavis",
28
- "X-Fern-SDK-Version": "2.14.1",
+ "X-Fern-SDK-Version": "2.14.2",
29
**(self.get_custom_headers() or {}),
30
}
31
api_key = self._get_api_key()
0 commit comments