Skip to content

Commit 008c801

Browse files
build(deps): bump sentry-sdk from 2.43.0 to 2.44.0 (#757)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.43.0 to 2.44.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-python/releases">sentry-sdk's releases</a>.</em></p> <blockquote> <h2>2.44.0</h2> <h3>Various fixes &amp; improvements</h3> <ul> <li>fix(openai): Check response text is present to avoid AttributeError (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5081">#5081</a>) by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a></li> <li>fix(pydantic-ai): Do not fail on new <code>ToolManager._call_tool()</code> parameters (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5084">#5084</a>) by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a></li> <li>tests(huggingface): Avoid <code>None</code> version (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5083">#5083</a>) by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a></li> <li>ci: Pin <code>coverage</code> version for 3.14 Django tests (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5088">#5088</a>) by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a></li> <li>chore: X handle update (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5078">#5078</a>) by <a href="https://github.com/cleptric"><code>@​cleptric</code></a></li> <li>fix(openai-agents): add input messages to errored spans as well (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5077">#5077</a>) by <a href="https://github.com/shellmayr"><code>@​shellmayr</code></a></li> <li>fix: Add hard limit to log batcher (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5069">#5069</a>) by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a></li> <li>fix: Add hard limit to metrics batcher (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5068">#5068</a>) by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a></li> <li>fix(integrations): properly handle exceptions in tool calls (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5065">#5065</a>) by <a href="https://github.com/constantinius"><code>@​constantinius</code></a></li> <li>feat: non-experimental <code>before_send_metric</code> option (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5064">#5064</a>) by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a></li> <li>feat: non-experimental <code>enable_metrics</code> option (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5056">#5056</a>) by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a></li> <li>fix(integrations): properly distinguish between network.transport and mcp.transport (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5063">#5063</a>) by <a href="https://github.com/constantinius"><code>@​constantinius</code></a></li> <li>feat(integrations): add ability to auto-deactivate lower-level integrations based on map (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5052">#5052</a>) by <a href="https://github.com/shellmayr"><code>@​shellmayr</code></a></li> <li>Fix NOT_GIVEN check in anthropic (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5058">#5058</a>) by <a href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a></li> <li>ci: 🤖 Update test matrix with new releases (11/03) (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5054">#5054</a>) by <a href="https://github.com/github-actions"><code>@​github-actions</code></a></li> <li>Add external_propagation_context support (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5051">#5051</a>) by <a href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a></li> <li>chore: Remove <code>enable_metrics</code> option (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5046">#5046</a>) by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a></li> <li>Allow new integration setup on the instance with config options (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5047">#5047</a>) by <a href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a></li> <li>ci: Run integration tests on Python 3.14t (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4995">#4995</a>) by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a></li> <li>docs: Elaborate on Strawberry autodetection in changelog (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5039">#5039</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md">sentry-sdk's changelog</a>.</em></p> <blockquote> <h2>2.44.0</h2> <h3>Various fixes &amp; improvements</h3> <ul> <li>fix(openai): Check response text is present to avoid AttributeError (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5081">#5081</a>) by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a></li> <li>fix(pydantic-ai): Do not fail on new <code>ToolManager._call_tool()</code> parameters (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5084">#5084</a>) by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a></li> <li>tests(huggingface): Avoid <code>None</code> version (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5083">#5083</a>) by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a></li> <li>ci: Pin <code>coverage</code> version for 3.14 Django tests (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5088">#5088</a>) by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a></li> <li>chore: X handle update (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5078">#5078</a>) by <a href="https://github.com/cleptric"><code>@​cleptric</code></a></li> <li>fix(openai-agents): add input messages to errored spans as well (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5077">#5077</a>) by <a href="https://github.com/shellmayr"><code>@​shellmayr</code></a></li> <li>fix: Add hard limit to log batcher (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5069">#5069</a>) by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a></li> <li>fix: Add hard limit to metrics batcher (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5068">#5068</a>) by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a></li> <li>fix(integrations): properly handle exceptions in tool calls (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5065">#5065</a>) by <a href="https://github.com/constantinius"><code>@​constantinius</code></a></li> <li>feat: non-experimental <code>before_send_metric</code> option (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5064">#5064</a>) by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a></li> <li>feat: non-experimental <code>enable_metrics</code> option (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5056">#5056</a>) by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a></li> <li>fix(integrations): properly distinguish between network.transport and mcp.transport (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5063">#5063</a>) by <a href="https://github.com/constantinius"><code>@​constantinius</code></a></li> <li>feat(integrations): add ability to auto-deactivate lower-level integrations based on map (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5052">#5052</a>) by <a href="https://github.com/shellmayr"><code>@​shellmayr</code></a></li> <li>Fix NOT_GIVEN check in anthropic (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5058">#5058</a>) by <a href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a></li> <li>ci: 🤖 Update test matrix with new releases (11/03) (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5054">#5054</a>) by <a href="https://github.com/github-actions"><code>@​github-actions</code></a></li> <li>Add external_propagation_context support (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5051">#5051</a>) by <a href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a></li> <li>chore: Remove <code>enable_metrics</code> option (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5046">#5046</a>) by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a></li> <li>Allow new integration setup on the instance with config options (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5047">#5047</a>) by <a href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a></li> <li>ci: Run integration tests on Python 3.14t (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4995">#4995</a>) by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a></li> <li>docs: Elaborate on Strawberry autodetection in changelog (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5039">#5039</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-python/commit/137c733b52b5acab3afa245d51a30b78b3b7fd7a"><code>137c733</code></a> release: 2.44.0</li> <li><a href="https://github.com/getsentry/sentry-python/commit/c747043a8c812745268fa9b89e59ef38b5117a00"><code>c747043</code></a> fix(openai): Check response text is present to avoid AttributeError (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5081">#5081</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/98fa10a2c614e3b1c378c0b885285659126e9af5"><code>98fa10a</code></a> fix(pydantic-ai): Do not fail on new <code>ToolManager._call_tool()</code> parameters (#...</li> <li><a href="https://github.com/getsentry/sentry-python/commit/720440e1042ef2fd6aaba6367ca95eb18bbc5dbb"><code>720440e</code></a> tests(huggingface): Avoid <code>None</code> version (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5083">#5083</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/43c16c40e31f8f5b995032c2ea927caad8ccc286"><code>43c16c4</code></a> ci: Pin <code>coverage</code> version for 3.14 Django tests (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5088">#5088</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/2f966c6e3be2881d18c40f6b59f4c3140a868856"><code>2f966c6</code></a> chore: X handle update (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5078">#5078</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/659bd8415cfe8f9c04099c72042964fab8abfd40"><code>659bd84</code></a> fix(openai-agents): add input messages to errored spans as well (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5077">#5077</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/26391d61b26ecb69bf9d5779957fa68706068530"><code>26391d6</code></a> fix: Add hard limit to log batcher (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5069">#5069</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/faa327c8de4cdf01052e1e984b64405296cccabd"><code>faa327c</code></a> fix: Add hard limit to metrics batcher (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5068">#5068</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/e8d5f1b2e191acc453917b374ee8a39d72082968"><code>e8d5f1b</code></a> fix(integrations): properly handle exceptions in tool calls (<a href="https://redirect.github.com/getsentry/sentry-python/issues/5065">#5065</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-python/compare/2.43.0...2.44.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sentry-sdk&package-manager=uv&previous-version=2.43.0&new-version=2.44.0)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: z <[email protected]>
1 parent bf09e7f commit 008c801

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)