python installation & run task docs (#2384)

This commit is contained in:
Shuchang Zheng
2025-05-19 00:31:04 -07:00
committed by GitHub
parent 52bbf3e18a
commit 622b4cb71d
4 changed files with 60 additions and 3 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.83",
"X-Fern-SDK-Version": "0.1.85",
}
if self._api_key is not None:
headers["x-api-key"] = self._api_key