⬆️(django-lasuite) bump to version 0.0.5

Bump the lib to the latest version:
- update the post_get_or_create_user method signature
- allow silent login for OIDC (will require frontend implementation)
This commit is contained in:
Quentin BEY
2025-04-10 14:50:38 +02:00
parent 7a1fc6b626
commit 0220875c70
4 changed files with 7 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ dependencies = [
"django-configurations==2.5.1",
"django-cors-headers==4.7.0",
"django-countries==7.6.1",
"django-lasuite==0.0.2",
"django-lasuite==0.0.5",
"django-oauth-toolkit==3.0.1",
"django-parler==2.3",
"django-redis==5.4.0",