Release v0.2.21 (#3848)

This commit is contained in:
Stanislav Novosad
2025-10-29 11:12:50 -06:00
committed by GitHub
parent 46ee020b5d
commit a22260f871
10 changed files with 28 additions and 16 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.20",
"User-Agent": "skyvern/0.2.21",
"X-Fern-Language": "Python",
"X-Fern-SDK-Name": "skyvern",
"X-Fern-SDK-Version": "0.2.20",
"X-Fern-SDK-Version": "0.2.21",
**(self.get_custom_headers() or {}),
}
if self._api_key is not None: