-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
area/depsRelated to representing and locking dependenciesRelated to representing and locking dependencieskind/bugSomething isn't working as expectedSomething isn't working as expected
Description
- Poetry version:1.5.0
- Python version: >3.10
- OS version and name: Ubuntu 22.04
- pyproject.toml: private
Issue
I was using the poetry version 1.4.2, when adding a new package from a private pypi it adds also the package dependencies well as you can see here: (I remove the private values, but I promise that are the same for the other example)

When using poetry version 1.5.0, for the same package, poetry did not added the dependencies, also the description was not added and the python version not specified:

So in that case for us this is not a minor update, this is a major update as it is breaking some of our dependencies.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/depsRelated to representing and locking dependenciesRelated to representing and locking dependencieskind/bugSomething isn't working as expectedSomething isn't working as expected