This commit is contained in:
Shuchang Zheng
2026-02-19 12:42:59 -08:00
committed by GitHub
parent 1a63fa797b
commit 4dbe0f9772
13 changed files with 47 additions and 32 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.15",
"User-Agent": "skyvern/1.0.16",
"X-Fern-Language": "Python",
"X-Fern-SDK-Name": "skyvern",
"X-Fern-SDK-Version": "1.0.15",
"X-Fern-SDK-Version": "1.0.16",
**(self.get_custom_headers() or {}),
}
if self._api_key is not None: