projectcaluma / caluma

A collaborative form editing service
https://caluma.io/
GNU General Public License v3.0
67 stars 26 forks source link

fix: update (and pin) graphene dependency #2319

Closed winged closed 3 weeks ago

winged commented 3 weeks ago

Graphene 3.4.0 had a bug where UTC dates with the Z suffix wouldn't be parsed and were rejected. This was fixed in Graphene 3.4.1, so instead of relying on it as a transitive dependency, we now pin it explicitly.

winged commented 3 weeks ago

Rel: https://github.com/graphql-python/graphene/issues/1580