Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannic Schröer authored and Yannic Schröer committed Mar 27, 2022
1 parent 508b811 commit 5fe7f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_keycloak/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Keycloak API Client for integrating authentication and authorization with FastAPI"""

__version__ = "1.0.1"
__version__ = "1.0.2"

from fastapi_keycloak.api import FastAPIKeycloak
from fastapi_keycloak.model import OIDCUser, UsernamePassword, HTTPMethod, KeycloakError, KeycloakUser, KeycloakToken, KeycloakRole, KeycloakIdentityProvider, KeycloakGroup
Expand Down

0 comments on commit 5fe7f7f

Please sign in to comment.