laixintao / iredis

Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting.
https://iredis.xbin.io
BSD 3-Clause "New" or "Revised" License
2.52k stars 102 forks source link

incompatibility with importlib_resources version 6 #466

Closed sebix closed 10 months ago

sebix commented 11 months ago

With importlib_resources version 6.0.1 I get this stacktrace:

iredis/client.py:9: in <module>
    from importlib_resources import read_text
ImportError: cannot import name 'read_text' from 'importlib_resources' (/usr/lib/python3.11/site-packages/importlib_resources/__init__.py)

importlib_resources version 5.12.0 works fine

laixintao commented 10 months ago

hi sorry for the late, released in 1.13.2

sebix commented 10 months ago

Thanks for the fix! Package in openSUSE is updated. Will need to wait for the update of mistune, then the iredis package build will succeed again