Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue installing on Python versions lower than 3.10 #7

Closed
ericof opened this issue Mar 26, 2024 · 0 comments · Fixed by #8
Closed

Issue installing on Python versions lower than 3.10 #7

ericof opened this issue Mar 26, 2024 · 0 comments · Fixed by #8
Assignees
Labels
bug Something isn't working

Comments

@ericof
Copy link
Member

ericof commented Mar 26, 2024

Due to a typo with typing information in the file src/pas/plugins/keycloakgroups/plugins/utils.py, it is impossible to install this package on older Python versions.

The offender is:

def get_keycloak_client() -> Union[KeycloakAdmin | None]:

that should be:

def get_keycloak_client() -> Union[KeycloakAdmin | None]:
@ericof ericof added the bug Something isn't working label Mar 26, 2024
@ericof ericof self-assigned this Mar 26, 2024
@ericof ericof closed this as completed in #8 Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant