jill.py
jill.py copied to clipboard
Dependency conflict with Fire package in Python 3.13
Hello,
I've encountered a dependency issue with the jill.py package that I believe needs attention. The current situation is as follows:
- jill.py requires Fire version ^0.5.0
- Python 3.13 has deprecated the
pipesmodule - Fire 0.7.0 is the first version that removes the dependency on
pipes(as per this PR: https://github.com/google/python-fire/pull/447)
This creates a conflict for users who want to use jill.py with Python 3.13, as the required Fire version still depends on the deprecated pipes module.
Request: Could you please update the Fire dependency in jill.py to allow for version 0.7.0 or higher? This would resolve the compatibility issue with Python 3.13 and ensure that jill.py can be used with the latest Python versions.