runtime error

�� eate.py:108 in <listcomp> │ │ │ │ 105 │ │ │ role=role, │ │ 106 │ │ │ password=password, │ │ 107 │ │ │ api_key=api_key, │ │ ā± 108 │ │ │ workspaces=[WorkspaceCreate(name=workspace_name) for works │ │ 109 │ │ ) │ │ 110 │ │ │ │ 111 │ │ user = await User.create( │ │ │ │ ╭───────────────────────── locals ──────────────────────────╮ │ │ │ .0 = <list_iterator object at 0x7f3a9c59e920> │ │ │ │ workspace_name = 'WEAKLABELING' │ │ │ ╰───────────────────────────────────────────────────────────╯ │ │ │ │ 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...