runtime error

�� ate.py:86 in <listcomp> │ │ │ │ 83 │ │ │ role=role, │ │ 84 │ │ │ password=password, │ │ 85 │ │ │ api_key=api_key, │ │ ā± 86 │ │ │ workspaces=[WorkspaceCreate(name=workspace_name) for works │ │ 87 │ │ ) │ │ 88 │ │ │ │ 89 │ │ user = await User.create( │ │ │ │ ╭───────────────────────── locals ──────────────────────────╮ │ │ │ .0 = <list_iterator object at 0x7f1dc9fdc760> │ │ │ │ workspace_name = 'annotator.key' │ │ │ ╰───────────────────────────────────────────────────────────╯ │ │ │ │ in pydantic.main.BaseModel.__init__:341 │ ╰──────────────────────────────────────────────────────────────────────────────╯ ValidationError: 1 validation error for WorkspaceCreate name string does not match regex "^(?!-|_)[a-z0-9-_]+$" (type=value_error.str.regex; pattern=^(?!-|_)[a-z0-9-_]+$)

Container logs:

Fetching error logs...