update auto generated code (#2068)

This commit is contained in:
Shuchang Zheng
2025-04-02 11:07:14 -04:00
committed by GitHub
parent c664cfb5a9
commit 22558e07e0
71 changed files with 13252 additions and 55 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.65",
"X-Fern-SDK-Version": "0.1.69",
}
if self._api_key is not None:
headers["x-api-key"] = self._api_key