We ran into the issue by using Z for UTC timezone in the datetime strings (2011-11-04T00:05:23Z) with python 3.10. Where as before 3.4 it still worked with the same input.
Hey @Yelinz,
thanks for the report. This one slipped through our tests and other checks. Sorry bout that. Will work on a fix& release for it this week.
Datetime parsing breaks for certain formats on some python versions.
Python 3.10
fromisoformat
accepted strings https://docs.python.org/3.10/library/datetime.html#datetime.datetime.fromisoformatPython 3.11
fromisoformat
accepted strings https://docs.python.org/3.11/library/datetime.html#datetime.datetime.fromisoformatWe ran into the issue by using
Z
for UTC timezone in the datetime strings (2011-11-04T00:05:23Z
) with python 3.10. Where as before 3.4 it still worked with the same input.Bug introduced by https://github.com/graphql-python/graphene/commit/17d09c8dedce36e2e0ea7dff4abf73bf3b39c541