This commit is contained in:
Shuchang Zheng
2026-02-09 21:54:18 -08:00
committed by GitHub
parent e77c46997a
commit 64ae3a6316
18 changed files with 3592 additions and 2649 deletions

View File

@@ -22,10 +22,10 @@ class BaseClientWrapper:
def get_headers(self) -> typing.Dict[str, str]:
headers: typing.Dict[str, str] = {
"User-Agent": "skyvern/1.0.12",
"User-Agent": "skyvern/1.0.13",
"X-Fern-Language": "Python",
"X-Fern-SDK-Name": "skyvern",
"X-Fern-SDK-Version": "1.0.12",
"X-Fern-SDK-Version": "1.0.13",
**(self.get_custom_headers() or {}),
}
if self._api_key is not None: