update code samples part1 (#2375)

This commit is contained in:
Shuchang Zheng
2025-05-17 11:15:47 -07:00
committed by GitHub
parent 339c894340
commit 663efc3587
25 changed files with 474 additions and 99 deletions

View File

@@ -24,7 +24,7 @@ class BaseClientWrapper:
headers: typing.Dict[str, str] = {
"X-Fern-Language": "Python",
"X-Fern-SDK-Name": "skyvern",
"X-Fern-SDK-Version": "0.1.82",
"X-Fern-SDK-Version": "0.1.83",
}
if self._api_key is not None:
headers["x-api-key"] = self._api_key