v0.0.12 | Add cryptography package for RS256 JWT support
All checks were successful
Build And Test / build-and-push (push) Successful in 1m5s

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-25 17:19:47 +09:00
parent 1fa2f80800
commit f3b7898989
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ asgiref==3.8.1
certifi==2025.1.31
cffi==1.17.1
charset-normalizer==3.4.1
cryptography==44.0.0
coreapi==2.3.3
coreschema==0.0.4
Django==4.2.14

View File

@ -1 +1 @@
v0.0.11
v0.0.12