From fb13077b58b18afd3954174371c6da7b08f38e08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 15:23:25 +0000 Subject: [PATCH] chore(deps): update dependency dev.langchain4j:langchain4j to v1.0.0-rc1 --- langchain4j.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langchain4j.json b/langchain4j.json index 4af4ef4..f0594e8 100644 --- a/langchain4j.json +++ b/langchain4j.json @@ -1,7 +1,7 @@ { "description": "LangChain is a framework for building applications powered by LLMs, enabling easy integration of models, data, and external tools", "properties": [ - { "name": "v", "value": "1.0.0-beta3" }, + { "name": "v", "value": "1.0.0-rc1" }, { "name": "v-renovate-hint", "value": "update: package=dev.langchain4j:langchain4j" }, { "name": "model", "value": "openai" } ],