This commit is contained in:
Shuchang Zheng
2026-02-03 10:40:03 -08:00
committed by GitHub
parent 8d0ad3901e
commit 10fa135aa1
18 changed files with 202 additions and 155 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.11",
"User-Agent": "skyvern/1.0.12",
"X-Fern-Language": "Python",
"X-Fern-SDK-Name": "skyvern",
"X-Fern-SDK-Version": "1.0.11",
"X-Fern-SDK-Version": "1.0.12",
**(self.get_custom_headers() or {}),
}
if self._api_key is not None: