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 4eb9605 commit 256df30Copy full SHA for 256df30
1 file changed
src/truefoundry_sdk/core/client_wrapper.py
@@ -22,7 +22,7 @@ def get_headers(self) -> typing.Dict[str, str]:
22
headers: typing.Dict[str, str] = {
23
"X-Fern-Language": "Python",
24
"X-Fern-SDK-Name": "truefoundry-sdk",
25
- "X-Fern-SDK-Version": "0.0.3",
+ "X-Fern-SDK-Version": "0.0.4",
26
}
27
api_key = self._get_api_key()
28
if api_key is not None:
0 commit comments