revert ui build and release v1.0.18 (#4820)

This commit is contained in:
Shuchang Zheng
2026-02-19 16:24:41 -08:00
committed by GitHub
parent 151be6d9eb
commit 36e600eeb9
9 changed files with 2955 additions and 2729 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.17",
"User-Agent": "skyvern/1.0.18",
"X-Fern-Language": "Python",
"X-Fern-SDK-Name": "skyvern",
"X-Fern-SDK-Version": "1.0.17",
"X-Fern-SDK-Version": "1.0.18",
**(self.get_custom_headers() or {}),
}
if self._api_key is not None: