LangGraph Platform recent change break deployment

We had the same code commit that was deployed successfully. Today, we try to create a new revision of the same commit but now it fail!.

This is the GitHub issue where I provide more context of the error stack trace.

dev (daa4363) this is the commit that fail to be deployed but was deployed successfully before.

This seems like a breaking change that affect our current set up.

1 Like

Hi @AnhQuanTrl , thanks for reporting this. We can see that commit dev (daa4363) deployed successfully before but is now failing on new revisions with the same code.

We’re looking into what’s happening with this deployment and will share an update here once we have more information.

A change in how local dependency installation is handled inadvertently caused this. This has now been resolved.

Please try triggering a new revision, and apologies for the disruption.

We just re-deploy but the issue still persists.

nvm. I saw that langgraph-cli now use uv . I just need to make some change to our pyproject (s) and it work!