We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404aea5 commit 1f89d4fCopy full SHA for 1f89d4f
src/poetry/console/commands/self/update.py
@@ -46,6 +46,7 @@ def _system_project_handle(self) -> int:
46
add_command = application.find("add")
47
assert isinstance(add_command, AddCommand)
48
add_command.set_env(self.env)
49
+ add_command.set_poetry(self.poetry)
50
application.configure_installer_for_command(add_command, self.io)
51
52
argv = ["add", f"poetry@{self.argument('version')}"]
0 commit comments