Adding a VCS dependency without explicit name leads to KeyError
in v2.11.0
#2488
Labels
🐛 bug
Something isn't working
KeyError
in v2.11.0
#2488
Hello,
I am trying to add this library as a VCS dependency to the blank project:
In version 2.11.0, this fails with the following traceback:
Running
pdm add "openbackdoor @ git+https://github.com/thunlp/OpenBackdoor.git"
fixes the error.However, according to the docs, PDM should be able to infer the dependency name automatically (and it worked in v2.10.4).
Thanks :)
The text was updated successfully, but these errors were encountered: