After a `pipx` installation I get the following error message : ``` File "/home/chepycou/.local/lib/python3.13/site-packages/fire/core.py", line 59, in <module> import pipes ModuleNotFoundError: No module named 'pipes' ``` It seems like it is due to the [deprecation of the module](https://docs.python.org/3/library/pipes.html) And the version of python-fire should be bumped up