Skip to content

Commit 13157f7

Browse files
build(deps): bump getsentry/testing-ai-sdk-integrations from 5b57253605660c813c237839a42826d3d003ee0b to 121da677853244cedfe11e95184b2b431af102eb (#5568)
Bumps [getsentry/testing-ai-sdk-integrations](https://github.com/getsentry/testing-ai-sdk-integrations) from 5b57253605660c813c237839a42826d3d003ee0b to 121da677853244cedfe11e95184b2b431af102eb. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/testing-ai-sdk-integrations/commit/121da677853244cedfe11e95184b2b431af102eb"><code>121da67</code></a> feat(python-runner): Add configurable minimum Python version per framework</li> <li><a href="https://github.com/getsentry/testing-ai-sdk-integrations/commit/ac429c0e7b6e8ccd585b01d3f6a8e35e19acda52"><code>ac429c0</code></a> fix: Pass minimumPlatformVersion through cli and setup config</li> <li><a href="https://github.com/getsentry/testing-ai-sdk-integrations/commit/074e12ae2e16ebbe32e48f1b82dc26871b2e070a"><code>074e12a</code></a> feat(python-runner): Add configurable minimum Python version per framework</li> <li><a href="https://github.com/getsentry/testing-ai-sdk-integrations/commit/33954b153f453c180e12d6811fd6764cb84d0931"><code>33954b1</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/testing-ai-sdk-integrations/issues/62">#62</a> from getsentry/constantinius/feat/trends</li> <li><a href="https://github.com/getsentry/testing-ai-sdk-integrations/commit/713a4f172dd1993995b34e4daa012ba342444d20"><code>713a4f1</code></a> fix: seeding initial history</li> <li><a href="https://github.com/getsentry/testing-ai-sdk-integrations/commit/7971fa4d7e8f7a421b0c327973cd626eeba1c68f"><code>7971fa4</code></a> feat: add analytics page to track the number of total/failed/passed tests ove...</li> <li><a href="https://github.com/getsentry/testing-ai-sdk-integrations/commit/0a22cd3653f30ced0e36aeec65243857a749fb8e"><code>0a22cd3</code></a> fix tests templates (<a href="https://redirect.github.com/getsentry/testing-ai-sdk-integrations/issues/60">#60</a>)</li> <li><a href="https://github.com/getsentry/testing-ai-sdk-integrations/commit/7c1feaab5e7b3bf1446d78977d00eb2c7d67190e"><code>7c1feaa</code></a> fix: Update Google GenAI tests model (<a href="https://redirect.github.com/getsentry/testing-ai-sdk-integrations/issues/59">#59</a>)</li> <li><a href="https://github.com/getsentry/testing-ai-sdk-integrations/commit/e8eb1e127b26e2db4ec5714168a52d22ed742b47"><code>e8eb1e1</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/testing-ai-sdk-integrations/issues/56">#56</a> from getsentry/add-stream-option</li> <li><a href="https://github.com/getsentry/testing-ai-sdk-integrations/commit/c211e27ac8727ce2d3919e4ef07deef1b7352896"><code>c211e27</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/testing-ai-sdk-integrations/issues/57">#57</a> from getsentry/constantinius/fix/review-fixes</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/testing-ai-sdk-integrations/compare/5b57253605660c813c237839a42826d3d003ee0b...121da677853244cedfe11e95184b2b431af102eb">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 a73a9d3 commit 13157f7

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@5b57253605660c813c237839a42826d3d003ee0b
37+
uses: getsentry/testing-ai-sdk-integrations@121da677853244cedfe11e95184b2b431af102eb
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
with:

0 commit comments

Comments
 (0)