Skip to content

Commit

Permalink
update-strawberry
Browse files Browse the repository at this point in the history
  • Loading branch information
ieaves committed Oct 17, 2024
1 parent 53490a3 commit 6f27b0b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion grai-server/app/api/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import strawberry
from django.db.models.query import QuerySet
from strawberry.field import StrawberryField
from strawberry.types.field import StrawberryField
from strawberry_django.ordering import process_order


Expand Down
2 changes: 1 addition & 1 deletion grai-server/app/api/pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import strawberry
from django.db.models import Model
from django.db.models.query import QuerySet
from strawberry.field import StrawberryField
from strawberry.types.field import StrawberryField
from strawberry_django.pagination import OffsetPaginationInput

from .order import apply_order
Expand Down
21 changes: 11 additions & 10 deletions grai-server/app/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions grai-server/app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ django-email-log = "^1.3.0"
django-celery-email = "^3.0.0"
django-query-chunk = "^0.0.1"
django-tqdm = "^1.3.1"
strawberry-graphql-django = "^0.35.1"
strawberry-graphql-django = "^0.49.0"
celery = "^5.2.7"
redis = "^4.4.0"
python-decouple = "^3.6"
Expand Down Expand Up @@ -68,7 +68,7 @@ channels = "^4.0.0"
channels-redis = "^4.1.0"
uvicorn = {version = "^0.28.1", extras = ["standard"]}
gunicorn = ">=21.2,<23.0"
strawberry-graphql = {extras = ["channels", "asgi"], version = ">=0.220,<0.244"}
strawberry-graphql = {extras = ["channels", "asgi"], version = ">=0.220,<0.246.2"}
asgi-cors-strawberry = "^0.2.0"
overrides = "^7.4.0"
openai = "^1.3.7"
Expand Down

0 comments on commit 6f27b0b

Please sign in to comment.