dependabot[bot] opened a new pull request, #18265: URL: https://github.com/apache/camel/pull/18265
Bumps `langchain4j-version` from 0.36.2 to 1.0.1. Updates `dev.langchain4j:langchain4j-open-ai` from 0.36.2 to 1.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain4j/langchain4j/releases">dev.langchain4j:langchain4j-open-ai's releases</a>.</em></p> <blockquote> <h2>1.0.0-beta3</h2> <h2>Notable Changes</h2> <ul> <li>Structured Outputs: support more return types with JSON schema by <a href="https://github.com/kuraleta"><code>@kuraleta</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1938">langchain4j/langchain4j#1938</a></li> <li>Amazon Bedrock: support for streaming and listeners/observability by <a href="https://github.com/tenpigs267"><code>@tenpigs267</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2620">langchain4j/langchain4j#2620</a></li> <li>Mistral: add support for structured outputs (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/2633">#2633</a>) by <a href="https://github.com/snophey"><code>@snophey</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2706">langchain4j/langchain4j#2706</a></li> <li>MCP: support prompts + some MCP resource handling improvements by <a href="https://github.com/jmartisk"><code>@jmartisk</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2691">langchain4j/langchain4j#2691</a></li> <li>Fix memory leak due to <code>ChatMemory</code> caching by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2692">langchain4j/langchain4j#2692</a></li> <li>Allow to mix static and dynamic tools by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2819">langchain4j/langchain4j#2819</a></li> <li>MCP: Dynamic updates and caching of the tool list by <a href="https://github.com/jmartisk"><code>@jmartisk</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2817">langchain4j/langchain4j#2817</a></li> </ul> <h2>Breaking Changes</h2> <ul> <li>Remove deprecated <code>ChatModelRequest</code> and <code>ChatModelResponse</code> by <a href="https://github.com/dliubarskyi"><code>@dliubarskyi</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2702">langchain4j/langchain4j#2702</a></li> <li>Remove deprecated APIs by <a href="https://github.com/dliubarskyi"><code>@dliubarskyi</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2726">langchain4j/langchain4j#2726</a></li> <li>Remove deprecated <code>EmbeddingStore.findRelevant</code> API by <a href="https://github.com/dliubarskyi"><code>@dliubarskyi</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2750">langchain4j/langchain4j#2750</a></li> <li>Remove <code>TokenCountEstimator</code> interfaces by <a href="https://github.com/dliubarskyi"><code>@dliubarskyi</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2791">langchain4j/langchain4j#2791</a></li> <li>OpenAI: remove deprecated APIs by <a href="https://github.com/dliubarskyi"><code>@dliubarskyi</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2792">langchain4j/langchain4j#2792</a></li> <li>Structured Outputs: make fields optional by default by <a href="https://github.com/dliubarskyi"><code>@dliubarskyi</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2806">langchain4j/langchain4j#2806</a></li> </ul> <h2>Other Changes</h2> <ul> <li>Apply missed testing best practices by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2696">langchain4j/langchain4j#2696</a></li> <li>Add OpenAI Official module to the BOM by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2693">langchain4j/langchain4j#2693</a></li> <li>WIP: This documentation demonstrates how to implement a classification-bas… by <a href="https://github.com/kuraleta"><code>@kuraleta</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2679">langchain4j/langchain4j#2679</a></li> <li>Openai errors test by <a href="https://github.com/kpavlov"><code>@kpavlov</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2678">langchain4j/langchain4j#2678</a></li> <li>Anthropic: Get rid of lombok by <a href="https://github.com/Martin7-1"><code>@Martin7-1</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2703">langchain4j/langchain4j#2703</a></li> <li>Allow to provide custom Kotlin Coroutine Context to ChatLanguageModel suspend functions by <a href="https://github.com/kpavlov"><code>@kpavlov</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2734">langchain4j/langchain4j#2734</a></li> <li>refactor-poms by <a href="https://github.com/kpavlov"><code>@kpavlov</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2723">langchain4j/langchain4j#2723</a></li> <li>Delombok by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2751">langchain4j/langchain4j#2751</a></li> <li>Prevent NPE when parsing a McpLogMessage without logger by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2780">langchain4j/langchain4j#2780</a></li> <li>Version upgrades for MCP tests by <a href="https://github.com/jmartisk"><code>@jmartisk</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2768">langchain4j/langchain4j#2768</a></li> <li>Quarkus extension fixes by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2807">langchain4j/langchain4j#2807</a></li> <li>Support type arrays for JSON schema by <a href="https://github.com/jmartisk"><code>@jmartisk</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2749">langchain4j/langchain4j#2749</a></li> <li>Fix ITs : Aws Nova models now support requiring a tool execution by <a href="https://github.com/tenpigs267"><code>@tenpigs267</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2804">langchain4j/langchain4j#2804</a></li> <li>docs(google-cloud-sql): add documentation by <a href="https://github.com/averikitsch"><code>@averikitsch</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2802">langchain4j/langchain4j#2802</a></li> <li>Add support for Jackson Kotlin module and improve JSON handling by <a href="https://github.com/kpavlov"><code>@kpavlov</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2730">langchain4j/langchain4j#2730</a></li> <li>allow to configure max sequential tools invocations by <a href="https://github.com/xstefank"><code>@xstefank</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2715">langchain4j/langchain4j#2715</a></li> <li>Fixes <a href="https://redirect.github.com/langchain4j/langchain4j/issues/2617">#2617</a> by <a href="https://github.com/hariprasadkc"><code>@hariprasadkc</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2690">langchain4j/langchain4j#2690</a></li> <li>Fix issus <a href="https://redirect.github.com/langchain4j/langchain4j/issues/2680">#2680</a> by <a href="https://github.com/zjwqzyb"><code>@zjwqzyb</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2683">langchain4j/langchain4j#2683</a></li> <li>Health checks for MCP clients by <a href="https://github.com/jmartisk"><code>@jmartisk</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2769">langchain4j/langchain4j#2769</a></li> <li>Add script to check split packages by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2829">langchain4j/langchain4j#2829</a></li> <li>Upgrade to OpenAI Java SDK v1.2.0 by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2833">langchain4j/langchain4j#2833</a></li> <li>Upgrade version of Azure OpenAI to 1.0.0-beta.16 by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2720">langchain4j/langchain4j#2720</a></li> <li>Add documentation for tools hallucination strategy by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2840">langchain4j/langchain4j#2840</a></li> <li>Add support for passwordless authentication with Azure OpenAI by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2719">langchain4j/langchain4j#2719</a></li> <li>Updates to latest Infinispan LTS minor of 15.0 by <a href="https://github.com/karesti"><code>@karesti</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2839">langchain4j/langchain4j#2839</a></li> <li>Update dependency org.apache.poi:poi-ooxml to v5.4.0 [SECURITY] by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2842">langchain4j/langchain4j#2842</a></li> <li>Refactor AiServiceTokenStream constructor with pilot way for encapsulating parameters by <a href="https://github.com/edeandrea"><code>@edeandrea</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2844">langchain4j/langchain4j#2844</a></li> <li>Update dashscope.md by <a href="https://github.com/getwName"><code>@getwName</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2744">langchain4j/langchain4j#2744</a></li> <li>docs(google-alloydb): add documentation by <a href="https://github.com/averikitsch"><code>@averikitsch</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2759">langchain4j/langchain4j#2759</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain4j/langchain4j/commit/151006a06751bfc63eca3e834ffb64acc3eff721"><code>151006a</code></a> - Release 1.0.1 and 1.0.1-beta6</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/7785b7071cc3aaf661a88cb3942c21623877620c"><code>7785b70</code></a> Update dependency org.jetbrains.kotlin:kotlin-maven-plugin to v2.1.21 (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/3044">#3044</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/0f928918e64483efd2704dba3ae1e40ffcd914d6"><code>0f92891</code></a> fix issue 2975 - HuggingFace pipeline/feature-extraction API URL was changed ...</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/cb5a392beb1cc404a9b07d8f6f6a6e1b5f0075a5"><code>cb5a392</code></a> fixed failing ITs</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/2c37587d33e6a5bb0e1954251da250e7ec25a38e"><code>2c37587</code></a> fixed failing ITs</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/7ec3d2d2bad30b67aa3bd5c8e476dd361d37c222"><code>7ec3d2d</code></a> enabled requireUpperBoundDeps by default</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/84dfb8487d0e39697c027bbde98d318c33a73f74"><code>84dfb84</code></a> Mistral AI: Support fill-in-the-middle API for code completion models (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/1569">#1569</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/76c53e249724527f9ad4094ec1c3ca4ec857cf28"><code>76c53e2</code></a> Mistral AI: Support fill-in-the-middle API for code completion models (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/1569">#1569</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/ac9397be2af8f4ea70cf2630ea8c3f06f49dcc3e"><code>ac9397b</code></a> Mistral AI: Support fill-in-the-middle API for code completion models (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/1569">#1569</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/9174bf72f40de2aebb747bfeb304efe487121b85"><code>9174bf7</code></a> Dynamic registration and deregistration of MCP clients (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/3060">#3060</a>)</li> <li>Additional commits viewable in <a href="https://github.com/langchain4j/langchain4j/compare/0.36.2...1.0.1">compare view</a></li> </ul> </details> <br /> Updates `dev.langchain4j:langchain4j` from 0.36.2 to 1.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain4j/langchain4j/releases">dev.langchain4j:langchain4j's releases</a>.</em></p> <blockquote> <h2>1.0.0-beta3</h2> <h2>Notable Changes</h2> <ul> <li>Structured Outputs: support more return types with JSON schema by <a href="https://github.com/kuraleta"><code>@kuraleta</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1938">langchain4j/langchain4j#1938</a></li> <li>Amazon Bedrock: support for streaming and listeners/observability by <a href="https://github.com/tenpigs267"><code>@tenpigs267</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2620">langchain4j/langchain4j#2620</a></li> <li>Mistral: add support for structured outputs (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/2633">#2633</a>) by <a href="https://github.com/snophey"><code>@snophey</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2706">langchain4j/langchain4j#2706</a></li> <li>MCP: support prompts + some MCP resource handling improvements by <a href="https://github.com/jmartisk"><code>@jmartisk</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2691">langchain4j/langchain4j#2691</a></li> <li>Fix memory leak due to <code>ChatMemory</code> caching by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2692">langchain4j/langchain4j#2692</a></li> <li>Allow to mix static and dynamic tools by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2819">langchain4j/langchain4j#2819</a></li> <li>MCP: Dynamic updates and caching of the tool list by <a href="https://github.com/jmartisk"><code>@jmartisk</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2817">langchain4j/langchain4j#2817</a></li> </ul> <h2>Breaking Changes</h2> <ul> <li>Remove deprecated <code>ChatModelRequest</code> and <code>ChatModelResponse</code> by <a href="https://github.com/dliubarskyi"><code>@dliubarskyi</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2702">langchain4j/langchain4j#2702</a></li> <li>Remove deprecated APIs by <a href="https://github.com/dliubarskyi"><code>@dliubarskyi</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2726">langchain4j/langchain4j#2726</a></li> <li>Remove deprecated <code>EmbeddingStore.findRelevant</code> API by <a href="https://github.com/dliubarskyi"><code>@dliubarskyi</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2750">langchain4j/langchain4j#2750</a></li> <li>Remove <code>TokenCountEstimator</code> interfaces by <a href="https://github.com/dliubarskyi"><code>@dliubarskyi</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2791">langchain4j/langchain4j#2791</a></li> <li>OpenAI: remove deprecated APIs by <a href="https://github.com/dliubarskyi"><code>@dliubarskyi</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2792">langchain4j/langchain4j#2792</a></li> <li>Structured Outputs: make fields optional by default by <a href="https://github.com/dliubarskyi"><code>@dliubarskyi</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2806">langchain4j/langchain4j#2806</a></li> </ul> <h2>Other Changes</h2> <ul> <li>Apply missed testing best practices by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2696">langchain4j/langchain4j#2696</a></li> <li>Add OpenAI Official module to the BOM by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2693">langchain4j/langchain4j#2693</a></li> <li>WIP: This documentation demonstrates how to implement a classification-bas… by <a href="https://github.com/kuraleta"><code>@kuraleta</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2679">langchain4j/langchain4j#2679</a></li> <li>Openai errors test by <a href="https://github.com/kpavlov"><code>@kpavlov</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2678">langchain4j/langchain4j#2678</a></li> <li>Anthropic: Get rid of lombok by <a href="https://github.com/Martin7-1"><code>@Martin7-1</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2703">langchain4j/langchain4j#2703</a></li> <li>Allow to provide custom Kotlin Coroutine Context to ChatLanguageModel suspend functions by <a href="https://github.com/kpavlov"><code>@kpavlov</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2734">langchain4j/langchain4j#2734</a></li> <li>refactor-poms by <a href="https://github.com/kpavlov"><code>@kpavlov</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2723">langchain4j/langchain4j#2723</a></li> <li>Delombok by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2751">langchain4j/langchain4j#2751</a></li> <li>Prevent NPE when parsing a McpLogMessage without logger by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2780">langchain4j/langchain4j#2780</a></li> <li>Version upgrades for MCP tests by <a href="https://github.com/jmartisk"><code>@jmartisk</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2768">langchain4j/langchain4j#2768</a></li> <li>Quarkus extension fixes by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2807">langchain4j/langchain4j#2807</a></li> <li>Support type arrays for JSON schema by <a href="https://github.com/jmartisk"><code>@jmartisk</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2749">langchain4j/langchain4j#2749</a></li> <li>Fix ITs : Aws Nova models now support requiring a tool execution by <a href="https://github.com/tenpigs267"><code>@tenpigs267</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2804">langchain4j/langchain4j#2804</a></li> <li>docs(google-cloud-sql): add documentation by <a href="https://github.com/averikitsch"><code>@averikitsch</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2802">langchain4j/langchain4j#2802</a></li> <li>Add support for Jackson Kotlin module and improve JSON handling by <a href="https://github.com/kpavlov"><code>@kpavlov</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2730">langchain4j/langchain4j#2730</a></li> <li>allow to configure max sequential tools invocations by <a href="https://github.com/xstefank"><code>@xstefank</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2715">langchain4j/langchain4j#2715</a></li> <li>Fixes <a href="https://redirect.github.com/langchain4j/langchain4j/issues/2617">#2617</a> by <a href="https://github.com/hariprasadkc"><code>@hariprasadkc</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2690">langchain4j/langchain4j#2690</a></li> <li>Fix issus <a href="https://redirect.github.com/langchain4j/langchain4j/issues/2680">#2680</a> by <a href="https://github.com/zjwqzyb"><code>@zjwqzyb</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2683">langchain4j/langchain4j#2683</a></li> <li>Health checks for MCP clients by <a href="https://github.com/jmartisk"><code>@jmartisk</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2769">langchain4j/langchain4j#2769</a></li> <li>Add script to check split packages by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2829">langchain4j/langchain4j#2829</a></li> <li>Upgrade to OpenAI Java SDK v1.2.0 by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2833">langchain4j/langchain4j#2833</a></li> <li>Upgrade version of Azure OpenAI to 1.0.0-beta.16 by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2720">langchain4j/langchain4j#2720</a></li> <li>Add documentation for tools hallucination strategy by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2840">langchain4j/langchain4j#2840</a></li> <li>Add support for passwordless authentication with Azure OpenAI by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2719">langchain4j/langchain4j#2719</a></li> <li>Updates to latest Infinispan LTS minor of 15.0 by <a href="https://github.com/karesti"><code>@karesti</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2839">langchain4j/langchain4j#2839</a></li> <li>Update dependency org.apache.poi:poi-ooxml to v5.4.0 [SECURITY] by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2842">langchain4j/langchain4j#2842</a></li> <li>Refactor AiServiceTokenStream constructor with pilot way for encapsulating parameters by <a href="https://github.com/edeandrea"><code>@edeandrea</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2844">langchain4j/langchain4j#2844</a></li> <li>Update dashscope.md by <a href="https://github.com/getwName"><code>@getwName</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2744">langchain4j/langchain4j#2744</a></li> <li>docs(google-alloydb): add documentation by <a href="https://github.com/averikitsch"><code>@averikitsch</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/2759">langchain4j/langchain4j#2759</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain4j/langchain4j/commit/151006a06751bfc63eca3e834ffb64acc3eff721"><code>151006a</code></a> - Release 1.0.1 and 1.0.1-beta6</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/7785b7071cc3aaf661a88cb3942c21623877620c"><code>7785b70</code></a> Update dependency org.jetbrains.kotlin:kotlin-maven-plugin to v2.1.21 (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/3044">#3044</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/0f928918e64483efd2704dba3ae1e40ffcd914d6"><code>0f92891</code></a> fix issue 2975 - HuggingFace pipeline/feature-extraction API URL was changed ...</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/cb5a392beb1cc404a9b07d8f6f6a6e1b5f0075a5"><code>cb5a392</code></a> fixed failing ITs</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/2c37587d33e6a5bb0e1954251da250e7ec25a38e"><code>2c37587</code></a> fixed failing ITs</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/7ec3d2d2bad30b67aa3bd5c8e476dd361d37c222"><code>7ec3d2d</code></a> enabled requireUpperBoundDeps by default</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/84dfb8487d0e39697c027bbde98d318c33a73f74"><code>84dfb84</code></a> Mistral AI: Support fill-in-the-middle API for code completion models (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/1569">#1569</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/76c53e249724527f9ad4094ec1c3ca4ec857cf28"><code>76c53e2</code></a> Mistral AI: Support fill-in-the-middle API for code completion models (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/1569">#1569</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/ac9397be2af8f4ea70cf2630ea8c3f06f49dcc3e"><code>ac9397b</code></a> Mistral AI: Support fill-in-the-middle API for code completion models (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/1569">#1569</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/9174bf72f40de2aebb747bfeb304efe487121b85"><code>9174bf7</code></a> Dynamic registration and deregistration of MCP clients (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/3060">#3060</a>)</li> <li>Additional commits viewable in <a href="https://github.com/langchain4j/langchain4j/compare/0.36.2...1.0.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org