Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency conflict with Fire package in Python 3.13 #146

Open
inertia42 opened this issue Oct 16, 2024 · 0 comments
Open

Dependency conflict with Fire package in Python 3.13 #146

inertia42 opened this issue Oct 16, 2024 · 0 comments

Comments

@inertia42
Copy link

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: #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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant