openapi.json update for user agent & auto generated code update (#2079)

This commit is contained in:
Shuchang Zheng
2025-04-02 16:51:40 -04:00
committed by GitHub
parent a86864d072
commit 0d6f8f4f4f
3 changed files with 53 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ class BaseClientWrapper:
headers: typing.Dict[str, str] = {
"X-Fern-Language": "Python",
"X-Fern-SDK-Name": "skyvern",
"X-Fern-SDK-Version": "0.1.69",
"X-Fern-SDK-Version": "0.1.70",
}
if self._api_key is not None:
headers["x-api-key"] = self._api_key