Skip to content

Commit 17ca2ee

Browse files
committed
SDK regeneration
1 parent 2377d25 commit 17ca2ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "truefoundry-sdk"
33

44
[tool.poetry]
55
name = "truefoundry-sdk"
6-
version = "0.0.0"
6+
version = "0.0.16"
77
description = ""
88
readme = "README.md"
99
authors = []

src/truefoundry_sdk/core/client_wrapper.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ def __init__(
2020

2121
def get_headers(self) -> typing.Dict[str, str]:
2222
headers: typing.Dict[str, str] = {
23-
"User-Agent": "truefoundry-sdk/0.0.0",
23+
"User-Agent": "truefoundry-sdk/0.0.16",
2424
"X-Fern-Language": "Python",
2525
"X-Fern-SDK-Name": "truefoundry-sdk",
26-
"X-Fern-SDK-Version": "0.0.0",
26+
"X-Fern-SDK-Version": "0.0.16",
2727
}
2828
api_key = self._get_api_key()
2929
if api_key is not None:

0 commit comments

Comments
 (0)