diff --git a/pyproject.toml b/pyproject.toml index 2f535d80..20b41439 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "gunicorn~=20.1.0", "psycopg2-binary", "sentry-sdk", - "strawberry-graphql-django~=0.57.0", + "strawberry-graphql-django>=0.57,<0.87", "django-choices-field", # Required by strawberry-graphql-django "django-health-check", "cachetools",