bump langchain-core to cb/chat-model-updates branch

This commit is contained in:
Nick Hollon
2026-04-29 12:54:30 -04:00
parent 5af4c5addf
commit c19cffefc9
6 changed files with 41 additions and 35 deletions
+1
View File
@@ -62,6 +62,7 @@ dev = [
default-groups = ['dev']
[tool.uv.sources]
langchain-core = { git = "https://github.com/langchain-ai/langchain", branch = "cb/chat-model-updates", subdirectory = "libs/core" }
langgraph = { path = "../langgraph", editable = true }
langgraph-checkpoint = { path = "../checkpoint", editable = true }
langgraph-checkpoint-sqlite = { path = "../checkpoint-sqlite", editable = true }