Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

Commit dc093cd

Browse files
committed
Bump version 0.16.0 → 0.16.1
Improvements ------------ * Flask and FastAPI integrations: when setting `optional=True`, an expired token no longer raises a 401 error. The decorator/dependency now returns `None`, the user is considered as not authenticated.
1 parent e2c275e commit dc093cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fief_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
FiefUserInfo,
1515
)
1616

17-
__version__ = "0.16.0"
17+
__version__ = "0.16.1"
1818

1919
__all__ = [
2020
"Fief",

0 commit comments

Comments
 (0)