https://pypi.org/project/drawilleplot/#history is showing 0.1.0 as the latest, shipped in 2019. It'd be great to have #5 included in a new release, as hledger-utils depends on drawilleplot, and currently cannot function on Pillow 10. It seems there are no version specifiers in use 😩
As a stopgap, pip3 install 'pillow>=9,<10' downgrades to the latest Pillow 9.x, on which drawilleplot functions.
https://pypi.org/project/drawilleplot/#history is showing 0.1.0 as the latest, shipped in 2019. It'd be great to have #5 included in a new release, as hledger-utils depends on drawilleplot, and currently cannot function on Pillow 10. It seems there are no version specifiers in use 😩
As a stopgap,
pip3 install 'pillow>=9,<10'downgrades to the latest Pillow 9.x, on which drawilleplot functions.