Release v0.2.23 (#3969)

This commit is contained in:
Stanislav Novosad
2025-11-11 16:35:13 -07:00
committed by GitHub
parent c8baa9f3ec
commit 1688f07f94
7 changed files with 23 additions and 23 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/0.2.22",
"User-Agent": "skyvern/0.2.23",
"X-Fern-Language": "Python",
"X-Fern-SDK-Name": "skyvern",
"X-Fern-SDK-Version": "0.2.22",
"X-Fern-SDK-Version": "0.2.23",
**(self.get_custom_headers() or {}),
}
if self._api_key is not None: