build(deps): bump sentry-sdk from 2.35.1 to 2.37.0
Type: Pull Request
State: Closed
Association: Contributor
Comments: 2
(9 months ago)
(9 months ago)
(9 months ago)
dependencies python
Bumps sentry-sdk from 2.35.1 to 2.37.0.
Release notes
Sourced from sentry-sdk's releases.
2.37.0
New Integration (BETA): Add support for
langgraph(#4727) by@shellmayrWe can now instrument AI agents that are created with LangGraph out of the box.
For more information see the LangGraph integrations documentation.
AI Agents: Improve rendering of input and output messages in AI agents integrations. (#4750) by
@shellmayrAI Agents: Format span attributes in AI integrations (#4762) by
@antonpirkerCI: Fix celery (#4765) by
@sentrivanaTests: Move asyncpg under toxgen (#4757) by
@sentrivanaTests: Move beam under toxgen (#4759) by
@sentrivanaTests: Move boto3 tests under toxgen (#4761) by
@sentrivanaTests: Remove openai pin and update tox (#4748) by
@sentrivana2.36.0
Various fixes & improvements
New integration: Unraisable exceptions (#4733) by
@alexander-alderman-webbAdd the unraisable exception integration to your sentry_sdk.init call:
import sentry_sdk from sentry_sdk.integrations.unraisablehook import UnraisablehookIntegrationsentry_sdk.init(
dsn="...",
integrations=[
UnraisablehookIntegration(),
]
)
- meta: Update instructions on release process (#4755) by
@sentrivana- tests: Move arq under toxgen (#4739) by
@sentrivana- tests: Support dashes in test suite names (#4740) by
@sentrivana- Don't fail if there is no
_context_manager_state(#4698) by@sentrivana- Wrap span restoration in
__exit__incapture_internal_exceptions(#4719) by@sentrivana- fix: Constrain types of ai_track decorator (#4745) by
@alexander-alderman-webb- Fix
openai_agentsin CI (#4742) by@sentrivana- Remove old langchain test suites from ignore list (#4737) by
@sentrivana- tests: Trigger Pytest failure when an unraisable exception occurs (#4738) by
@alexander-alderman-webb- fix(openai): Avoid double exit causing an unraisable exception (#4736) by
@alexander-alderman-webb- tests: Move langchain under toxgen (#4734) by
@sentrivana- toxgen: Add variants & move OpenAI under toxgen (#4730) by
@sentrivana- Update tox.ini (#4731) by
@sentrivana2.35.2
Various fixes & improvements
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
2.37.0
New Integration (BETA): Add support for
langgraph(#4727) by@shellmayrWe can now instrument AI agents that are created with LangGraph out of the box.
For more information see the LangGraph integrations documentation.
AI Agents: Improve rendering of input and output messages in AI agents integrations. (#4750) by
@shellmayrAI Agents: Format span attributes in AI integrations (#4762) by
@antonpirkerCI: Fix celery (#4765) by
@sentrivanaTests: Move asyncpg under toxgen (#4757) by
@sentrivanaTests: Move beam under toxgen (#4759) by
@sentrivanaTests: Move boto3 tests under toxgen (#4761) by
@sentrivanaTests: Remove openai pin and update tox (#4748) by
@sentrivana2.36.0
Various fixes & improvements
New integration: Unraisable exceptions (#4733) by
@alexander-alderman-webbAdd the unraisable exception integration to your sentry_sdk.init call:
import sentry_sdk from sentry_sdk.integrations.unraisablehook import UnraisablehookIntegrationsentry_sdk.init(
dsn="...",
integrations=[
UnraisablehookIntegration(),
]
)
- meta: Update instructions on release process (#4755) by
@sentrivana- tests: Move arq under toxgen (#4739) by
@sentrivana- tests: Support dashes in test suite names (#4740) by
@sentrivana- Don't fail if there is no
_context_manager_state(#4698) by@sentrivana- Wrap span restoration in
__exit__incapture_internal_exceptions(#4719) by@sentrivana- fix: Constrain types of ai_track decorator (#4745) by
@alexander-alderman-webb- Fix
openai_agentsin CI (#4742) by@sentrivana- Remove old langchain test suites from ignore list (#4737) by
@sentrivana- tests: Trigger Pytest failure when an unraisable exception occurs (#4738) by
@alexander-alderman-webb- fix(openai): Avoid double exit causing an unraisable exception (#4736) by
@alexander-alderman-webb- tests: Move langchain under toxgen (#4734) by
@sentrivana- toxgen: Add variants & move OpenAI under toxgen (#4730) by
@sentrivana- Update tox.ini (#4731) by
@sentrivana2.35.2
... (truncated)
Commits
75ef769Updated changelogf785524release: 2.37.0dee6de1feat(agents): improve instrumentation of input messages (#4750)ad3c435tests: Move boto3 tests under toxgen (#4761)0c0a8d8ci: Fix celery (#4765)b50f7e4Format span attributes in AI integrations (#4762)9711b3btests: Move asyncpg under toxgen (#4757)58a9827feat: Add LangGraph integration (#4727)c378c2dtests: Move beam under toxgen (#4759)ff9b1c3tests: Remove openai pin and update tox (#4748)- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
1
+1
-1
Package Dependencies
Technical Details
| ID: | 7081679 |
| UUID: | 2806230091 |
| Node ID: | PR_kwDOK10JAc6nQ6xL |
| Host: | GitHub |
| Repository: | ntjapps/base-python-app |
| Mergeable: | Yes |
| Merge State: | Clean |
| Rebaseable: | Yes |