This release updates the underlying graphql dependencies to use >= `3.0.0b`.
0.0.8
Adds support for graphene v3 - No longer pinning transitive dependencies - We leave that upto graphene-django to resolve package versions for django, graphql-core
0.0.8b
0.0.7
Minor Patch-- fix for WKT query variables
There was an issue when using query variables and WKT input. More info can be found in this->9 thread. Thank you Dimitri-Gnidash.
0.0.6
Removes psql driver from deps
- Does not force the developers hand on which postgres driver to use. - Use of eval has been replaced by json.loads :P
0.0.5
Updates library dependencies
- Expands on the base set of third party library versions it can be used with. - Particularly supports `graphene>=2.1,<3`