Launch login sdk after fix for skyvern.login local mode not supported message (#3020)

This commit is contained in:
Shuchang Zheng
2025-07-23 00:24:02 -07:00
committed by GitHub
parent 41b33d723d
commit 5be39336eb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "skyvern"
version = "0.2.5"
version = "0.2.6"
description = ""
authors = ["Skyvern AI <info@skyvern.com>"]
readme = "README.md"

View File

@@ -474,7 +474,7 @@ class Skyvern(AsyncSkyvern):
) -> None:
if not self._api_key:
raise ValueError(
"Local mode is not supported for run_workflow. Please instantiate Skyvern with an API key like this: Skyvern(api_key='your-api-key')"
"Local mode is not supported for login. Please instantiate Skyvern with an API key like this: Skyvern(api_key='your-api-key')"
)
workflow_run = await super().login(
credential_type=credential_type,