migrate Organization data model from skyvern/forge/sdk/models.py to skyvern/forge/sdk/schemas/organizations.py (#1343)

This commit is contained in:
Shuchang Zheng 2024-12-06 17:15:11 -08:00 committed by GitHub
parent 6151527c26
commit 7591873546
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 50 additions and 42 deletions

View file

@ -5,7 +5,7 @@ import typer
from skyvern.forge.app import DATABASE
from skyvern.forge.sdk.core import security
from skyvern.forge.sdk.models import OrganizationAuthToken, OrganizationAuthTokenType
from skyvern.forge.sdk.schemas.organizations import OrganizationAuthToken, OrganizationAuthTokenType
API_KEY_LIFETIME = timedelta(weeks=5200)