Skip to content

Commit 9a7ee50

Browse files
build(deps): bump getsentry/testing-ai-sdk-integrations from 121da677853244cedfe11e95184b2b431af102eb to 285c012e522f241581534dfc89bd99ec3b1da4f6 (#5611)
Bumps [getsentry/testing-ai-sdk-integrations](https://github.com/getsentry/testing-ai-sdk-integrations) from 121da677853244cedfe11e95184b2b431af102eb to 285c012e522f241581534dfc89bd99ec3b1da4f6. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/testing-ai-sdk-integrations/commit/285c012e522f241581534dfc89bd99ec3b1da4f6"><code>285c012</code></a> fix(vercel-ai): Bump minimum AI SDK version to fix missing token usage (<a href="https://redirect.github.com/getsentry/testing-ai-sdk-integrations/issues/88">#88</a>)</li> <li><a href="https://github.com/getsentry/testing-ai-sdk-integrations/commit/1bebdb17655b39a672e737997f904d36b5b9d88d"><code>1bebdb1</code></a> fix undefined invoke agent name (<a href="https://redirect.github.com/getsentry/testing-ai-sdk-integrations/issues/83">#83</a>)</li> <li><a href="https://github.com/getsentry/testing-ai-sdk-integrations/commit/79136db11e892e7fffb1bdb7e1b0168ea994250c"><code>79136db</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/testing-ai-sdk-integrations/issues/80">#80</a> from getsentry/fix/reclassify-google-genai-python-as-llm</li> <li><a href="https://github.com/getsentry/testing-ai-sdk-integrations/commit/430d735f7c712050a08ec6929dfe5db80ed03475"><code>430d735</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/testing-ai-sdk-integrations/issues/82">#82</a> from getsentry/fix/tool-attribute-deprecation-fallbacks</li> <li><a href="https://github.com/getsentry/testing-ai-sdk-integrations/commit/aaba8fc4478be2ca0d5be75552d9e1a188c87e3d"><code>aaba8fc</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/testing-ai-sdk-integrations/issues/81">#81</a> from getsentry/fix/langgraph-agent-name</li> <li><a href="https://github.com/getsentry/testing-ai-sdk-integrations/commit/9f4558cb5e71f6a450856daacbe84bff12f3458e"><code>9f4558c</code></a> fix: update sentry-conventions submodule to include tool attribute deprecatio...</li> <li><a href="https://github.com/getsentry/testing-ai-sdk-integrations/commit/ff50716e2d34715f19b5133929f0c5055114e9a3"><code>ff50716</code></a> fix: langraph agent name</li> <li><a href="https://github.com/getsentry/testing-ai-sdk-integrations/commit/1e9f9b860cd505b26f86df687ec1dcd56154be96"><code>1e9f9b8</code></a> fix: reclassify google-genai as LLM</li> <li><a href="https://github.com/getsentry/testing-ai-sdk-integrations/commit/65b2f0864217cc6b60656710ed5c88d1b0aa30d5"><code>65b2f08</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/testing-ai-sdk-integrations/issues/79">#79</a> from getsentry/constantinius/fix/use-latest-versions</li> <li><a href="https://github.com/getsentry/testing-ai-sdk-integrations/commit/e7faae183f7bbdff2b62f22d13a41d8c6c987a4d"><code>e7faae1</code></a> fix: always use latest version by default</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/testing-ai-sdk-integrations/compare/121da677853244cedfe11e95184b2b431af102eb...285c012e522f241581534dfc89bd99ec3b1da4f6">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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1047a3 commit 9a7ee50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ai-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
token: ${{ secrets.GITHUB_TOKEN }}
3535

3636
- name: Run Python SDK Tests
37-
uses: getsentry/testing-ai-sdk-integrations@121da677853244cedfe11e95184b2b431af102eb
37+
uses: getsentry/testing-ai-sdk-integrations@285c012e522f241581534dfc89bd99ec3b1da4f6
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
with:

0 commit comments

Comments
 (0)