Open edwinjosegeorge opened 10 months ago
Same situation and problem here. Have to resort to a full lock (which works fine) and resetting every chunk except what I wanted to update.
Ah interesting, your issues relate to update/upgrade code path and not full lock. We'll have to look into this further, but for me I fly out for work tomorrow so I won't have immediate time.
Please recheck with 2024.3.0
I have a pipfile, where i have added url to a private package repository. The package is updated and i wish to update in my local machine. But when i issue
update
command, the lock fails. Each time, I have to delete and rebuild the lock, which in effect updates all other packages. This issue is not seen if I tend to update public packages.This is my pipfile. (other packages are hidden)