chore: upgraded strawberry version (#654)

This commit is contained in:
Bavisetti Narayan
2024-07-19 13:52:24 +05:30
committed by GitHub
parent 0f0a61ae00
commit 104ad1a6ee
3 changed files with 4 additions and 4 deletions

View File

@@ -47,10 +47,10 @@ INSTALLED_APPS = [
"plane.api",
"plane.authentication",
"plane.ee",
# "plane.graphql",
"plane.graphql",
"plane.payment",
# Third-party things
# "strawberry.django",
"strawberry.django",
"rest_framework",
"corsheaders",
"django_celery_beat",

View File

@@ -18,7 +18,7 @@ urlpatterns = [
path("auth/", include("plane.authentication.urls")),
path("api/payments/", include("plane.payment.urls")),
path("", include("plane.web.urls")),
# path("graphql/", include("plane.graphql.urls")),
path("graphql/", include("plane.graphql.urls")),
]

View File

@@ -68,4 +68,4 @@ python3-saml==1.16.0
# feature flag
openfeature-sdk==0.7.0
# graphql
# strawberry-graphql-django==0.43.0
strawberry-graphql-django==0.47.0