From 0a7d1e29b41c7f3e3e2acbfaa7458417c906c1ec Mon Sep 17 00:00:00 2001 From: Arthur Date: Fri, 26 Apr 2024 12:45:43 -0700 Subject: [PATCH] 15823 remove openid from social-auth-core requirement --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 009e9251d..473a63202 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ psycopg[c,pool]==3.1.18 PyYAML==6.0.1 requests==2.31.0 social-auth-app-django==5.4.0 -social-auth-core[openidconnect]==4.5.3 +social-auth-core==4.5.4 strawberry-graphql==0.227.2 strawberry-graphql-django==0.34.0 svgwrite==1.4.3