pdm-project / update-deps-action

A github action to update pdm lock file
MIT License
25 stars 6 forks source link

`[AttributeError]: 'list' object has no attribute 'version'` error as of pdm 1.17.0 #18

Closed DetachHead closed 3 months ago

DetachHead commented 3 months ago
🔒 Lock successful.
/home/runner/.local/share/pdm/venv/lib/python3.10/site-packages/pdm_update_action/__init__.py:56: PDMDeprecationWarning: Project.locked_repository is deprecated, use Project.get_locked_repository() instead
  after_candidates = project.locked_repository.all_candidates
[AttributeError]: 'list' object has no attribute 'version'
WARNING: Add '-v' to see the detailed traceback
Error: Process completed with exit code 1.

full log: https://github.com/DetachHead/pytest-robotframework/actions/runs/10005156257/job/27655283243

job-logs.txt