From 17f36341b3dca022bcbb470b35ecaede62b76b31 Mon Sep 17 00:00:00 2001 From: Jason Novinger Date: Tue, 29 Jul 2025 15:13:00 -0500 Subject: [PATCH] Fix missing strawberry-graphql==0.278.0 specifier --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1071396ef..f8c1dc859 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ requests==2.32.4 rq==2.4.1 social-auth-app-django==5.5.1 social-auth-core==4.7.0 -strawberry-graphql==0.276.0 +strawberry-graphql==0.278.0 strawberry-graphql-django==0.65.1 svgwrite==1.4.3 tablib==3.8.0