Skip to content

Commit 93f80ec

Browse files
chore(deps): bump the go-minor-patch group in /go with 14 updates (kagent-dev#2339)
Bumps the go-minor-patch group in /go with 14 updates: | Package | From | To | | --- | --- | --- | | [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.58.0` | `1.61.0` | | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.30` | `1.32.31` | | [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.4.3` | `1.4.4` | | [github.com/openai/openai-go/v3](https://github.com/openai/openai-go) | `3.44.0` | `3.46.0` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.23.2` | `1.24.1` | | [google.golang.org/adk/v2](https://github.com/google/adk-go) | `2.0.0` | `2.1.0` | | [google.golang.org/genai](https://github.com/googleapis/go-genai) | `1.64.0` | `1.65.0` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.36.2` | `0.36.3` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.36.2` | `0.36.3` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.36.2` | `0.36.3` | | [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.42.1` | `1.43.0` | | [github.com/aws/aws-sdk-go-v2/service/bedrockruntime](https://github.com/aws/aws-sdk-go-v2) | `1.55.1` | `1.56.0` | | [github.com/ollama/ollama](https://github.com/ollama/ollama) | `0.32.1` | `0.32.4` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.36.2` | `0.36.3` | Updates `github.com/anthropics/anthropic-sdk-go` from 1.58.0 to 1.61.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/anthropics/anthropic-sdk-go/releases">github.com/anthropics/anthropic-sdk-go's releases</a>.</em></p> <blockquote> <h2>v1.61.0</h2> <h2>1.61.0 (2026-07-24)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-go/compare/v1.60.0...v1.61.0">v1.60.0...v1.61.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add claude-opus-5 model (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/bb7dc8379e9acf920d865c3a63eedfdbabf8f976">bb7dc83</a>)</li> <li><strong>api:</strong> add tool addition/removal blocks and tool_change events (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/bb7dc8379e9acf920d865c3a63eedfdbabf8f976">bb7dc83</a>)</li> <li><strong>api:</strong> expand client-side fallback credit token types and add server-side fallbacks default option (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/bb7dc8379e9acf920d865c3a63eedfdbabf8f976">bb7dc83</a>)</li> </ul> <h2>v1.60.0</h2> <h2>1.60.0 (2026-07-23)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-go/compare/v1.59.0...v1.60.0">v1.59.0...v1.60.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add new stop reason 'model_context_window_exceeded' (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/94caa5dd2c259b4fac101f4ee44632157669fa23">94caa5d</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>apijson:</strong> correct unmarshaling for param types (<a href="https://redirect.github.com/anthropics/anthropic-sdk-go/issues/73">#73</a>) (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/661be2e4d0e956585ca0d5474675d55dfc6a079a">661be2e</a>)</li> <li><strong>client:</strong> escape HTML in RawJSON overrides of nested properties (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/3b163e2c1453b127801abe67745d6109c6ee0b2c">3b163e2</a>)</li> <li>refer to the CLI as <code>ant</code> in auth error messages (<a href="https://redirect.github.com/anthropics/anthropic-sdk-go/issues/194">#194</a>) (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/d6508c729ea131600b758bd140a49548c6d30946">d6508c7</a>)</li> </ul> <h2>v1.59.0</h2> <h2>1.59.0 (2026-07-22)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-go/compare/v1.58.1...v1.59.0">v1.58.1...v1.59.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add support for Managed Agents model effort, initial session events, and threads delta streaming (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/abca19a766bd7dadcd3cdb12a97d62c4861b29dd">abca19a</a>)</li> </ul> <h2>v1.58.1</h2> <h2>1.58.1 (2026-07-21)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-go/compare/v1.58.0...v1.58.1">v1.58.0...v1.58.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>client:</strong> copy all citation fields in ToParam conversions (<a href="https://redirect.github.com/anthropics/anthropic-sdk-go/issues/191">#191</a>) (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/26ac1f9c150b980b5df4c0b3c826ecde38f2affe">26ac1f9</a>)</li> <li><strong>vertex:</strong> default to the cloud-platform scope in WithGoogleAuth (<a href="https://redirect.github.com/anthropics/anthropic-sdk-go/issues/190">#190</a>) (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/7931e705abad1f245d7362cbc17ef281647b0bb9">7931e70</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>api:</strong> add support for new refusal category (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/f77159cf64b7965f6c6be42ae2d25fb690c134c2">f77159c</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/anthropics/anthropic-sdk-go/blob/main/CHANGELOG.md">github.com/anthropics/anthropic-sdk-go's changelog</a>.</em></p> <blockquote> <h2>1.61.0 (2026-07-24)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-go/compare/v1.60.0...v1.61.0">v1.60.0...v1.61.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add claude-opus-5 model (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/bb7dc8379e9acf920d865c3a63eedfdbabf8f976">bb7dc83</a>)</li> <li><strong>api:</strong> add tool addition/removal blocks and tool_change events (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/bb7dc8379e9acf920d865c3a63eedfdbabf8f976">bb7dc83</a>)</li> <li><strong>api:</strong> expand client-side fallback credit token types and add server-side fallbacks default option (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/bb7dc8379e9acf920d865c3a63eedfdbabf8f976">bb7dc83</a>)</li> </ul> <h2>1.60.0 (2026-07-23)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-go/compare/v1.59.0...v1.60.0">v1.59.0...v1.60.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add new stop reason 'model_context_window_exceeded' (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/94caa5dd2c259b4fac101f4ee44632157669fa23">94caa5d</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>apijson:</strong> correct unmarshaling for param types (<a href="https://redirect.github.com/anthropics/anthropic-sdk-go/issues/73">#73</a>) (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/661be2e4d0e956585ca0d5474675d55dfc6a079a">661be2e</a>)</li> <li><strong>client:</strong> escape HTML in RawJSON overrides of nested properties (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/3b163e2c1453b127801abe67745d6109c6ee0b2c">3b163e2</a>)</li> <li>refer to the CLI as <code>ant</code> in auth error messages (<a href="https://redirect.github.com/anthropics/anthropic-sdk-go/issues/194">#194</a>) (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/d6508c729ea131600b758bd140a49548c6d30946">d6508c7</a>)</li> </ul> <h2>1.59.0 (2026-07-22)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-go/compare/v1.58.1...v1.59.0">v1.58.1...v1.59.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add support for Managed Agents model effort, initial session events, and threads delta streaming (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/abca19a766bd7dadcd3cdb12a97d62c4861b29dd">abca19a</a>)</li> </ul> <h2>1.58.1 (2026-07-21)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-go/compare/v1.58.0...v1.58.1">v1.58.0...v1.58.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>client:</strong> copy all citation fields in ToParam conversions (<a href="https://redirect.github.com/anthropics/anthropic-sdk-go/issues/191">#191</a>) (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/26ac1f9c150b980b5df4c0b3c826ecde38f2affe">26ac1f9</a>)</li> <li><strong>vertex:</strong> default to the cloud-platform scope in WithGoogleAuth (<a href="https://redirect.github.com/anthropics/anthropic-sdk-go/issues/190">#190</a>) (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/7931e705abad1f245d7362cbc17ef281647b0bb9">7931e70</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>api:</strong> add support for new refusal category (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/f77159cf64b7965f6c6be42ae2d25fb690c134c2">f77159c</a>)</li> <li><strong>docs:</strong> small updates (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/576dc36ce84f1a842a728fcb11636342407b3f63">576dc36</a>)</li> <li><strong>docs:</strong> small updates (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/f6180825ac983aebfb0d0e09e3784145698d4cdc">f618082</a>)</li> <li><strong>internal:</strong> codegen related update (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/03fee5d99295612792d12d60e5fca0a798e723d5">03fee5d</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/anthropics/anthropic-sdk-go/commit/0303a8539676836e0cb351f3489fc2d347bbacde"><code>0303a85</code></a> release: 1.61.0</li> <li><a href="https://github.com/anthropics/anthropic-sdk-go/commit/c59176b74687347327061c28f07a4d9292ebb6c7"><code>c59176b</code></a> feat(api): add claude-opus-5 model</li> <li><a href="https://github.com/anthropics/anthropic-sdk-go/commit/b43f0d7a327fe3e30c302d773162669ab3bb4d26"><code>b43f0d7</code></a> release: 1.60.0</li> <li><a href="https://github.com/anthropics/anthropic-sdk-go/commit/cae5e28722cf3e5f085711624896813115775bee"><code>cae5e28</code></a> feat(api): add new stop reason 'model_context_window_exceeded'</li> <li><a href="https://github.com/anthropics/anthropic-sdk-go/commit/8f019938cd27eb4240503698ab664a9060553d28"><code>8f01993</code></a> fix(client): escape HTML in RawJSON overrides of nested properties</li> <li><a href="https://github.com/anthropics/anthropic-sdk-go/commit/f963063d67eac8b9de4542e5943a450995dd3e6a"><code>f963063</code></a> fix(apijson): correct unmarshaling for param types (<a href="https://redirect.github.com/anthropics/anthropic-sdk-go/issues/73">#73</a>)</li> <li><a href="https://github.com/anthropics/anthropic-sdk-go/commit/d69fb610d1e2c314fa7431d7d5ba05ef9e58e012"><code>d69fb61</code></a> fix: refer to the CLI as <code>ant</code> in auth error messages (<a href="https://redirect.github.com/anthropics/anthropic-sdk-go/issues/194">#194</a>)</li> <li><a href="https://github.com/anthropics/anthropic-sdk-go/commit/160315a2aee2a38b1ce0e471a8775e4dfdc79c5f"><code>160315a</code></a> release: 1.59.0</li> <li><a href="https://github.com/anthropics/anthropic-sdk-go/commit/832a54d4a733ee4d162b0f0ee6372286113cffd2"><code>832a54d</code></a> feat(api): add support for Managed Agents model effort, initial session event...</li> <li><a href="https://github.com/anthropics/anthropic-sdk-go/commit/777d4a83a9f1cc6117a364cedf0d5dcc1cc95ae6"><code>777d4a8</code></a> release: 1.58.1</li> <li>Additional commits viewable in <a href="https://github.com/anthropics/anthropic-sdk-go/compare/v1.58.0...v1.61.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.30 to 1.32.31 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/4fef3455fe2dcb5ea3de4e9fbacf889b84c8a255"><code>4fef345</code></a> Release 2026-07-21</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/62754193b1dfd903e741ad656a3e43cda43e3d6c"><code>6275419</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f8598305ac9db1544afae331c09df396ee2f7b3e"><code>f859830</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/278591d8fcdcb1f3ec22c3562dcd648b169f4a31"><code>278591d</code></a> Add an option to clients to disable clock skew (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3483">#3483</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d132ac727d15f1c7ff251e0b6739c0e9362ae322"><code>d132ac7</code></a> Fix Clock Skew according to internal specification (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3472">#3472</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/03519c98d97b40b31ab42755e4bc6d26e39af5d6"><code>03519c9</code></a> Release 2026-07-20</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/dda3efb63a49f64351f314aa8b6266dee9efbfc2"><code>dda3efb</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/348cec09e4e0e856665f55f5e548135388a4ef25"><code>348cec0</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f4fd2723ed647078bced4bdf4b83e6a61c379546"><code>f4fd272</code></a> Release 2026-07-17</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/8e4cbc854bca2c82b351089583123964fb4f392a"><code>8e4cbc8</code></a> Regenerated Clients</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/config/v1.32.30...config/v1.32.31">compare view</a></li> </ul> </details> <br /> Updates `github.com/go-logr/logr` from 1.4.3 to 1.4.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-logr/logr/releases">github.com/go-logr/logr's releases</a>.</em></p> <blockquote> <h2>v1.4.4</h2> <h2>What's Changed</h2> <ul> <li>drop +build tags by <a href="https://github.com/pohly"><code>@​pohly</code></a> in <a href="https://redirect.github.com/go-logr/logr/pull/401">go-logr/logr#401</a></li> <li>CI: avoid floating dependencies, fix issues by <a href="https://github.com/pohly"><code>@​pohly</code></a> in <a href="https://redirect.github.com/go-logr/logr/pull/432">go-logr/logr#432</a></li> <li>Bump to Go 1.26 by <a href="https://github.com/thockin"><code>@​thockin</code></a> in <a href="https://redirect.github.com/go-logr/logr/pull/445">go-logr/logr#445</a></li> <li>funcr: bound slog.Group nesting depth to prevent stack overflow by <a href="https://github.com/martinholovsky"><code>@​martinholovsky</code></a> in <a href="https://redirect.github.com/go-logr/logr/pull/447">go-logr/logr#447</a></li> <li>funcr: Handle and test recursive values by <a href="https://github.com/thockin"><code>@​thockin</code></a> in <a href="https://redirect.github.com/go-logr/logr/pull/446">go-logr/logr#446</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/martinholovsky"><code>@​martinholovsky</code></a> made their first contribution in <a href="https://redirect.github.com/go-logr/logr/pull/447">go-logr/logr#447</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-logr/logr/compare/v1.4.3...v1.4.4">https://github.com/go-logr/logr/compare/v1.4.3...v1.4.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-logr/logr/commit/96a9abaa56526dd5d51745e817732a2d61505fb7"><code>96a9aba</code></a> Fix lint</li> <li><a href="https://github.com/go-logr/logr/commit/51c6302c84c330fe468d33befc400518375bd7a4"><code>51c6302</code></a> Better implementation of pointer recursion checking</li> <li><a href="https://github.com/go-logr/logr/commit/c667114b2dd88756ec9838249881a01d0a9ef2ce"><code>c667114</code></a> funcr: Handle and test recursive values</li> <li><a href="https://github.com/go-logr/logr/commit/f7ffadbe6e9705edac44a04ac2fa1400db859541"><code>f7ffadb</code></a> Add benchmark for pointer args</li> <li><a href="https://github.com/go-logr/logr/commit/e2a3c8ea25cb9d027d0e6c1bc46fc98bd1a55eb3"><code>e2a3c8e</code></a> funcr: bound slog.Group nesting depth to prevent stack overflow</li> <li><a href="https://github.com/go-logr/logr/commit/2886d2b7414773e7ab62c9b7626746a076625fe9"><code>2886d2b</code></a> build(deps): bump actions/setup-go from 6.5.0 to 7.0.0</li> <li><a href="https://github.com/go-logr/logr/commit/0b40896cc3279d7fe7f2a9844fd8a2f746850c2b"><code>0b40896</code></a> build(deps): bump github/codeql-action/upload-sarif</li> <li><a href="https://github.com/go-logr/logr/commit/77f671b7a38dedc6b84f4f6e80685f4732e26806"><code>77f671b</code></a> Bump to Go 1.26</li> <li><a href="https://github.com/go-logr/logr/commit/cce283faa74f61526bff68c33fee3c36d487ccec"><code>cce283f</code></a> build(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.0</li> <li><a href="https://github.com/go-logr/logr/commit/3832a1142fc059a4ff984158f30ce102132f1c61"><code>3832a11</code></a> build(deps): bump github/codeql-action/upload-sarif</li> <li>Additional commits viewable in <a href="https://github.com/go-logr/logr/compare/v1.4.3...v1.4.4">compare view</a></li> </ul> </details> <br /> Updates `github.com/openai/openai-go/v3` from 3.44.0 to 3.46.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openai/openai-go/releases">github.com/openai/openai-go/v3's releases</a>.</em></p> <blockquote> <h2>v3.46.0</h2> <h2>3.46.0 (2026-07-23)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-go/compare/v3.45.0...v3.46.0">v3.45.0...v3.46.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add support for <code>spend_limit</code> admin apis (<a href="https://github.com/openai/openai-go/commit/8de8d9b41f2ad94562b42643a06c85a6c7e3a8f4">8de8d9b</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> safely format project spend limit paths (<a href="https://github.com/openai/openai-go/commit/ac981e4c1feb83e1be1e7e26055819ccc3eda820">ac981e4</a>)</li> </ul> <h2>v3.45.0</h2> <h2>3.45.0 (2026-07-22)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-go/compare/v3.44.0...v3.45.0">v3.44.0...v3.45.0</a></p> <h3>Go version requirement</h3> <p>openai-go v3.45.0 requires Go 1.25 or newer. This release upgrades <code>golang.org/x/net</code> to v0.57.0 to address security findings and aligns the SDK with supported Go toolchains. v3.44.0 is the final release that builds with Go 1.22–1.24; older SDK releases do not receive guaranteed security backports. No exported SDK API or <code>/v3</code> import path changes are included.</p> <h3>Features</h3> <ul> <li><strong>api:</strong> accept <code>None</code> for prompt_cache_key/safety_identifier (<a href="https://github.com/openai/openai-go/commit/711460ea11963cd250be5e420269b25488b02ef9">711460e</a>)</li> <li><strong>stlc:</strong> configurable CI runner and private-production-repo support in workflow templates (<a href="https://github.com/openai/openai-go/commit/6669f5011fc02c2160024d26ab6f9240560a778d">6669f50</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/openai/openai-go/blob/main/CHANGELOG.md">github.com/openai/openai-go/v3's changelog</a>.</em></p> <blockquote> <h2>3.46.0 (2026-07-23)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-go/compare/v3.45.0...v3.46.0">v3.45.0...v3.46.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add support for <code>spend_limit</code> admin apis (<a href="https://github.com/openai/openai-go/commit/8de8d9b41f2ad94562b42643a06c85a6c7e3a8f4">8de8d9b</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> safely format project spend limit paths (<a href="https://github.com/openai/openai-go/commit/ac981e4c1feb83e1be1e7e26055819ccc3eda820">ac981e4</a>)</li> </ul> <h2>3.45.0 (2026-07-22)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-go/compare/v3.44.0...v3.45.0">v3.44.0...v3.45.0</a></p> <h3>Go version requirement</h3> <p>openai-go v3.45.0 requires Go 1.25 or newer. This release upgrades <code>golang.org/x/net</code> to v0.57.0 to address security findings and aligns the SDK with supported Go toolchains. v3.44.0 is the final release that builds with Go 1.22–1.24; older SDK releases do not receive guaranteed security backports. No exported SDK API or <code>/v3</code> import path changes are included.</p> <h3>Features</h3> <ul> <li><strong>api:</strong> accept <code>None</code> for prompt_cache_key/safety_identifier (<a href="https://github.com/openai/openai-go/commit/711460ea11963cd250be5e420269b25488b02ef9">711460e</a>)</li> <li><strong>stlc:</strong> configurable CI runner and private-production-repo support in workflow templates (<a href="https://github.com/openai/openai-go/commit/6669f5011fc02c2160024d26ab6f9240560a778d">6669f50</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-go/commit/34fbc54b73f6ee79ef68377874c0d4be7eb9d0fb"><code>34fbc54</code></a> release: 3.46.0</li> <li><a href="https://github.com/openai/openai-go/commit/a23c976696031c29954602f807b44635623ef70e"><code>a23c976</code></a> fix(api): safely format project spend limit paths</li> <li><a href="https://github.com/openai/openai-go/commit/c0458ab9a784c7f5d5b34082d141ced589d12bfc"><code>c0458ab</code></a> feat(api): add support for <code>spend_limit</code> admin apis</li> <li><a href="https://github.com/openai/openai-go/commit/d229dc05351dfa6cb5fd6aa9c8ec670ce2666cae"><code>d229dc0</code></a> release: 3.45.0 (<a href="https://redirect.github.com/openai/openai-go/issues/707">#707</a>)</li> <li><a href="https://github.com/openai/openai-go/commit/eeb183f4ce42e60f1824f528738ad6ea99052319"><code>eeb183f</code></a> ci: create Go workspace before setup-go (<a href="https://redirect.github.com/openai/openai-go/issues/725">#725</a>)</li> <li><a href="https://github.com/openai/openai-go/commit/452d851fd4613429d09ded721bd074c180f91149"><code>452d851</code></a> ci: simplify monthly Codex Go version review (<a href="https://redirect.github.com/openai/openai-go/issues/724">#724</a>)</li> <li><a href="https://github.com/openai/openai-go/commit/758334836d215065a286d7a8b175f3045365667b"><code>7583348</code></a> ci: set Codex target home through sudo (<a href="https://redirect.github.com/openai/openai-go/issues/723">#723</a>)</li> <li><a href="https://github.com/openai/openai-go/commit/c31fc6b041c4483357b2f42618830306be964f57"><code>c31fc6b</code></a> [codex] Add AWS Bedrock credential authentication (<a href="https://redirect.github.com/openai/openai-go/issues/687">#687</a>)</li> <li><a href="https://github.com/openai/openai-go/commit/e113b0c4d7aedeec32b8c704107c570ae28f427a"><code>e113b0c</code></a> build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity in / (<a href="https://redirect.github.com/openai/openai-go/issues/714">#714</a>)</li> <li><a href="https://github.com/openai/openai-go/commit/991d9a205c6e090d8f2ebbc8de688747c0dc6f59"><code>991d9a2</code></a> build(deps): bump github.com/invopop/jsonschema in /examples (<a href="https://redirect.github.com/openai/openai-go/issues/717">#717</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openai/openai-go/compare/v3.44.0...v3.46.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/prometheus/client_golang` from 1.23.2 to 1.24.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/releases">github.com/prometheus/client_golang's releases</a>.</em></p> <blockquote> <h2>v1.24.1 / 2026-07-23</h2> <p>Small bugfix release for promhttp.</p> <h2>What's Changed</h2> <p>[BUGFIX] promhttp: Fix panic on requests with nil URL. <a href="https://redirect.github.com/prometheus/client_golang/issues/2065">#2065</a></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/client_golang/compare/v1.24.0...v1.24.1">https://github.com/prometheus/client_golang/compare/v1.24.0...v1.24.1</a></p> <h2>v1.24.0 - 2026-07-20</h2> <h3>Changes</h3> <ul> <li>[CHANGE] Minimum required Go version is now 1.25, only the two latest Go versions (1.25 and 1.26) are supported from now on. <a href="https://redirect.github.com/prometheus/client_golang/issues/1862">#1862</a></li> <li>[CHANGE] prometheus: Name validation now always uses the UTF-8 scheme instead of the deprecated <code>model.NameValidationScheme</code> global. Default behavior is unchanged; code that set <code>NameValidationScheme = LegacyValidation</code> no longer gets legacy enforcement at metric, label, and push-grouping construction. <a href="https://redirect.github.com/prometheus/client_golang/issues/2051">#2051</a></li> <li>[CHANGE] api/prometheus/v1: Support matchers (<code>matches[]</code> parameter) in <code>Rules</code> method (<code>Rules(ctx context.Context, matches []string) (RulesResult, error)</code>). <a href="https://redirect.github.com/prometheus/client_golang/issues/1843">#1843</a></li> <li>[CHANGE] api/prometheus/v1: Refactor <code>LabelNames</code> method to return <code>model.LabelNames</code> instead of <code>[]string</code> for consistency across the API. <a href="https://redirect.github.com/prometheus/client_golang/issues/1850">#1850</a></li> <li>[CHANGE] exp/api/remote: Simplify <code>Store</code> interface, rename <code>Handler</code> to <code>WriteHandler</code>, and encapsulate write response handling. <a href="https://redirect.github.com/prometheus/client_golang/issues/1855">#1855</a></li> <li>[FEATURE] prometheus: Add new Go 1.26 runtime metrics (<code>/sched/goroutines-created:goroutines</code>, <code>/sched/goroutines/not-in-go:goroutines</code>, <code>/sched/goroutines/runnable:goroutines</code>, <code>/sched/goroutines/running:goroutines</code>, <code>/sched/goroutines/waiting:goroutines</code>, <code>/sched/threads/total:threads</code>). <a href="https://redirect.github.com/prometheus/client_golang/issues/1942">#1942</a></li> <li>[FEATURE] prometheus: Add <code>WithUnit(unit string)</code> option and explicit OpenMetrics unit support in <code>CounterOpts</code>, <code>GaugeOpts</code>, <code>SummaryOpts</code>, and <code>HistogramOpts</code>. <a href="https://redirect.github.com/prometheus/client_golang/issues/1392">#1392</a></li> <li>[FEATURE] prometheus: Expose descriptor construction error through public <code>Err()</code> method on <code>Desc</code>. <a href="https://redirect.github.com/prometheus/client_golang/issues/1902">#1902</a></li> <li>[FEATURE] promhttp: Add opt-in <code>HandlerOpts.CoalesceGather</code> to deduplicate concurrent <code>Gather</code> calls so overlapping scrapes share one collection cycle, preventing goroutine pile-up when the scrape rate outpaces collection time. <a href="https://redirect.github.com/prometheus/client_golang/issues/1969">#1969</a></li> <li>[FEATURE] promhttp: HTTP handlers created by <code>promhttp</code> package now support metrics filtering by providing one or more <code>name[]</code> query parameters. The default behavior when none are provided remains the same, returning all metrics. <a href="https://redirect.github.com/prometheus/client_golang/issues/1925">#1925</a></li> <li>[FEATURE] api/prometheus/v1: Add query formatting endpoint support (<code>/format_query</code>) and <code>FormatQuery(ctx context.Context, query string) (string, error)</code> method. <a href="https://redirect.github.com/prometheus/client_golang/issues/1846">#1846</a>, <a href="https://redirect.github.com/prometheus/client_golang/issues/1856">#1856</a></li> <li>[FEATURE] api/prometheus/v1: Add support for <code>/status/tsdb/blocks</code> endpoint via <code>TSDBBlocks(ctx context.Context) ([]TSDBBlock, error)</code> method. <a href="https://redirect.github.com/prometheus/client_golang/issues/1896">#1896</a></li> <li>[FEATURE] exp/api/remote: Export <code>BackoffConfig</code> to allow customization when using <code>WithAPIBackoff</code>. <a href="https://redirect.github.com/prometheus/client_golang/issues/1895">#1895</a></li> <li>[FEATURE] exp/api/remote: Add <code>RetryCallBack</code> to allow custom logging or handling on retry attempts in the remote write client. <a href="https://redirect.github.com/prometheus/client_golang/issues/1888">#1888</a>, <a href="https://redirect.github.com/prometheus/client_golang/issues/1890">#1890</a></li> <li>[ENHANCEMENT] prometheus/collectors/version: Allow specifying custom labels when registering the version collector. <a href="https://redirect.github.com/prometheus/client_golang/issues/1860">#1860</a></li> <li>[ENHANCEMENT] api: Use cloned <code>http.DefaultTransport</code> when constructing default HTTP clients to prevent accidental mutations of shared global transport state. <a href="https://redirect.github.com/prometheus/client_golang/issues/1885">#1885</a></li> <li>[BUGFIX] prometheus: Recover from collector panics during <code>Gather()</code> and return an error instead of crashing the process. <a href="https://redirect.github.com/prometheus/client_golang/issues/1961">#1961</a></li> <li>[BUGFIX] prometheus: Fix <code>cpu-seconds</code> unit suffix handling for metric <code>go_cpu_classes_gc_mark_assist_cpu_seconds</code>. <a href="https://redirect.github.com/prometheus/client_golang/issues/1991">#1991</a></li> <li>[BUGFIX] promhttp: <code>InstrumentHandlerDuration</code> and <code>InstrumentHandlerCounter</code> no longer panic when given an observer/counter that does not implement <code>ExemplarObserver</code>/<code>ExemplarAdder</code> (e.g. a <code>SummaryVec</code>). The exemplar is dropped and the value is recorded via the plain <code>Observe</code>/<code>Add</code> path, matching the safe-cast already used by <code>Timer.ObserveDurationWithExemplar</code>. <a href="https://redirect.github.com/prometheus/client_golang/issues/2005">#2005</a></li> <li>[BUGFIX] api/prometheus/v1: Fall back to <code>GET</code> requests when <code>POST</code> requests return <code>403 Forbidden</code> or method not allowed. <a href="https://redirect.github.com/prometheus/client_golang/issues/2030">#2030</a></li> <li>[BUGFIX] api: Respect context cancellation inside <code>httpClient.Do</code>. <a href="https://redirect.github.com/prometheus/client_golang/issues/1971">#1971</a></li> <li>[BUGFIX] exp/api/remote: Fix compression buffer pooling where compressed buffers were released prematurely, causing corrupted remote-write payloads. <a href="https://redirect.github.com/prometheus/client_golang/issues/1889">#1889</a></li> <li>[BUGFIX] exp/api/remote: Reject malformed snappy payloads declaring huge decoded sizes. Enforce a 32MB decoded-size limit to prevent OOM from oversized remote-write requests. <a href="https://redirect.github.com/prometheus/client_golang/issues/1917">#1917</a></li> <li>[BUGFIX] exp/api/remote: Ensure remote write v2 headers cannot be returned on v1 requests. <a href="https://redirect.github.com/prometheus/client_golang/issues/1927">#1927</a></li> </ul> <!-- raw HTML omitted --> <ul> <li>build(deps): bump github.com/prometheus/procfs from 0.16.1 to 0.17.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/prometheus/client_golang/pull/1839">prometheus/client_golang#1839</a></li> <li>build(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/prometheus/client_golang/pull/1838">prometheus/client_golang#1838</a></li> <li>prometheus/collectors: use godoc link for runtime/metrics supported metrics by <a href="https://github.com/xieyuschen"><code>@​xieyuschen</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1844">prometheus/client_golang#1844</a></li> <li>Fix doc typo by <a href="https://github.com/torrca"><code>@​torrca</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1849">prometheus/client_golang#1849</a></li> <li>Merge release-1.23 into main by <a href="https://github.com/vesari"><code>@​vesari</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1851">prometheus/client_golang#1851</a></li> <li>build(deps): bump github/codeql-action from 3.29.2 to 3.29.5 in the github-actions group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/prometheus/client_golang/pull/1852">prometheus/client_golang#1852</a></li> <li>Refactor LabelNames to return model.LabelNames type for consistency by <a href="https://github.com/yshngg"><code>@​yshngg</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1850">prometheus/client_golang#1850</a></li> <li>remote: simplified Store interface; renamed Handler to WriteHandler by <a href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1855">prometheus/client_golang#1855</a></li> <li>feat(api/prometheus): add format_query endpoint for query formatting by <a href="https://github.com/yshngg"><code>@​yshngg</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1846">prometheus/client_golang#1846</a></li> <li>feat(api): add FormatQuery method to Prometheus v1 API by <a href="https://github.com/yshngg"><code>@​yshngg</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1856">prometheus/client_golang#1856</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/blob/v1.24.1/CHANGELOG.md">github.com/prometheus/client_golang's changelog</a>.</em></p> <blockquote> <h2>1.24.1 / 2026-07-23</h2> <ul> <li>[BUGFIX] promhttp: Fix panic on requests with nil URL. <a href="https://redirect.github.com/prometheus/client_golang/issues/2065">#2065</a></li> </ul> <h2>1.24.0 / 2026-07-20</h2> <ul> <li>[CHANGE] Minimum required Go version is now 1.25, only the two latest Go versions (1.25 and 1.26) are supported from now on. <a href="https://redirect.github.com/prometheus/client_golang/issues/1862">#1862</a></li> <li>[CHANGE] prometheus: Name validation now always uses the UTF-8 scheme instead of the deprecated <code>model.NameValidationScheme</code> global. Default behavior is unchanged; code that set <code>NameValidationScheme = LegacyValidation</code> no longer gets legacy enforcement at metric, label, and push-grouping construction. <a href="https://redirect.github.com/prometheus/client_golang/issues/2051">#2051</a></li> <li>[CHANGE] api/prometheus/v1: Support matchers (<code>matches[]</code> parameter) in <code>Rules</code> method (<code>Rules(ctx context.Context, matches []string) (RulesResult, error)</code>). <a href="https://redirect.github.com/prometheus/client_golang/issues/1843">#1843</a></li> <li>[CHANGE] api/prometheus/v1: Refactor <code>LabelNames</code> method to return <code>model.LabelNames</code> instead of <code>[]string</code> for consistency across the API. <a href="https://redirect.github.com/prometheus/client_golang/issues/1850">#1850</a></li> <li>[CHANGE] exp/api/remote: Simplify <code>Store</code> interface, rename <code>Handler</code> to <code>WriteHandler</code>, and encapsulate write response handling. <a href="https://redirect.github.com/prometheus/client_golang/issues/1855">#1855</a></li> <li>[FEATURE] prometheus: Add new Go 1.26 runtime metrics (<code>/sched/goroutines-created:goroutines</code>, <code>/sched/goroutines/not-in-go:goroutines</code>, <code>/sched/goroutines/runnable:goroutines</code>, <code>/sched/goroutines/running:goroutines</code>, <code>/sched/goroutines/waiting:goroutines</code>, <code>/sched/threads/total:threads</code>). <a href="https://redirect.github.com/prometheus/client_golang/issues/1942">#1942</a></li> <li>[FEATURE] prometheus: Add <code>WithUnit(unit string)</code> option and explicit OpenMetrics unit support in <code>CounterOpts</code>, <code>GaugeOpts</code>, <code>SummaryOpts</code>, and <code>HistogramOpts</code>. <a href="https://redirect.github.com/prometheus/client_golang/issues/1392">#1392</a></li> <li>[FEATURE] prometheus: Expose descriptor construction error through public <code>Err()</code> method on <code>Desc</code>. <a href="https://redirect.github.com/prometheus/client_golang/issues/1902">#1902</a></li> <li>[FEATURE] promhttp: Add opt-in <code>HandlerOpts.CoalesceGather</code> to deduplicate concurrent <code>Gather</code> calls so overlapping scrapes share one collection cycle, preventing goroutine pile-up when the scrape rate outpaces collection time. <a href="https://redirect.github.com/prometheus/client_golang/issues/1969">#1969</a></li> <li>[FEATURE] promhttp: HTTP handlers created by <code>promhttp</code> package now support metrics filtering by providing one or more <code>name[]</code> query parameters. The default behavior when none are provided remains the same, returning all metrics. <a href="https://redirect.github.com/prometheus/client_golang/issues/1925">#1925</a></li> <li>[FEATURE] api/prometheus/v1: Add query formatting endpoint support (<code>/format_query</code>) and <code>FormatQuery(ctx context.Context, query string) (string, error)</code> method. <a href="https://redirect.github.com/prometheus/client_golang/issues/1846">#1846</a>, <a href="https://redirect.github.com/prometheus/client_golang/issues/1856">#1856</a></li> <li>[FEATURE] api/prometheus/v1: Add support for <code>/status/tsdb/blocks</code> endpoint via <code>TSDBBlocks(ctx context.Context) ([]TSDBBlock, error)</code> method. <a href="https://redirect.github.com/prometheus/client_golang/issues/1896">#1896</a></li> <li>[FEATURE] exp/api/remote: Export <code>BackoffConfig</code> to allow customization when using <code>WithAPIBackoff</code>. <a href="https://redirect.github.com/prometheus/client_golang/issues/1895">#1895</a></li> <li>[FEATURE] exp/api/remote: Add <code>RetryCallBack</code> to allow custom logging or handling on retry attempts in the remote write client. <a href="https://redirect.github.com/prometheus/client_golang/issues/1888">#1888</a>, <a href="https://redirect.github.com/prometheus/client_golang/issues/1890">#1890</a></li> <li>[ENHANCEMENT] prometheus/collectors/version: Allow specifying custom labels when registering the version collector. <a href="https://redirect.github.com/prometheus/client_golang/issues/1860">#1860</a></li> <li>[ENHANCEMENT] api: Use cloned <code>http.DefaultTransport</code> when constructing default HTTP clients to prevent accidental mutations of shared global transport state. <a href="https://redirect.github.com/prometheus/client_golang/issues/1885">#1885</a></li> <li>[BUGFIX] prometheus: Recover from collector panics during <code>Gather()</code> and return an error instead of crashing the process. <a href="https://redirect.github.com/prometheus/client_golang/issues/1961">#1961</a></li> <li>[BUGFIX] prometheus: Fix <code>cpu-seconds</code> unit suffix handling for metric <code>go_cpu_classes_gc_mark_assist_cpu_seconds</code>. <a href="https://redirect.github.com/prometheus/client_golang/issues/1991">#1991</a></li> <li>[BUGFIX] promhttp: <code>InstrumentHandlerDuration</code> and <code>InstrumentHandlerCounter</code> no longer panic when given an observer/counter that does not implement <code>ExemplarObserver</code>/<code>ExemplarAdder</code> (e.g. a <code>SummaryVec</code>). The exemplar is dropped and the value is recorded via the plain <code>Observe</code>/<code>Add</code> path, matching the safe-cast already used by <code>Timer.ObserveDurationWithExemplar</code>. <a href="https://redirect.github.com/prometheus/client_golang/issues/2005">#2005</a></li> <li>[BUGFIX] api/prometheus/v1: Fall back to <code>GET</code> requests when <code>POST</code> requests return <code>403 Forbidden</code> or method not allowed. <a href="https://redirect.github.com/prometheus/client_golang/issues/2030">#2030</a></li> <li>[BUGFIX] api: Respect context cancellation inside <code>httpClient.Do</code>. <a href="https://redirect.github.com/prometheus/client_golang/issues/1971">#1971</a></li> <li>[BUGFIX] exp/api/remote: Fix compression buffer pooling where compressed buffers were released prematurely, causing corrupted remote-write payloads. <a href="https://redirect.github.com/prometheus/client_golang/issues/1889">#1889</a></li> <li>[BUGFIX] exp/api/remote: Reject malformed snappy payloads declaring huge decoded sizes. Enforce a 32MB decoded-size limit to prevent OOM from oversized remote-write requests. <a href="https://redirect.github.com/prometheus/client_golang/issues/1917">#1917</a></li> <li>[BUGFIX] exp/api/remote: Ensure remote write v2 headers cannot be returned on v1 requests. <a href="https://redirect.github.com/prometheus/client_golang/issues/1927">#1927</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus/client_golang/commit/d6087ee482e06716ee21dc03819432d5d40f72db"><code>d6087ee</code></a> release: cut v1.24.1 (<a href="https://redirect.github.com/prometheus/client_golang/issues/2076">#2076</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/48dd383f94cc36bb0179724166383effd9f64847"><code>48dd383</code></a> Cut v1.24.0 (<a href="https://redirect.github.com/prometheus/client_golang/issues/2061">#2061</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/a7253054383fd6702034c16194117d37727cd5fc"><code>a725305</code></a> Cut v1.24.0-rc.0 (<a href="https://redirect.github.com/prometheus/client_golang/issues/2058">#2058</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/77c584f2501bf3726bb39b83a89b70c0e6f9ab0c"><code>77c584f</code></a> build(deps): update all Go dependencies in all go.mod files (<a href="https://redirect.github.com/prometheus/client_golang/issues/2059">#2059</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/78262a77b89922f94a19ecd25eaeb849fb58f2cc"><code>78262a7</code></a> feat(promhttp): add CoalesceGather option to deduplicate concurrent Gather ca...</li> <li><a href="https://github.com/prometheus/client_golang/commit/34e9a7fe186a7a3ff47694f127d44d5641ff388f"><code>34e9a7f</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/client_golang/issues/2055">#2055</a> from prombot/repo_sync</li> <li><a href="https://github.com/prometheus/client_golang/commit/43749bc83131a4af24527351aabb47dc58590c85"><code>43749bc</code></a> Update common Prometheus files</li> <li><a href="https://github.com/prometheus/client_golang/commit/de192175ccd6f6d4894cd9ceb804712c982e4958"><code>de19217</code></a> examples: improve simple main.go example (<a href="https://redirect.github.com/prometheus/client_golang/issues/1999">#1999</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/20355eb4487c108a6ed54d9ebc6893bd649c10d0"><code>20355eb</code></a> fix: correct typos in comments and test error messages (<a href="https://redirect.github.com/prometheus/client_golang/issues/2049">#2049</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/4cd2d3a57eccc893f00e23eb765f62e970e61f33"><code>4cd2d3a</code></a> test: fix two flaky tests (darwin start_time regex, memstats HeapReleased dri...</li> <li>Additional commits viewable in <a href="https://github.com/prometheus/client_golang/compare/v1.23.2...v1.24.1">compare view</a></li> </ul> </details> <br /> Updates `google.golang.org/adk/v2` from 2.0.0 to 2.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/adk-go/releases">google.golang.org/adk/v2's releases</a>.</em></p> <blockquote> <h2>v2.1.0</h2> <h2>What's Changed</h2> <ul> <li>docs(examples/workflow): add per-example READMEs and a workflow index by <a href="https://github.com/msampathkumar"><code>@​msampathkumar</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1113">google/adk-go#1113</a></li> <li>docs(contributing): document v1/v2 branch split by <a href="https://github.com/wolo-lab"><code>@​wolo-lab</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1114">google/adk-go#1114</a></li> <li>ci: run Go workflow on main and v1 branches by <a href="https://github.com/wolo-lab"><code>@​wolo-lab</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1117">google/adk-go#1117</a></li> <li>docs: update AGENTS.md repository layout for current packages by <a href="https://github.com/karolpiotrowicz"><code>@​karolpiotrowicz</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1118">google/adk-go#1118</a></li> <li>feat: add platform TaskRunner seam for caller-controlled tool fan-out by <a href="https://github.com/DABH"><code>@​DABH</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1050">google/adk-go#1050</a></li> <li>feat: add a name-based model registry (Register/NewLLM) by <a href="https://github.com/DABH"><code>@​DABH</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1057">google/adk-go#1057</a></li> <li>feat: expose the tool-declaration packer (PackTool) as a public API by <a href="https://github.com/DABH"><code>@​DABH</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1055">google/adk-go#1055</a></li> <li>test(runner): cover node-runtime behaviors by <a href="https://github.com/wolo-lab"><code>@​wolo-lab</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1103">google/adk-go#1103</a></li> <li>fix: stable ordering of generated tool-confirmation requests by <a href="https://github.com/DABH"><code>@​DABH</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1053">google/adk-go#1053</a></li> <li>fix: update confirmation wrapper to propagate ProcessRequest calls to underlying tools and intercept packing registration by <a href="https://github.com/hanorik"><code>@​hanorik</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1130">google/adk-go#1130</a></li> <li>feat(runner): add NewInMemory convenience constructor by <a href="https://github.com/wolo-lab"><code>@​wolo-lab</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1133">google/adk-go#1133</a></li> <li>use t.Context() instead of context.Background() in tests by <a href="https://github.com/wolo-lab"><code>@​wolo-lab</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1132">google/adk-go#1132</a></li> <li>fix: prevent mutation of input event during temporary state delta stripping by creating a shallow copy by <a href="https://github.com/hanorik"><code>@​hanorik</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1128">google/adk-go#1128</a></li> <li>test(remotagent) deflake a2a cleanup propagation by <a href="https://github.com/wolo-lab"><code>@​wolo-lab</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1131">google/adk-go#1131</a></li> <li>feat(agentregistry): add package foundation and REST transport by <a href="https://github.com/wolo-lab"><code>@​wolo-lab</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1122">google/adk-go#1122</a></li> <li>feat(workflow): emit invoke_node spans for parallel worker items by <a href="https://github.com/wolo-lab"><code>@​wolo-lab</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1134">google/adk-go#1134</a></li> <li>chore(deps): bump google.golang.org/genai from 1.57.0 to 1.63.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/google/adk-go/pull/1021">google/adk-go#1021</a></li> <li>chore(deps): bump golang.org/x/crypto to v0.52.0 by <a href="https://github.com/wolo-lab"><code>@​wolo-lab</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1144">google/adk-go#1144</a></li> <li>test(remoteagent): de-flake TestCompat_A2ACleanupPropagation by <a href="https://github.com/wolo-lab"><code>@​wolo-lab</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1145">google/adk-go#1145</a></li> <li>feat(agentregistry): add discovery methods for agents, MCP servers, e… by <a href="https://github.com/wolo-lab"><code>@​wolo-lab</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1124">google/adk-go#1124</a></li> <li>AgentEngine deployment changes by <a href="https://github.com/kdroste-google"><code>@​kdroste-google</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1162">google/adk-go#1162</a></li> <li>feat(agentregistry): add RemoteAgent and McpToolset factory helpers by <a href="https://github.com/wolo-lab"><code>@​wolo-lab</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1127">google/adk-go#1127</a></li> <li>feat(auth): add core credential and provider package by <a href="https://github.com/wolo-lab"><code>@​wolo-lab</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1143">google/adk-go#1143</a></li> <li>feat(mcptoolset): apply per-request auth via Config.Auth by <a href="https://github.com/wolo-lab"><code>@​wolo-lab</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1148">google/adk-go#1148</a></li> <li>fix(parallelagent): await sub-agent teardown before returning on early stop by <a href="https://github.com/wolo-lab"><code>@​wolo-lab</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1186">google/adk-go#1186</a></li> <li>feat: support multi-module Go development in CI and update developer documentation by <a href="https://github.com/hanorik"><code>@​hanorik</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1155">google/adk-go#1155</a></li> <li>feat: Add BigQuery Agent Analytics Plugin by <a href="https://github.com/vasilyl"><code>@​vasilyl</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/738">google/adk-go#738</a></li> <li>OpenAI support by <a href="https://github.com/hanorik"><code>@​hanorik</code></a> in <a href="https://redirect.github.com/google/adk-go/pull/1178">google/adk-go#1178</a> — building on the original contribution by <a href="https://github.com/levigross"><code>@​levigross</code></a> in <a href="https://redirect.github.com/google/adk-go/issues/242">#242</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/msampathkumar"><code>@​msampathkumar</code></a> made their first contribution in <a href="https://redirect.github.com/google/adk-go/pull/1113">google/adk-go#1113</a></li> <li><a href="https://github.com/vasilyl"><code>@​vasilyl</code></a> made their first contribution in <a href="https://redirect.github.com/google/adk-go/pull/738">google/adk-go#738</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/adk-go/compare/v2.0.0...v2.1.0">https://github.com/google/adk-go/compare/v2.0.0...v2.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/adk-go/commit/f4c76700f4013fefe6c1ba01495188ec5775c689"><code>f4c7670</code></a> OpenAI support (<a href="https://redirect.github.com/google/adk-go/issues/1178">#1178</a>)</li> <li><a href="https://github.com/google/adk-go/commit/2cac0770cd777d6faf39948a8e5f67cd676430c8"><code>2cac077</code></a> feat: Add BigQuery Agent Analytics Plugin (<a href="https://redirect.github.com/google/adk-go/issues/738">#738</a>)</li> <li><a href="https://github.com/google/adk-go/commit/b3ac3eafb659226ecec616bda12daf4d9ad491dd"><code>b3ac3ea</code></a> feat: support multi-module Go development in CI and update developer document...</li> <li><a href="https://github.com/google/adk-go/commit/7cf1fecd7379962fc66d3d4b435eba66c710f6c2"><code>7cf1fec</code></a> fix(parallelagent): await sub-agent teardown before returning on early stop (...</li> <li><a href="https://github.com/google/adk-go/commit/020d94167c15daaadc459702491f0da4af4349f8"><code>020d941</code></a> feat(mcptoolset): apply per-request auth via Config.Auth (<a href="https://redirect.github.com/google/adk-go/issues/1148">#1148</a>)</li> <li><a href="https://github.com/google/adk-go/commit/1db73c82e0e51a5c1882a05b7e8f1f4d644cebc5"><code>1db73c8</code></a> feat(auth): add core credential and provider package (<a href="https://redirect.github.com/google/adk-go/issues/1143">#1143</a>)</li> <li><a href="https://github.com/google/adk-go/commit/60f8368126cdbb8f6c2ade765a2c1af2f18e7d66"><code>60f8368</code></a> feat(agentregistry): add RemoteAgent and McpToolset factory helpers (<a href="https://redirect.github.com/google/adk-go/issues/1127">#1127</a>)</li> <li><a href="https://github.com/google/adk-go/commit/2bcf2c726d2083b13c1a4d30f2de979ff5ba8ee0"><code>2bcf2c7</code></a> Switched example to gemini-3.5-flash instead of gemini-flash-latest, removed...</li> <li><a href="https://github.com/google/adk-go/commit/cbe26040101844ff0cfe03ac9806e3d4a50299e2"><code>cbe2604</code></a> feat(agentregistry): add discovery methods for agents, MCP servers, e… (<a href="https://redirect.github.com/google/adk-go/issues/1124">#1124</a>)</li> <li><a href="https://github.com/google/adk-go/commit/ede93f15557f38a4775bcfa7fb7e191885a088e0"><code>ede93f1</code></a> test(remoteagent): de-flake TestCompat_A2ACleanupPropagation (<a href="https://redirect.github.com/google/adk-go/issues/1145">#1145</a>)</li> <li>Additional commits viewable in <a href="https://github.com/google/adk-go/compare/v2.0.0...v2.1.0">compare view</a></li> </ul> </details> <br /> Updates `google.golang.org/genai` from 1.64.0 to 1.65.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/go-genai/releases">google.golang.org/genai's releases</a>.</em></p> <blockquote> <h2>v1.65.0</h2> <h2><a href="https://github.com/googleapis/go-genai/compare/v1.64.0...v1.65.0">1.65.0</a> (2026-07-21)</h2> <h3>Features</h3> <ul> <li>A new field <code>CustomVocabulary</code> is added to <code>AudioTranscriptionConfig</code> (<a href="https://github.com/googleapis/go-genai/commit/7d5b83362d9304343ea33eb0eac6462bcaeb589e">7d5b833</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>add deprecation warnings to Imagen generate_images, edit_images, generate_videos (if using prompt/text/image args), LiveConnectConfig.GenerationConfig which will be removed in the next major version (<a href="https://github.com/googleapis/go-genai/commit/d77df44a722d1748666910bef14fa0c8852e12f7">d77df44</a>)</li> <li>Fix streaming truncation when HTTPOptions.Timeout is set. (<a href="https://github.com/googleapis/go-genai/commit/3417576059b7e8c3ad058bcbc5ebf12611d1f4a9">3417576</a>), closes <a href="https://redirect.github.com/googleapis/go-genai/issues/816">#816</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/go-genai/blob/main/CHANGELOG.md">google.golang.org/genai's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/go-genai/compare/v1.64.0...v1.65.0">1.65.0</a> (2026-07-21)</h2> <h3>Features</h3> <ul> <li>A new field <code>custom_vocabulary</code> is added to message <code>.google.cloud.aiplatform.v1beta1.BidiGenerateContentSetup</code> (<a href="https://github.com/googleapis/go-genai/commit/7d5b83362d9304343ea33eb0eac6462bcaeb589e">7d5b833</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>add deprecation warnings to Imagen generate_images, edit_images, generate_videos (if using prompt/text/image args), LiveConnectConfig.GenerationConfig which will be removed in the next major version (<a href="https://github.com/googleapis/go-genai/commit/d77df44a722d1748666910bef14fa0c8852e12f7">d77df44</a>)</li> <li>Fix streaming truncation when HTTPOptions.Timeout is set. (<a href="https://github.com/googleapis/go-genai/commit/3417576059b7e8c3ad058bcbc5ebf12611d1f4a9">3417576</a>), closes <a href="https://redirect.github.com/googleapis/go-genai/issues/816">#816</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/go-genai/commit/9ee3a74e38147cbd1e64346868f4c0f219ae0fc6"><code>9ee3a74</code></a> chore(main): release 1.65.0 (<a href="https://redirect.github.com/googleapis/go-genai/issues/857">#857</a>)</li> <li><a href="https://github.com/googleapis/go-genai/commit/d77df44a722d1748666910bef14fa0c8852e12f7"><code>d77df44</code></a> fix: add deprecation warnings to Imagen generate_images, edit_images, generat...</li> <li><a href="https://github.com/googleapis/go-genai/commit/3417576059b7e8c3ad058bcbc5ebf12611d1f4a9"><code>3417576</code></a> fix: Fix streaming truncation when HTTPOptions.Timeout is set.</li> <li><a href="https://github.com/googleapis/go-genai/commit/d49c7ee17017b112abc6cbe9b91c862f9838d15b"><code>d49c7ee</code></a> Merge pull request <a href="https://redirect.github.com/googleapis/go-genai/issues/856">#856</a> from googleapis:release-please--branches--main</li> <li><a href="https://github.com/googleapis/go-genai/commit/7d5b83362d9304343ea33eb0eac6462bcaeb589e"><code>7d5b833</code></a> feat: A new field <code>custom_vocabulary</code> is added to message `.google.cloud.aipl...</li> <li><a href="https://github.com/googleapis/go-genai/commit/d54d46aef7c89db371a39aee453015220f9600e3"><code>d54d46a</code></a> Merge pull request <a href="https://redirect.github.com/googleapis/go-genai/issues/849">#849</a> from googleapis:release-please--branches--main</li> <li><a href="https://github.com/googleapis/go-genai/commit/c645a8bab1bb129be8b53c0ac870215daddbf21b"><code>c645a8b</code></a> chore(main): release 1.64.0</li> <li><a href="https://github.com/googleapis/go-genai/commit/aeb754409aba8a3c786e24489a949d616dde02e6"><code>aeb7544</code></a> chore(main): release 1.63.0</li> <li>See full diff in <a href="https://github.com/googleapis/go-genai/compare/v1.64.0...v1.65.0">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/api` from 0.36.2 to 0.36.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/api/commit/3fde3c43c3cf3447606b9c2ac2c6257095444387"><code>3fde3c4</code></a> Update dependencies to v0.36.3 tag</li> <li><a href="https://github.com/kubernetes/api/commit/53c47b96517d80155e5eed46a2c667cb68f38e9c"><code>53c47b9</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/api/issues/140296">#140296</a> from jpbetz/cherry-pick-smd-306-revert</li> <li><a href="https://github.com/kubernetes/api/commit/18318865d62aa6c7d74cb65463fc5bd694632bee"><code>1831886</code></a> Bump sigs.k8s.io/structured-merge-diff/v6 to v6.3.3</li> <li>See full diff in <a href="https://github.com/kubernetes/api/compare/v0.36.2...v0.36.3">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apimachinery` from 0.36.2 to 0.36.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/apimachinery/commit/40bf4b2b62f8838b9b37de7b407793f1f17ee225"><code>40bf4b2</code></a> Update dependencies to v0.36.3 tag</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/34d46be4f2cba34b54c9eca942ff078fabbe35dd"><code>34d46be</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apimachinery/issues/140296">#140296</a> from jpbetz/cherry-pick-smd-306-revert</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/66a3724b370b46a679a1cbd9b44551f44b11c8c0"><code>66a3724</code></a> Bump sigs.k8s.io/structured-merge-diff/v6 to v6.3.3</li> <li>See full diff in <a href="https://github.com/kubernetes/apimachinery/compare/v0.36.2...v0.36.3">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/client-go` from 0.36.2 to 0.36.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/client-go/commit/44a8af2fee834a8fc3523360e029cf7ea7104622"><code>44a8af2</code></a> Update dependencies to v0.36.3 tag</li> <li><a href="https://github.com/kubernetes/client-go/commit/f501ada2efb78c4685f993249b076570db6db84f"><code>f501ada</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/client-go/issues/140296">#140296</a> from jpbetz/cherry-pick-smd-306-revert</li> <li><a href="https://github.com/kubernetes/client-go/commit/a43e1d73d6202bcfc80795159218efc2f649cfd3"><code>a43e1d7</code></a> Bump sigs.k8s.io/structured-merge-diff/v6 to v6.3.3</li> <li>See full diff in <a href="https://github.com/kubernetes/client-go/compare/v0.36.2...v0.36.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/aws/aws-sdk-go-v2` from 1.42.1 to 1.43.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/4fef3455fe2dcb5ea3de4e9fbacf889b84c8a255"><code>4fef345</code></a> Release 2026-07-21</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/62754193b1dfd903e741ad656a3e43cda43e3d6c"><code>6275419</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f8598305ac9db1544afae331c09df396ee2f7b3e"><code>f859830</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/278591d8fcdcb1f3ec22c3562dcd648b169f4a31"><code>278591d</code></a> Add an option to clients to disable clock skew (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3483">#3483</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d132ac727d15f1c7ff251e0b6739c0e9362ae322"><code>d132ac7</code></a> Fix Clock Skew according to internal specification (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3472">#3472</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/03519c98d97b40b31ab42755e4bc6d26e39af5d6"><code>03519c9</code></a> Release 2026-07-20</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/dda3efb63a49f64351f314aa8b6266dee9efbfc2"><code>dda3efb</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/348cec09e4e0e856665f55f5e548135388a4ef25"><code>348cec0</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f4fd2723ed647078bced4bdf4b83e6a61c379546"><code>f4fd272</code></a> Release 2026-07-17</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/8e4cbc854bca2c82b351089583123964fb4f392a"><code>8e4cbc8</code></a> Regenerated Clients</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/v1.42.1...v1.43.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/aws/aws-sdk-go-v2/service/bedrockruntime` from 1.55.1 to 1.56.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/077df5deb4f94e0cacc5c64c4538e49b6c711563"><code>077df5d</code></a> Release 2024-06-18</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3320b138b7ef295ad49afcaa9b04b6dca5e0e8ad"><code>3320b13</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/1315201166439e42a027b644eb29de62e5e1ecee"><code>1315201</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/8dddc9c41a16c7f622ba149d5f15b78e33ff7f1c"><code>8dddc9c</code></a> add SDK-specific feature tracking (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2682">#2682</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/54f11c0ac651fbec8d65abe9cea3740af17c1460"><code>54f11c0</code></a> Release 2024-06-17</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d5c4ad008ac68562397d65931315af7e4f1f5c73"><code>d5c4ad0</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e7057a6165b255266172c22528a5373da8f03f9e"><code>e7057a6</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/374440df88873e8e363b1b25cb427a1042ea9018"><code>374440d</code></a> Merge pull request <a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2490">#2490</a> from aws/feat-aid-endpoints</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3133994bcb30e4ee3342eb900b0559e2919f696e"><code>3133994</code></a> fix changelog</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/5ceabb7c9115e06de25742efe5b167297f8a44b8"><code>5ceabb7</code></a> merge from main</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.55.1...service/s3/v1.56.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/ollama/ollama` from 0.32.1 to 0.32.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ollama/ollama/releases">github.com/ollama/ollama's releases</a>.</em></p> <blockquote> <h2>v0.32.4</h2> <h2>What's Changed</h2> <ul> <li>Support Laguna on Apple GPUs via the MLX engine</li> <li>Quantize draft-model output heads at the requested type when creating speculative-decoding drafts.</li> <li>Fixed Qwen3 MoE decoding for differently-quantized experts, plus faster packed gate/up projection (~4–9% on M5 Max).</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ollama/ollama/compare/v0.32.3...v0.32.4">https://github.com/ollama/ollama/compare/v0.32.3...v0.32.4</a></p> <h2>v0.32.3</h2> <h2>What's Changed</h2> <ul> <li>Fixed model downloads that stall before sending data.</li> <li>Improved integrati…
1 parent c827d25 commit 93f80ec

2 files changed

Lines changed: 147 additions & 125 deletions

File tree

go/go.mod

Lines changed: 43 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kagent-dev/kagent/go
22

3-
go 1.26.3
3+
go 1.26.5
44

55
require (
66
// core dependencies
@@ -10,14 +10,14 @@ require (
1010
github.com/a2aproject/a2a-go v0.3.15
1111
github.com/a2aproject/a2a-go/v2 v2.3.1
1212
github.com/abiosoft/ishell/v2 v2.0.2
13-
github.com/anthropics/anthropic-sdk-go v1.58.0
14-
github.com/aws/aws-sdk-go-v2/config v1.32.30
13+
github.com/anthropics/anthropic-sdk-go v1.61.0
14+
github.com/aws/aws-sdk-go-v2/config v1.32.31
1515
github.com/briandowns/spinner v1.23.2
1616
github.com/charmbracelet/bubbles v1.0.0
1717
github.com/charmbracelet/bubbletea v1.3.10
1818
github.com/charmbracelet/lipgloss v1.1.0
1919
github.com/fatih/color v1.19.0
20-
github.com/go-logr/logr v1.4.3
20+
github.com/go-logr/logr v1.4.4
2121
github.com/go-logr/zapr v1.3.0
2222
github.com/golang-migrate/migrate/v4 v4.19.1
2323
// api dependencies
@@ -30,9 +30,9 @@ require (
3030
github.com/kagent-dev/mockllm v0.0.5
3131
github.com/modelcontextprotocol/go-sdk v1.6.1
3232
github.com/muesli/reflow v0.3.0
33-
github.com/openai/openai-go/v3 v3.44.0
33+
github.com/openai/openai-go/v3 v3.46.0
3434
github.com/pgvector/pgvector-go v0.4.0
35-
github.com/prometheus/client_golang v1.23.2
35+
github.com/prometheus/client_golang v1.24.1
3636
github.com/spf13/afero v1.15.0
3737
github.com/spf13/cobra v1.10.2
3838
github.com/spf13/pflag v1.0.10
@@ -47,30 +47,30 @@ require (
4747
go.uber.org/goleak v1.3.0
4848
go.uber.org/zap v1.28.0
4949
golang.org/x/text v0.40.0
50-
google.golang.org/adk/v2 v2.0.0
51-
google.golang.org/genai v1.64.0
50+
google.golang.org/adk/v2 v2.1.0
51+
google.golang.org/genai v1.65.0
5252
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af
5353
gopkg.in/yaml.v3 v3.0.1
54-
k8s.io/api v0.36.2
55-
k8s.io/apimachinery v0.36.2
56-
k8s.io/client-go v0.36.2
54+
k8s.io/api v0.36.3
55+
k8s.io/apimachinery v0.36.3
56+
k8s.io/client-go v0.36.3
5757
sigs.k8s.io/controller-runtime v0.24.1
5858
sigs.k8s.io/yaml v1.6.0
5959
trpc.group/trpc-go/trpc-a2a-go v0.2.5
6060
)
6161

6262
require (
6363
github.com/agent-substrate/substrate v0.0.0
64-
github.com/aws/aws-sdk-go-v2 v1.42.1
65-
github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.55.1
64+
github.com/aws/aws-sdk-go-v2 v1.43.0
65+
github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.56.0
6666
github.com/glebarez/sqlite v1.11.0
6767
github.com/golang-jwt/jwt/v5 v5.3.1
6868
github.com/google/go-cmp v0.7.0
6969
github.com/google/go-containerregistry v0.21.7
7070
github.com/google/jsonschema-go v0.4.3
7171
github.com/jackc/pgx/v5 v5.10.0
7272
github.com/kagent-dev/mockmcp v0.0.0-20260520211643-dcd475b74085
73-
github.com/ollama/ollama v0.32.1
73+
github.com/ollama/ollama v0.32.4
7474
github.com/pgvector/pgvector-go/pgx v0.4.0
7575
github.com/testcontainers/testcontainers-go v0.43.0
7676
github.com/testcontainers/testcontainers-go/modules/postgres v0.43.0
@@ -80,7 +80,7 @@ require (
8080
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.44.0
8181
go.opentelemetry.io/otel/sdk/log v0.20.0
8282
google.golang.org/grpc v1.82.1
83-
k8s.io/apiextensions-apiserver v0.36.2
83+
k8s.io/apiextensions-apiserver v0.36.3
8484
)
8585

8686
require (
@@ -126,17 +126,17 @@ require (
126126
github.com/ashanbrown/makezero/v2 v2.2.1 // indirect
127127
github.com/atotto/clipboard v0.1.4 // indirect
128128
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.14 // indirect
129-
github.com/aws/aws-sdk-go-v2/credentials v1.19.29 // indirect
130-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.30 // indirect
131-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.30 // indirect
132-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.30 // indirect
133-
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.31 // indirect
129+
github.com/aws/aws-sdk-go-v2/credentials v1.19.30 // indirect
130+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.31 // indirect
131+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.31 // indirect
132+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.31 // indirect
133+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.32 // indirect
134134
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.13 // indirect
135-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.30 // indirect
136-
github.com/aws/aws-sdk-go-v2/service/signin v1.4.1 // indirect
137-
github.com/aws/aws-sdk-go-v2/service/sso v1.32.1 // indirect
138-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.37.1 // indirect
139-
github.com/aws/aws-sdk-go-v2/service/sts v1.44.1 // indirect
135+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.31 // indirect
136+
github.com/aws/aws-sdk-go-v2/service/signin v1.5.0 // indirect
137+
github.com/aws/aws-sdk-go-v2/service/sso v1.33.0 // indirect
138+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.38.0 // indirect
139+
github.com/aws/aws-sdk-go-v2/service/sts v1.45.0 // indirect
140140
github.com/aws/smithy-go v1.27.3 // indirect
141141
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
142142
github.com/bahlo/generic-list-go v0.2.0 // indirect
@@ -273,7 +273,7 @@ require (
273273
github.com/karamaru-alpha/copyloopvar v1.2.2 // indirect
274274
github.com/kisielk/errcheck v1.10.0 // indirect
275275
github.com/kkHAIKE/contextcheck v1.1.6 // indirect
276-
github.com/klauspost/compress v1.18.6 // indirect
276+
github.com/klauspost/compress v1.19.1 // indirect
277277
github.com/kulti/thelper v0.7.1 // indirect
278278
github.com/kunwardeep/paralleltest v1.0.15 // indirect
279279
github.com/lasiar/canonicalheader v1.1.2 // indirect
@@ -323,6 +323,7 @@ require (
323323
github.com/muesli/termenv v0.16.0 // indirect
324324
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
325325
github.com/nakabonne/nestif v0.3.1 // indirect
326+
github.com/ncruces/go-strftime v1.0.0 // indirect
326327
github.com/nishanths/exhaustive v0.12.0 // indirect
327328
github.com/nishanths/predeclared v0.2.2 // indirect
328329
github.com/nunnatsa/ginkgolinter v0.23.0 // indirect
@@ -333,9 +334,9 @@ require (
333334
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
334335
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
335336
github.com/prometheus/client_model v0.6.2 // indirect
336-
github.com/prometheus/common v0.67.5 // indirect
337+
github.com/prometheus/common v0.70.1 // indirect
337338
github.com/prometheus/otlptranslator v1.0.0 // indirect
338-
github.com/prometheus/procfs v0.20.1 // indirect
339+
github.com/prometheus/procfs v0.21.1 // indirect
339340
github.com/quasilyte/go-ruleguard v0.4.5 // indirect
340341
github.com/quasilyte/go-ruleguard/dsl v0.3.23 // indirect
341342
github.com/quasilyte/gogrep v0.5.0 // indirect
@@ -370,7 +371,7 @@ require (
370371
github.com/stretchr/objx v0.5.3 // indirect
371372
github.com/subosito/gotenv v1.6.0 // indirect
372373
github.com/tetafro/godot v1.5.6 // indirect
373-
github.com/tidwall/gjson v1.18.0 // indirect
374+
github.com/tidwall/gjson v1.19.0 // indirect
374375
github.com/tidwall/match v1.2.0 // indirect
375376
github.com/tidwall/pretty v1.2.1 // indirect
376377
github.com/tidwall/sjson v1.2.5 // indirect
@@ -417,15 +418,15 @@ require (
417418
go.yaml.in/yaml/v2 v2.4.4 // indirect
418419
go.yaml.in/yaml/v3 v3.0.4 // indirect
419420
go.yaml.in/yaml/v4 v4.0.0-rc.2 // indirect
420-
golang.org/x/crypto v0.53.0 // indirect
421-
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect
421+
golang.org/x/crypto v0.54.0 // indirect
422+
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
422423
golang.org/x/exp/typeparams v0.0.0-20260209203927-2842357ff358 // indirect
423424
golang.org/x/mod v0.37.0 // indirect
424-
golang.org/x/net v0.56.0 // indirect
425+
golang.org/x/net v0.57.0 // indirect
425426
golang.org/x/oauth2 v0.36.0 // indirect
426427
golang.org/x/sync v0.22.0 // indirect
427-
golang.org/x/sys v0.46.0 // indirect
428-
golang.org/x/term v0.44.0 // indirect
428+
golang.org/x/sys v0.47.0 // indirect
429+
golang.org/x/term v0.45.0 // indirect
429430
golang.org/x/time v0.15.0 // indirect
430431
golang.org/x/tools v0.47.0 // indirect
431432
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
@@ -436,17 +437,17 @@ require (
436437
gopkg.in/inf.v0 v0.9.1 // indirect
437438
gorm.io/gorm v1.31.0 // indirect
438439
honnef.co/go/tools v0.7.0 // indirect
439-
k8s.io/apiserver v0.36.2 // indirect
440-
k8s.io/component-base v0.36.2 // indirect
440+
k8s.io/apiserver v0.36.3 // indirect
441+
k8s.io/component-base v0.36.3 // indirect
441442
k8s.io/gengo/v2 v2.0.0-20260408192533-25e2208e0dc3 // indirect
442443
k8s.io/klog/v2 v2.140.0 // indirect
443444
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a // indirect
444-
k8s.io/streaming v0.36.2 // indirect
445+
k8s.io/streaming v0.36.3 // indirect
445446
k8s.io/utils v0.0.0-20260507154919-ff6756f316d2 // indirect
446-
modernc.org/libc v1.22.5 // indirect
447-
modernc.org/mathutil v1.5.0 // indirect
448-
modernc.org/memory v1.5.0 // indirect
449-
modernc.org/sqlite v1.23.1 // indirect
447+
modernc.org/libc v1.67.6 // indirect
448+
modernc.org/mathutil v1.7.1 // indirect
449+
modernc.org/memory v1.11.0 // indirect
450+
modernc.org/sqlite v1.46.1 // indirect
450451
mvdan.cc/gofumpt v0.9.2 // indirect
451452
mvdan.cc/unparam v0.0.0-20251027182757-5beb8c8f8f15 // indirect
452453
rsc.io/omap v1.2.0 // indirect
@@ -455,7 +456,7 @@ require (
455456
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
456457
sigs.k8s.io/kube-api-linter v0.0.0-20260505141229-de8f85687fd2 // indirect
457458
sigs.k8s.io/randfill v1.0.0 // indirect
458-
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 // indirect
459+
sigs.k8s.io/structured-merge-diff/v6 v6.3.3 // indirect
459460
)
460461

461462
tool sigs.k8s.io/kube-api-linter/cmd/golangci-lint-kube-api-linter

0 commit comments

Comments
 (0)