jkimbo / graphql-sync-dataloaders

Use DataLoaders in your Python GraphQL servers that have to run in a sync context (i.e. Django).
MIT License
41 stars 21 forks source link

Support Python 3.7 #10

Open yurihs opened 1 year ago

yurihs commented 1 year ago

Hello! Thanks for the project, the dataloaders work really well! Major perfomance gains.

It would be really nice to have support for Python 3.7.

I dropped Django to 3.2 in the dev dependencies and made a minor change to one of the tests (.args is only available in >3.8).

Everything seems to be working fine with these changes. Just not sure about the number of lines changed in the lock file... might be normal though.