今日已更新 166 条资讯 | 累计 20138 条内容
关于我们

Built an autonomous dependency upgrader using Loop Engineering and LangGraph

Sagar S R 2026年07月16日 02:44 1 次阅读 来源:Dev.to

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

本文内容来源于互联网,版权归原作者所有
查看原文