Skip to content

Commit 256df30

Browse files
SDK regeneration (#9)
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
1 parent 4eb9605 commit 256df30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/truefoundry_sdk/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_headers(self) -> typing.Dict[str, str]:
2222
headers: typing.Dict[str, str] = {
2323
"X-Fern-Language": "Python",
2424
"X-Fern-SDK-Name": "truefoundry-sdk",
25-
"X-Fern-SDK-Version": "0.0.3",
25+
"X-Fern-SDK-Version": "0.0.4",
2626
}
2727
api_key = self._get_api_key()
2828
if api_key is not None:

0 commit comments

Comments
 (0)