From b0ea0d2e70ce68214f5addac70d274ef95a03be4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 30 Jun 2025 05:27:15 +0000
Subject: [PATCH] Update sentry-sdk requirement from 2.31.0 to 2.32.0 in
/backend (#1283)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Updates the requirements on
[sentry-sdk](https://github.com/getsentry/sentry-python) to permit the
latest version.
Sourced from sentry-sdk's
releases. Sourced from sentry-sdk's
changelog. New Integration (BETA): Add support for
We can now instrument AI agents that are created with the OpenAI Agents
SDK out of the box. sentry_sdk.init(Release notes
2.32.0
Various fixes & improvements
@szokeasaurusrex@antonpirker@svartalfspan_map an instance variable (#4476)
by @szokeasaurusrexSentryLangchainCallback (#4485)
by @szokeasaurusrexfailed_request_status_codes to
exceptions raised in middleware (#4074)
by @vrslevChangelog
2.32.0
Various fixes & improvements
@szokeasaurusrex@antonpirker@svartalfspan_map an instance variable (#4476)
by @szokeasaurusrexSentryLangchainCallback (#4485)
by @szokeasaurusrexfailed_request_status_codes to
exceptions raised in middleware (#4074)
by @vrslev2.31.0
Various fixes & improvements
openai-agents (#4437)
by @antonpirkerimport sentry_sdk
from sentry_sdk.integrations.openai_agents import
OpenAIAgentsIntegration
Add the OpenAIAgentsIntegration to your sentry_sdk.init call:
dsn="...",
integrations=[
OpenAIAgentsIntegration(),
]
)
For more information see the OpenAI Agents integrations documentation.
dict arguments (#4478)
by @AbhiPrasad@sl0thentr0py_wrap_configure
(#4479)
by @szokeasaurusrex@sentrivana@Zylphrextracerite (#4494)
by @sentrivanaLookupErrors gracefully
(#4481)
by @sentrivana@sentrivana@sentrivana@sentrivana@sentrivana... (truncated)
4b022dc
Merge branch 'master' into release/2.32.02634a52
Pin zope.event (#4531)c815a32
updated changelogbca8816
release: 2.32.0546ce1f
Set tool span to failed if an error is raised in the tool (#4527)ab2e3f0
fix(integrations/ray): Correctly pass keyword arguments to ray.remote
functio...7804260
fix(langchain): Make span_map an instance variable (#4476)0a2d858
fix(langchain): Ensure no duplicate SentryLangchainCallback
(#4485)dae0218
fix(Litestar): Apply failed_request_status_codes to
exceptions raised in mi...65d31af
Merge branch 'release/2.31.0'