update skyvern client (#3733)

This commit is contained in:
Shuchang Zheng
2025-10-21 14:25:45 -07:00
committed by GitHub
parent d97f85eb73
commit 1b5fad9743
101 changed files with 3069 additions and 56 deletions

View File

@@ -6,4 +6,4 @@ import enum
class SkyvernEnvironment(enum.Enum):
PRODUCTION = "https://api.skyvern.com"
STAGING = "https://api-staging.skyvern.com"
LOCAL = "http://localhost:8000"
DEVELOPMENT = "http://localhost:8000"