update code samples part1 (#2371)

This commit is contained in:
Shuchang Zheng
2025-05-16 21:38:06 -07:00
committed by GitHub
parent d2419d82d7
commit 6e27dbb8e0
26 changed files with 509 additions and 104 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