bump to 1.0.17 (#4819)

This commit is contained in:
Marc Kelechava
2026-02-19 14:53:57 -08:00
committed by GitHub
parent 13ecec6e60
commit f80451f37a
8 changed files with 2702 additions and 2951 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.16",
"User-Agent": "skyvern/1.0.17",
"X-Fern-Language": "Python",
"X-Fern-SDK-Name": "skyvern",
"X-Fern-SDK-Version": "1.0.16",
"X-Fern-SDK-Version": "1.0.17",
**(self.get_custom_headers() or {}),
}
if self._api_key is not None: