fix: Export ApiKeyCreate from schemas package

This commit is contained in:
YueGuobin 2026-06-11 22:56:44 +08:00
parent a79bc7dd20
commit f8340cb355
No known key found for this signature in database

View File

@ -57,7 +57,7 @@ except ImportError:
from .controller.rbac import RoleCreate, RoleUpdate, Role, Privilege, ACECreate, ACEUpdate, ACE
from .controller.pools import Resource, ResourceCreate, ResourcePoolCreate, ResourcePoolUpdate, ResourcePool
from .controller.tokens import Token
from .controller.tokens import Token, ApiKeyCreate
from .controller.snapshots import SnapshotCreate, Snapshot
from .controller.iou_license import IOULicense
from .controller.capabilities import Capabilities