From 53aa2c862495999c1b7223602abad9a1cf397d9b Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 8 Jan 2025 08:43:17 -0500 Subject: [PATCH] Fixes #18329: Pin strawberry-graphql-django to v0.52.0 to resolve upstream bug --- base_requirements.txt | 3 ++- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/base_requirements.txt b/base_requirements.txt index 169f4196d..4cb355dd5 100644 --- a/base_requirements.txt +++ b/base_requirements.txt @@ -134,7 +134,8 @@ strawberry-graphql # Strawberry GraphQL Django extension # https://github.com/strawberry-graphql/strawberry-django/releases -strawberry-graphql-django +# Pinned to v0.52.0 for suspected upstream bug; see #18329 +strawberry-graphql-django==0.52.0 # SVG image rendering (used for rack elevations) # https://github.com/mozman/svgwrite/blob/master/NEWS.rst diff --git a/requirements.txt b/requirements.txt index e5ffe8386..b875ae5a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ rq==2.1.0 social-auth-app-django==5.4.2 social-auth-core==4.5.4 strawberry-graphql==0.256.1 -strawberry-graphql-django==0.53.1 +strawberry-graphql-django==0.52.0 svgwrite==1.4.3 tablib==3.7.0 tzdata==2024.2