Skip to content

Commit

Permalink
Bump oic dependency to fix pydantic incompatibility (#162)
Browse files Browse the repository at this point in the history
CZ-NIC/pyoidc#861 has been fixed in 1.6.1
  • Loading branch information
ThoreKr authored Jul 5, 2023
1 parent 1f3deea commit b3b6104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
author_email='[email protected]',
description='Flask extension for OpenID Connect authentication.',
install_requires=[
'oic==1.6.0',
'oic==1.6.1',
'Flask',
'requests',
'importlib_resources'
Expand Down

0 comments on commit b3b6104

Please sign in to comment.