Skip to content

Commit cb94834

Browse files
SDK regeneration
1 parent 71d7690 commit cb94834

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
@@ -4,7 +4,7 @@ dynamic = ["version"]
44

55
[tool.poetry]
66
name = "truefoundry-sdk"
7-
version = "0.0.0"
7+
version = "0.1.17"
88
description = ""
99
readme = "README.md"
1010
authors = []

src/truefoundry_sdk/core/client_wrapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ def __init__(
2222

2323
def get_headers(self) -> typing.Dict[str, str]:
2424
headers: typing.Dict[str, str] = {
25-
"User-Agent": "truefoundry-sdk/0.0.0",
25+
"User-Agent": "truefoundry-sdk/0.1.17",
2626
"X-Fern-Language": "Python",
2727
"X-Fern-SDK-Name": "truefoundry-sdk",
28-
"X-Fern-SDK-Version": "0.0.0",
28+
"X-Fern-SDK-Version": "0.1.17",
2929
**(self.get_custom_headers() or {}),
3030
}
3131
headers["Authorization"] = f"Bearer {self._get_api_key()}"

0 commit comments

Comments
 (0)