mirror of
https://github.com/evroon/bracket.git
synced 2026-01-02 11:09:40 -05:00
Updates the requirements on [sentry-sdk](https://github.com/getsentry/sentry-python) to permit the latest version. <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.35.0</h2> <h3>Various fixes & improvements</h3> <ul> <li><a href="https://docs.sentry.io/platforms/python/integrations/langchain/">Langchain Integration</a> now supports the Sentry <a href="https://docs.sentry.io/product/insights/ai/agents/dashboard/">AI dashboard</a>. (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4678">#4678</a>) by <a href="https://github.com/shellmayr"><code>@shellmayr</code></a></li> <li><a href="https://docs.sentry.io/platforms/python/integrations/anthropic/">Anthropic Integration</a> now supports the Sentry <a href="https://docs.sentry.io/product/insights/ai/agents/dashboard/">AI dashboard</a>. (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4674">#4674</a>) by <a href="https://github.com/constantinius"><code>@constantinius</code></a></li> <li>AI Agents templates for <code>@trace</code> decorator (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4676">#4676</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Sentry Logs: Add <code>enable_logs</code>, <code>before_send_log</code> as top-level <code>sentry_sdk.init()</code> options (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4644">#4644</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>Tracing: Improve <code>@trace</code> decorator. Allows to set <code>span.op</code>, <code>span.name</code>, and <code>span.attributes</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4648">#4648</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Tracing: Add convenience function <code>sentry_sdk.update_current_span</code>. (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4673">#4673</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Tracing: Add <code>Span.update_data()</code> to update multiple <code>span.data</code> items at once. (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4666">#4666</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>GNU-integration: make path optional (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4688">#4688</a>) by <a href="https://github.com/MeredithAnya"><code>@MeredithAnya</code></a></li> <li>Clickhouse: Don't eat the generator data (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4669">#4669</a>) by <a href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li> <li>Clickhouse: List <code>send_data</code> parameters (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4667">#4667</a>) by <a href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li> <li>Update <code>gen_ai.*</code> and <code>ai.*</code> attributes (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4665">#4665</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Better checking for empty tools list (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4647">#4647</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Remove performance paper cuts (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4675">#4675</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>Help for debugging Cron problems (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4686">#4686</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Fix Redis CI (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4691">#4691</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>Fix plugins key codecov (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4655">#4655</a>) by <a href="https://github.com/sl0thentr0py"><code>@sl0thentr0py</code></a></li> <li>Fix Mypy (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4649">#4649</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>Update tox.ini (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4689">#4689</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4684">#4684</a>) by <a href="https://github.com/dependabot"><code>@dependabot</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.35.0</h2> <h3>Various fixes & improvements</h3> <ul> <li><a href="https://docs.sentry.io/platforms/python/integrations/langchain/">Langchain Integration</a> now supports the Sentry <a href="https://docs.sentry.io/product/insights/ai/agents/dashboard/">AI dashboard</a>. (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4678">#4678</a>) by <a href="https://github.com/shellmayr"><code>@shellmayr</code></a></li> <li><a href="https://docs.sentry.io/platforms/python/integrations/anthropic/">Anthropic Integration</a> now supports the Sentry <a href="https://docs.sentry.io/product/insights/ai/agents/dashboard/">AI dashboard</a>. (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4674">#4674</a>) by <a href="https://github.com/constantinius"><code>@constantinius</code></a></li> <li>AI Agents templates for <code>@trace</code> decorator (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4676">#4676</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Sentry Logs: Add <code>enable_logs</code>, <code>before_send_log</code> as top-level <code>sentry_sdk.init()</code> options (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4644">#4644</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>Tracing: Improve <code>@trace</code> decorator. Allows to set <code>span.op</code>, <code>span.name</code>, and <code>span.attributes</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4648">#4648</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Tracing: Add convenience function <code>sentry_sdk.update_current_span</code>. (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4673">#4673</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Tracing: Add <code>Span.update_data()</code> to update multiple <code>span.data</code> items at once. (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4666">#4666</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>GNU-integration: make path optional (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4688">#4688</a>) by <a href="https://github.com/MeredithAnya"><code>@MeredithAnya</code></a></li> <li>Clickhouse: Don't eat the generator data (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4669">#4669</a>) by <a href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li> <li>Clickhouse: List <code>send_data</code> parameters (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4667">#4667</a>) by <a href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li> <li>Update <code>gen_ai.*</code> and <code>ai.*</code> attributes (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4665">#4665</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Better checking for empty tools list (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4647">#4647</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Remove performance paper cuts (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4675">#4675</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>Help for debugging Cron problems (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4686">#4686</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Fix Redis CI (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4691">#4691</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>Fix plugins key codecov (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4655">#4655</a>) by <a href="https://github.com/sl0thentr0py"><code>@sl0thentr0py</code></a></li> <li>Fix Mypy (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4649">#4649</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>Update tox.ini (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4689">#4689</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4684">#4684</a>) by <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>2.34.1</h2> <h3>Various fixes & improvements</h3> <ul> <li>Fix: Make sure Span data in AI instrumentations is always a primitive data type (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4643">#4643</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Fix: Typo in CHANGELOG.md (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4640">#4640</a>) by <a href="https://github.com/jgillard"><code>@jgillard</code></a></li> </ul> <h2>2.34.0</h2> <h3>Various fixes & improvements</h3> <ul> <li> <p>Considerably raise <code>DEFAULT_MAX_VALUE_LENGTH</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4632">#4632</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></p> <p>We have increased the string trimming limit considerably, allowing you to see more data without it being truncated. Note that this might, in rare cases, result in issue regrouping, for example if you're capturing message events with very long messages (longer than the default 1024 characters/bytes).</p> <p>If you want to adjust the limit, you can set a <a href="https://docs.sentry.io/platforms/python/configuration/options/#max_value_length"><code>max_value_length</code></a> in your <code>sentry_sdk.init()</code>.</p> </li> <li> <p><code>OpenAI</code> integration update (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4612">#4612</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></p> <p>The <code>OpenAIIntegration</code> now supports <a href="https://platform.openai.com/docs/api-reference/responses">OpenAI Responses API</a>.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="5eafb784e8"><code>5eafb78</code></a> update changelog</li> <li><a href="895c3cd600"><code>895c3cd</code></a> updated changelog</li> <li><a href="71f61af192"><code>71f61af</code></a> release: 2.35.0</li> <li><a href="e79c36e26a"><code>e79c36e</code></a> feat(langchain): update integration to from ai.* to gen_ai.* span attributes ...</li> <li><a href="4640531af6"><code>4640531</code></a> build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4684">#4684</a>)</li> <li><a href="1804955b12"><code>1804955</code></a> feat(tracing): AI Agents templates for <code>@trace</code> decorator (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4676">#4676</a>)</li> <li><a href="46eb82c80e"><code>46eb82c</code></a> Remove performance papercuts (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4675">#4675</a>)</li> <li><a href="775dae81d2"><code>775dae8</code></a> ref(gnu-integration): make path optional (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4688">#4688</a>)</li> <li><a href="0dc5d43d90"><code>0dc5d43</code></a> Update tox.ini (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4689">#4689</a>)</li> <li><a href="9c7f9aa30a"><code>9c7f9aa</code></a> Fix Redis CI (<a href="https://redirect.github.com/getsentry/sentry-python/issues/4691">#4691</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-python/compare/2.34.0...2.35.0">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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>