goauthentik / goauthentik/client-python
Data returned from the API on StagesApi().stages_invitation_invitations_create() fails validation
- Linguagem predominante
- Mustache
- Estrelas
- 2
- Forks
- 1
- Merge médio
- 15h 5min
- PRs com merge (30d)
- 2
Descrição
With `authentik_client` version 2025.10.3 when using `StagesApi().stages_invitation_invitations_create()` the client raises the following error:
```
1 validation error for PartialUser
username
Value error, must validate the regular expression /^[\w.@+-]+$/ [type=value_error, input_value='Rossi Mario example', input_type=str]
```
... the username `Rossi Mario example` is a valid username
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
Start by reproducing the failure through StagesApi().stages_invitation_invitations_create() with authentik_client 2025.10.3, then trace the PartialUser username validation that rejects “Rossi Mario example”. Done means the API client accepts this returned username without raising the validation error.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- python
- Domínio
- api
- Tipo de issue
- Bug
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 45/100