Is your feature request related to a problem? Please describe.
My package requires rich>=14.1.0 because it nests Live instances (https://github.com/Textualize/rich/releases/tag/v14.1.0). This is preventing me from using another package which depends on cached-path>=1.7.1.
Describe the solution you'd like
Allow rich>= 14.1.0
Thank you!
Is your feature request related to a problem? Please describe.
My package requires
rich>=14.1.0because it nests Live instances (https://github.com/Textualize/rich/releases/tag/v14.1.0). This is preventing me from using another package which depends oncached-path>=1.7.1.Describe the solution you'd like
Allow
rich>= 14.1.0Thank you!