Closed elliotwutingfeng closed 7 months ago
Hey! Looks like this is marked as draft. Is it reviewable?
Hey! Looks like this is marked as draft. Is it reviewable?
Hi, not yet, I'm been busy lately. However, it appears to work fine for lines with only one version clause.
Currently [multiple version clauses on the same line](https://www.python.org/dev/peps/pep-0440/#id51) are not supported by this PR yet.
, this makes it a bit more complicated to implement than package.json
.
Closing as stale
What's changed:
Each line's CodeLens annotation can now be clicked to bump the package to the latest version.
If version constraints were not specified, bumping the package version will give the
==
version clause by default.Fixed bug where
!!MISSING: command!!
appears when a package name is successfully parsed, but no matches were found on https://pypi.orgBug from current version
Let me know if you spot any unhandled edge cases.
Work in progress
package.json
version ranges