[PR #6024] fix(cli): handle Docker SemVer build metadata in version parsing #5965 #4788

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

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

State: closed
Merged: Yes


Description:
Corrects _parse_version to support Docker versions with SemVer build metadata (e.g., 28.1.1+1), resolving #5965. Adds comprehensive unit tests for version parsing, including normal, v-prefixed, prerelease, build metadata, combined prerelease/build metadata, and edge cases with missing components.

Issue:
Closes #5965

Dependencies:
None

**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/6024 **State:** closed **Merged:** Yes --- Description: Corrects _parse_version to support Docker versions with SemVer build metadata (e.g., 28.1.1+1), resolving #5965. Adds comprehensive unit tests for version parsing, including normal, v-prefixed, prerelease, build metadata, combined prerelease/build metadata, and edge cases with missing components. Issue: Closes #5965 Dependencies: None
yindo added the pull-request label 2026-02-20 17:50:45 -05:00
yindo closed this issue 2026-02-20 17:50:45 -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#4788