dependabot[bot] opened a new pull request, #8753: URL: https://github.com/apache/camel-quarkus/pull/8753
Bumps [io.quarkiverse.langchain4j:quarkus-langchain4j-bom](https://github.com/quarkiverse/quarkus-langchain4j) from 1.10.0 to 1.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/quarkiverse/quarkus-langchain4j/releases">io.quarkiverse.langchain4j:quarkus-langchain4j-bom's releases</a>.</em></p> <blockquote> <h2>1.11.0</h2> <h2>What's Changed</h2> <ul> <li>Rename token usage attributes for clarity by <a href="https://github.com/edeandrea"><code>@edeandrea</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2560">quarkiverse/quarkus-langchain4j#2560</a></li> <li>Add default ToolExecutionErrorHandler and way to override it. by <a href="https://github.com/patriot1burke"><code>@patriot1burke</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2562">quarkiverse/quarkus-langchain4j#2562</a></li> <li>fix(agentic): guard invokeAgent against arbitrary class reflection by <a href="https://github.com/mdproctor"><code>@mdproctor</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2526">quarkiverse/quarkus-langchain4j#2526</a></li> <li>Replace proxy-based agents with deployment time generated ones by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2558">quarkiverse/quarkus-langchain4j#2558</a></li> <li>Register ImageUsage classes for reflection in native image by <a href="https://github.com/edeandrea"><code>@edeandrea</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2567">quarkiverse/quarkus-langchain4j#2567</a></li> <li>Fix propagation of tool events by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2570">quarkiverse/quarkus-langchain4j#2570</a></li> <li>Fix/mistral streaming tool call implementation by <a href="https://github.com/HakimMohammed"><code>@HakimMohammed</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2565">quarkiverse/quarkus-langchain4j#2565</a></li> <li>Allow the system message to depend on the model in use by <a href="https://github.com/omatheusmesmo"><code>@omatheusmesmo</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2563">quarkiverse/quarkus-langchain4j#2563</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/quarkiverse/quarkus-langchain4j/compare/1.11.0.CR2...1.11.0">https://github.com/quarkiverse/quarkus-langchain4j/compare/1.11.0.CR2...1.11.0</a></p> <h2>1.11.0.CR2</h2> <h2>What's Changed</h2> <ul> <li>Chatscopes CDI lifecycle events and route exception handling by <a href="https://github.com/patriot1burke"><code>@patriot1burke</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2515">quarkiverse/quarkus-langchain4j#2515</a></li> <li>Add audio transcription support to the Azure OpenAI extension by <a href="https://github.com/omatheusmesmo"><code>@omatheusmesmo</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2516">quarkiverse/quarkus-langchain4j#2516</a></li> <li>refactor: align max sequential tool invocations naming with upstream API maxToolCallingRoundTrips by <a href="https://github.com/JeffersonSantos29"><code>@JeffersonSantos29</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2509">quarkiverse/quarkus-langchain4j#2509</a></li> <li>fix docs and imports by <a href="https://github.com/patriot1burke"><code>@patriot1burke</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2517">quarkiverse/quarkus-langchain4j#2517</a></li> <li>docs(security): fix moved Quarkus Credentials Provider guide link by <a href="https://github.com/rolfedh"><code>@rolfedh</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2519">quarkiverse/quarkus-langchain4j#2519</a></li> <li>Skip flaky WebSocketsNextTest on the push build with ci=true by <a href="https://github.com/omatheusmesmo"><code>@omatheusmesmo</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2520">quarkiverse/quarkus-langchain4j#2520</a></li> <li>Fix minor doc issues by <a href="https://github.com/geoand"><code>@geoand</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2522">quarkiverse/quarkus-langchain4j#2522</a></li> <li>Bump to Quarkus 3.33.2 by <a href="https://github.com/mcruzdev"><code>@mcruzdev</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2523">quarkiverse/quarkus-langchain4j#2523</a></li> <li>Improve observability documentation for Quarkus Langfuse integration. by <a href="https://github.com/edeandrea"><code>@edeandrea</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2524">quarkiverse/quarkus-langchain4j#2524</a></li> <li>Remove <code>style</code> field and related logic from <code>QuarkusOpenAiImageModel</code>. by <a href="https://github.com/edeandrea"><code>@edeandrea</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2530">quarkiverse/quarkus-langchain4j#2530</a></li> <li>Fix agentic module in native mode by <a href="https://github.com/geoand"><code>@geoand</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2535">quarkiverse/quarkus-langchain4j#2535</a></li> <li>build(deps): bump io.quarkiverse.mcp:quarkus-mcp-server-sse from 1.12.1 to 1.13.0 in /samples by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2536">quarkiverse/quarkus-langchain4j#2536</a></li> <li>build(deps): bump io.quarkiverse.mcp:quarkus-mcp-server-http from 1.12.0 to 1.13.0 in /samples by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2537">quarkiverse/quarkus-langchain4j#2537</a></li> <li>Fix native mode substitution for AiServices.builder() to use context lookup by <a href="https://github.com/JiriOndrusek"><code>@JiriOndrusek</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2539">quarkiverse/quarkus-langchain4j#2539</a></li> <li>Support IMMEDIATE_IF_LAST and IMMEDIATE returntype not Result by <a href="https://github.com/patriot1burke"><code>@patriot1burke</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2529">quarkiverse/quarkus-langchain4j#2529</a></li> <li>Expose LangChain4j Tool Search in <code>@RegisterAiService</code> by <a href="https://github.com/omatheusmesmo"><code>@omatheusmesmo</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2543">quarkiverse/quarkus-langchain4j#2543</a></li> <li>Fix deserialization issue with Quarkus from <code>main</code> by <a href="https://github.com/geoand"><code>@geoand</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2551">quarkiverse/quarkus-langchain4j#2551</a></li> <li>Bump to LangChain4j 1.16.1 + implement tools inheritance by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2552">quarkiverse/quarkus-langchain4j#2552</a></li> <li>Migrate OpenAI image model from dall-e to gpt-image API by <a href="https://github.com/edeandrea"><code>@edeandrea</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2541">quarkiverse/quarkus-langchain4j#2541</a></li> <li>fix(mistral): guard null delta content in streaming responses by <a href="https://github.com/HakimMohammed"><code>@HakimMohammed</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2553">quarkiverse/quarkus-langchain4j#2553</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/JeffersonSantos29"><code>@JeffersonSantos29</code></a> made their first contribution in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2509">quarkiverse/quarkus-langchain4j#2509</a></li> <li><a href="https://github.com/JiriOndrusek"><code>@JiriOndrusek</code></a> made their first contribution in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2539">quarkiverse/quarkus-langchain4j#2539</a></li> <li><a href="https://github.com/HakimMohammed"><code>@HakimMohammed</code></a> made their first contribution in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2553">quarkiverse/quarkus-langchain4j#2553</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/quarkiverse/quarkus-langchain4j/compare/1.11.0.CR1...1.11.0.CR2">https://github.com/quarkiverse/quarkus-langchain4j/compare/1.11.0.CR1...1.11.0.CR2</a></p> <h2>1.11.0.CR1</h2> <h2>What's Changed</h2> <ul> <li>Add documentation for the langchain4j agentic extension by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2450">quarkiverse/quarkus-langchain4j#2450</a></li> <li>Improve observability metadata by <a href="https://github.com/geoand"><code>@geoand</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2455">quarkiverse/quarkus-langchain4j#2455</a></li> <li>Allow using <code>ChatRequestParameters</code> as an AiService parameter by <a href="https://github.com/geoand"><code>@geoand</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2456">quarkiverse/quarkus-langchain4j#2456</a></li> <li>Add named embedding stores support for Weaviate by <a href="https://github.com/omatheusmesmo"><code>@omatheusmesmo</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/2440">quarkiverse/quarkus-langchain4j#2440</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/b508ed4f905b68876125401229fd3a77f49de382"><code>b508ed4</code></a> [maven-release-plugin] prepare release 1.11.0</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/bf1d5b8c9ebb7e1b06bcdb3812c0f491d6bc58bb"><code>bf1d5b8</code></a> Update the latest release version 1.11.0 in documentation</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/26e819341e1bfbeb8ce9a79c409a32254cf8b396"><code>26e8193</code></a> Update README to 1.11.0</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/8b31789454190e36a0ef298eb12c627cf6ea45a7"><code>8b31789</code></a> Update dependencies in samples</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/1a93a155a92316775850f7ee2e2f463e880925de"><code>1a93a15</code></a> Merge pull request <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/issues/2573">#2573</a> from quarkiverse/release-1.11.0</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/7658db0e9b74cfb5f277e57e75ca10baa3b7bbc1"><code>7658db0</code></a> Release 1.11.0</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/2baa2b1a846ac4969b964d7f1ef3a65834875cb0"><code>2baa2b1</code></a> Merge pull request <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/issues/2563">#2563</a> from omatheusmesmo/feat/model-aware-system-message</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/c3ca6997ffa1aa59b99502901ea7f704b2f26320"><code>c3ca699</code></a> Merge pull request <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/issues/2565">#2565</a> from HakimMohammed/fix/mistral-streaming-tool-call-i...</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/bc646cd56298ffa24b1e0ecb72f951fc5de0ffe0"><code>bc646cd</code></a> Merge pull request <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/issues/2570">#2570</a> from mariofusco/tool-events</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/f0aba276bbd759f32b2180b06b3b8f080fe085dc"><code>f0aba27</code></a> Fix propagation of tool events</li> <li>Additional commits viewable in <a href="https://github.com/quarkiverse/quarkus-langchain4j/compare/1.10.0...1.11.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
