update skyvern client (#3733)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user