We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5779111 commit cad3cfdCopy full SHA for cad3cfd
pyproject.toml
@@ -3,7 +3,7 @@ name = "klavis"
3
4
[tool.poetry]
5
name = "klavis"
6
-version = "2.0.3"
+version = "2.0.4"
7
description = ""
8
readme = "README.md"
9
authors = []
src/klavis/core/client_wrapper.py
@@ -20,10 +20,10 @@ def __init__(
20
21
def get_headers(self) -> typing.Dict[str, str]:
22
headers: typing.Dict[str, str] = {
23
- "User-Agent": "klavis/2.0.3",
+ "User-Agent": "klavis/2.0.4",
24
"X-Fern-Language": "Python",
25
"X-Fern-SDK-Name": "klavis",
26
- "X-Fern-SDK-Version": "2.0.3",
+ "X-Fern-SDK-Version": "2.0.4",
27
}
28
api_key = self._get_api_key()
29
if api_key is not None:
0 commit comments