Closed martgra closed 2 months ago
if you don't provide a way to reproduce, it is unlikely anyone can help
maybe try clearing your poetry cache
if you don't provide a way to reproduce, it is unlikely anyone can help
maybe try clearing your poetry cache
Sure. But unclear how - I see there are some similar issues on JFrog. Seems like deleting poetry cache some difference. Would appreciate a pointer to this in the official doc if this is a known unstability or bug.
this smells of #9419 and its thousand duplicates
did clearing your cache solve the problem or not? if yes, please close the issue report
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Description
I'm adding a private repo as source
poetry source add --priority=primary artrepo https:<MYREPO>//pypi/pypi-external/simple
Running poetry update removes a lot of secondary dependencies:
Looking at my dependency tree it seems like dependencies of some explicitly added dependencies disappear with my private source.
An example is:
With pypi repo after updating.
with private repo after updating.
I am unsure whether this is poetry or JFrog (which is my source) fault.
Workarounds
Using pypi directly or not updating.
Poetry Installation Method
pipx
Operating System
Ubuntu
Poetry Version
1.8.3
Poetry Configuration
Python Sysconfig
No response
Example pyproject.toml
No response
Poetry Runtime Logs