Built an autonomous dependency upgrader using Loop Engineering and LangGraph

작성자

카테고리:

← 피드로
DEV Community · Sagar S R · 2026-07-16 개발(SW)

Sagar S R

You have a project with 20 dependencies. Half of them are outdated. Running ncu -u or pip install –upgrade upgrades all of them at once — and when something breaks, you have no idea which package caused it.

So you don’t upgrade. The deps rot. Security patches pile up.

loopgrade fixes this.

It upgrades one dependency at a time, runs your test suite after each upgrade, commits if it passes, reverts if it fails, and moves on to the next one. When it’s done, it gives you a full report of what was upgraded, what failed, and why.

GitHub: https://github.com/Sagar-S-R/loopgrade
PyPI: https://pypi.org/project/loopgrade/

Open for Contributors

#Python #LangGraph #opensource

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다