Releases: EverWinter23/graphene-gis
Releases · EverWinter23/graphene-gis
v.0.0.8
v0.0.8b
Updates graphene deps to 3.0.0b
This release updates the underlying graphql dependencies to use >= 3.0.0b
.
v0.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.
v0.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
v0.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