Skip to content

Commit

Permalink
Pin urwid pending fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Feb 21, 2024
1 parent 99c1b9b commit 93e2626
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ install_requires =
psutil>=5.6.0
pyzmq>=22
importlib_metadata>=5.0; python_version < "3.12"
urwid==2.*
# TEMP: urwid-2.6.2 breaks tui tests
urwid>=2.0,<=2.6.1
# unpinned transient dependencies used for type checking
rx
promise
Expand Down

0 comments on commit 93e2626

Please sign in to comment.