Poetry Update always re-installs *all* dependencies
See original GitHub issue- I am on the latest Poetry version.
- I have searched the issues of this repo and believe that this is not a duplicate.
- If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).
- **Linux 3.10.0-1062.21.1.el7.x86_64 **
- 1.08:
- Link of a Gist with the contents of your pyproject.toml file:
Issue
Since upgrading to 1.0.8 poetry will “upgrade” every dependency to the same version as previously. ie after the dependency resolution / Version solving poetry thinks every single package in pyproject.toml ( and dependencies ) needs upgrading and proceeds to update them to exactly the same version as previously. I’ve tried deleting the venv and re-running and get consistent behavior every time.
bash-4.2$ poetry update
Updating dependencies
Resolving dependencies... (52.7s)
Package operations: 0 installs, 59 updates, 0 removals
- Updating pycparser (2.20 -> 2.20)
- Updating certifi (2020.4.5.2 -> 2020.4.5.2)
- Updating cffi (1.14.0 -> 1.14.0)
- Updating chardet (3.0.4 -> 3.0.4)
- Updating idna (2.9 -> 2.9)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:11 (8 by maintainers)
Top Results From Across the Web
Poetry Update always re-installs *all* dependencies -- again!
I am on the latest Poetry version. (The very latest!) I have searched the issues of this repo and believe that this is...
Read more >How to rebuild Poetry environment from scratch and force ...
Poetry cannot figure out on its own that dependencies have been updated. How do I force Poetry to reinstall everything in its virtualenv...
Read more >Commands | Documentation | Poetry - Python dependency ...
This will resolve all dependencies of the project and write the exact versions into poetry.lock . If you just want to update a...
Read more >Introduction | Documentation | Poetry - Python dependency ...
Poetry is able to update itself when installed using the official installer. If you want to install pre-release versions, you can use the...
Read more >History | Poetry - Python dependency management and ...
Fixed an issue where dependencies with extras were updated despite using --no-update (#4618). Fixed various places where poetry writes messages to stdout ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @abn and sorry for the late reply! Seems to solve the problem, thanks!
looks better for me on 1.0.9. Thanks @mxab , @frankier