Auto-Install latest package version when unspecified when creating Python Virtual Environment
Open
starter-task
- Dominant language
- Scala
- Stars
- 314
- Forks
- 187
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 214
Description
### Task Summary
When installing packages, users are currently required to specify both the package name and version. However, in many cases, users may prefer to install the latest available version without specifying it explicitly. Therefore, the system should allow users to enter only the package name, and automatically install the latest version when no version is provided.
### Priority
P2 – Medium
### Task Type
- [x] Code Implementation
- [ ] Documentation
- [x] Refactor / Cleanup
- [ ] Testing / QA
- [ ] DevOps / Deployment
Contributor guide
Assessment
This issue has not been assessed yet.