jill.py icon indicating copy to clipboard operation
jill.py copied to clipboard

Dependency conflict with Fire package in Python 3.13

Open inertia42 opened this issue 1 year ago • 0 comments

Hello,

I've encountered a dependency issue with the jill.py package that I believe needs attention. The current situation is as follows:

  1. jill.py requires Fire version ^0.5.0
  2. Python 3.13 has deprecated the pipes module
  3. 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.

inertia42 avatar Oct 16 '24 14:10 inertia42