nvfetcher icon indicating copy to clipboard operation
nvfetcher copied to clipboard

Feature Request: version constraints

Open viperML opened this issue 3 years ago • 0 comments

Hello :wave:

I thought of having version constraints, so for example nvfetcher doesn't pull an update with breaking changes, only minor. Something along the lines of:

# nvfetcher.toml
[feeluown]
src.pypi = "feeluown"
fetch.pypi = "feeluown"
version = "^3.8.8"

viperML avatar Nov 15 '22 10:11 viperML