| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-10-27 | 509 Bytes | |
| v3.4.1 - Regression Fix source code.tar.gz | 2024-10-27 | 112.4 kB | |
| v3.4.1 - Regression Fix source code.zip | 2024-10-27 | 186.3 kB | |
| Totals: 3 Items | 299.2 kB | 0 | |
What's Changed
This release brings a regression fix for DateTime parsing in python versions before 3.11, caused by the removal of aniso8601. The issue was introduced in 3.4.0.
If you are using the DateTime scalar together with a Python <= 3.10, please update Graphene to this version.
- fix: use dateutil-parse for < 3.11 support by @erikwrede in https://github.com/graphql-python/graphene/pull/1581
Full Changelog: https://github.com/graphql-python/graphene/compare/v3.4.0...v3.4.1