Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to dev version of strawberry graphql to improve performance of resolvers with generic inputs #841

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading