mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-10 06:15:18 +00:00
migrate Organization data model from skyvern/forge/sdk/models.py to skyvern/forge/sdk/schemas/organizations.py (#1343)
This commit is contained in:
parent
6151527c26
commit
7591873546
14 changed files with 50 additions and 42 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue