update to Graphene 3.0.0

This commit is contained in:
Arthur 2022-09-26 08:55:49 -07:00
parent 5a018afbc4
commit b7cdba06ff
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
from graphene import Scalar from graphene import Scalar
from graphql.language import ast from graphql.language import ast
from graphql.type.scalars import MAX_INT, MIN_INT from graphene.types.scalars import MAX_INT, MIN_INT
class BigInt(Scalar): class BigInt(Scalar):

View File

@ -15,7 +15,7 @@ django-taggit==3.0.0
django-timezone-field==5.0 django-timezone-field==5.0
djangorestframework==3.13.1 djangorestframework==3.13.1
drf-yasg[validation]==1.21.3 drf-yasg[validation]==1.21.3
graphene-django==2.15.0 graphene-django==3.0.0
gunicorn==20.1.0 gunicorn==20.1.0
Jinja2==3.1.2 Jinja2==3.1.2
Markdown==3.4.1 Markdown==3.4.1