diff --git a/libs/model-profiles/uv.lock b/libs/model-profiles/uv.lock index 5088444752a..78f7b816bc5 100644 --- a/libs/model-profiles/uv.lock +++ b/libs/model-profiles/uv.lock @@ -462,7 +462,7 @@ wheels = [ [[package]] name = "langchain" -version = "1.2.17" +version = "1.2.18" source = { editable = "../langchain_v1" } dependencies = [ { name = "langchain-core" }, @@ -481,6 +481,7 @@ requires-dist = [ { name = "langchain-aws", marker = "extra == 'aws'" }, { name = "langchain-azure-ai", marker = "extra == 'azure-ai'" }, { name = "langchain-baseten", marker = "extra == 'baseten'", specifier = ">=0.2.0" }, + { name = "langchain-cohere", marker = "extra == 'cohere'" }, { name = "langchain-community", marker = "extra == 'community'" }, { name = "langchain-core", editable = "../core" }, { name = "langchain-deepseek", marker = "extra == 'deepseek'" }, @@ -498,7 +499,7 @@ requires-dist = [ { name = "langgraph", specifier = ">=1.1.10,<1.2.0" }, { name = "pydantic", specifier = ">=2.7.4,<3.0.0" }, ] -provides-extras = ["community", "anthropic", "openai", "azure-ai", "google-vertexai", "google-genai", "fireworks", "ollama", "together", "mistralai", "huggingface", "groq", "aws", "baseten", "deepseek", "xai", "perplexity"] +provides-extras = ["community", "anthropic", "openai", "azure-ai", "cohere", "google-vertexai", "google-genai", "fireworks", "ollama", "together", "mistralai", "huggingface", "groq", "aws", "baseten", "deepseek", "xai", "perplexity"] [package.metadata.requires-dev] lint = [{ name = "ruff", specifier = ">=0.15.0,<0.16.0" }] @@ -532,7 +533,7 @@ typing = [ [[package]] name = "langchain-core" -version = "1.3.2" +version = "1.3.3" source = { editable = "../core" } dependencies = [ { name = "jsonpatch" },