From 6721328b2d7f9d3a3d2ca6ea86332461499271bd Mon Sep 17 00:00:00 2001 From: Quentin BEY Date: Wed, 23 Apr 2025 10:23:09 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(django-lasuite)=20bump=20ver?= =?UTF-8?q?sion=20to=20v0.0.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes the userinfo OIDC endpoint format autodetection. --- src/backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index e8501f9..1c341bb 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -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.6", + "django-lasuite==0.0.7", "django-oauth-toolkit==3.0.1", "django-parler==2.3", "django-redis==5.4.0",