Allow rich >= 14.1.0

Open Beginner friendly
#263 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
72/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Quiet
Tech stack
python
Domain
tooling

Research direction

Locate the dependency declaration for rich and inspect how its version constraint is specified. Update the constraint to allow rich>=14.1.0, then verify the package metadata or dependency checks accept the requested version.

Written by the indexing model from the issue text.

Description

Feature request

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!

Dominant language
Python
Stars
47
Forks
22
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from allenai/cached_path

All issues in allenai/cached_path

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.