You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hello,
I've encountered a dependency issue with the jill.py package that I believe needs attention. The current situation is as follows:
pipes
modulepipes
(as per this PR: #444: Removed pipes dependency google/python-fire#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.
The text was updated successfully, but these errors were encountered: