Skip to content

Commit

Permalink
upgrade to dev version of strawberry graphql to improve performance (#…
Browse files Browse the repository at this point in the history
…841)

This version includes a fix for the issue where result sets that
included many items with a resolver that used a generic input type would
be very slow.
  • Loading branch information
dancoates authored Jun 26, 2024
1 parent 17c8564 commit e2e73e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pylint
testcontainers[mysql]>=4.5.0
types-PyMySQL
# some strawberry dependency
strawberry-graphql[debug-server]==0.229.0
strawberry-graphql[debug-server]==0.235.1.dev.1719337273
# following required to unit test etl functions
functions_framework
google-cloud-bigquery
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements-dev.txt requirements-dev.in requirements.in
# pip-compile requirements-dev.in
#
aiohttp==3.9.5
# via -r requirements.in
Expand Down Expand Up @@ -389,7 +389,7 @@ starlette==0.37.2
# via
# fastapi
# strawberry-graphql
strawberry-graphql[debug-server,fastapi]==0.229.0
strawberry-graphql[debug-server,fastapi]==0.235.1.dev1719337273
# via
# -r requirements-dev.in
# -r requirements.in
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ google-cloud-pubsub==2.18.3
google-cloud-storage==1.43.0
uvicorn==0.29.0
fastapi[all]==0.110.2
strawberry-graphql[fastapi]==0.229.0
strawberry-graphql[fastapi]==0.235.1.dev.1719337273
databases[mysql]==0.9.0
cryptography>=41.0.0
python-dateutil==2.8.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ sqlalchemy==2.0.30
# via databases
starlette==0.37.2
# via fastapi
strawberry-graphql[fastapi]==0.229.0
strawberry-graphql[fastapi]==0.235.1.dev1719337273
# via -r requirements.in
tabulate==0.9.0
# via cpg-utils
Expand Down

0 comments on commit e2e73e8

Please sign in to comment.