Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 032ac63

Browse files
committed
Removed dependency on old package.
1 parent 14fcf9e commit 032ac63

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

chrp/cprp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from urllib.parse import parse_qs
88

99
import cherrypy
10-
from jwkest import as_bytes
10+
from cryptojwt import as_bytes
1111

1212
logger = logging.getLogger(__name__)
1313

src/oidcrp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from oidcrp import provider
2222

2323
__author__ = 'Roland Hedberg'
24-
__version__ = '0.4.5'
24+
__version__ = '0.4.6'
2525

2626
logger = logging.getLogger(__name__)
2727

0 commit comments

Comments
 (0)