tockloader icon indicating copy to clipboard operation
tockloader copied to clipboard

Bump questionary package version 1.10 to 2.1.1

Open KamilDuljas opened this issue 3 weeks ago • 3 comments

This update ensures consistency with the allowed Python versions. The questionary package version 1.10 only supports Python up to 3.9. The latest version, 2.1.1, supports Python 3.8 through 3.12. In Tockloader, we guarantee that the allowed Python version is 3.9 or higher. Moreover, I encountered an issue on Python 3.12 when running Tockloader info:

image

This PR resolves the issue shown in the screenshot.

KamilDuljas avatar Jan 13 '26 10:01 KamilDuljas