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

Commit 5fe7f7f

Browse files
Yannic SchröerYannic Schröer
authored andcommitted
v1.0.2
1 parent 508b811 commit 5fe7f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_keycloak/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Keycloak API Client for integrating authentication and authorization with FastAPI"""
22

3-
__version__ = "1.0.1"
3+
__version__ = "1.0.2"
44

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

0 commit comments

Comments
 (0)