update openapi.json with credentials APIs (#2323)

This commit is contained in:
Shuchang Zheng
2025-05-14 17:38:08 -07:00
committed by GitHub
parent 5781a53090
commit f4d2e415d2
53 changed files with 1803 additions and 148 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.74",
"X-Fern-SDK-Version": "0.1.82",
}
if self._api_key is not None:
headers["x-api-key"] = self._api_key