[PR #5301] fix[deps]: update lockfiles / deps bounds for internal tools #4354

Closed
opened 2026-02-20 17:50:04 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/5301

State: closed
Merged: Yes


Despite my hesitancy to use upper bounds, there's a place for them with our internal libs.

The reason is, when we anticipate making breaking changes (deprecations etc), we need stricter bounds.

Perhaps even more ideal would be tying things to specific pinned versions, but that slows down our dev process and doesn't feel worth the investment at this time. Happy to reconsider later.

Fixes https://github.com/langchain-ai/langgraph/issues/5290

**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/5301 **State:** closed **Merged:** Yes --- Despite my hesitancy to use upper bounds, there's a place for them with our internal libs. The reason is, when we anticipate making breaking changes (deprecations etc), we need stricter bounds. Perhaps even more ideal would be tying things to specific pinned versions, but that slows down our dev process and doesn't feel worth the investment at this time. Happy to reconsider later. Fixes https://github.com/langchain-ai/langgraph/issues/5290
yindo added the pull-request label 2026-02-20 17:50:04 -05:00
yindo closed this issue 2026-02-20 17:50:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#4354