Skip to content

Update sentry-sdk[flask] requirement from ~=2.55.0 to >=2.55,<2.62#6105

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/sentry-sdk-flask--gte-2.55-and-lt-2.62
Open

Update sentry-sdk[flask] requirement from ~=2.55.0 to >=2.55,<2.62#6105
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/sentry-sdk-flask--gte-2.55-and-lt-2.62

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updates the requirements on sentry-sdk[flask] to permit the latest version.

Release notes

Sourced from sentry-sdk[flask]'s releases.

2.61.0

New Features ✨

  • Add server.address to transformed spans when stream_gen_ai_spans=True by @​alexander-alderman-webb in #6307

  • Allow integrations to define control flow exceptions by @​sentrivana in #6425

  • Disable string truncation for events by default by @​alexander-alderman-webb in #6290

    Following a previous significant increase of the string truncation limit, we've now completely removed the limit by default. In case you have large strings in your events, you should now be able to see them.

    In rare cases, if you have really long strings (or a lot of them), you might see envelopes being dropped because of their size. If that happens, you can set the max_value_length init option to the previous value of 100_000:

    sentry_sdk.init(
        ...,
        max_value_length=100_000,
    )

Bug Fixes 🐛

Langchain

Openai Agents

Pydantic AI

Strawberry

Other

... (truncated)

Changelog

Sourced from sentry-sdk[flask]'s changelog.

2.61.0

New Features ✨

  • Add server.address to transformed spans when stream_gen_ai_spans=True by @​alexander-alderman-webb in #6307

  • Allow integrations to define control flow exceptions by @​sentrivana in #6425

  • Disable string truncation for events by default by @​alexander-alderman-webb in #6290

    Following a previous significant increase of the string truncation limit, we've now completely removed the limit by default. In case you have large strings in your events, you should now be able to see them.

    In rare cases, if you have really long strings (or a lot of them), you might see envelopes being dropped because of their size. If that happens, you can set the max_value_length init option to the previous value of 100_000:

    sentry_sdk.init(
        ...,
        max_value_length=100_000,
    )

Bug Fixes 🐛

Langchain

Openai Agents

Pydantic AI

Strawberry

Other

... (truncated)

Commits
  • 53df878 Update CHANGELOG.md
  • 24f6bf7 Update CHANGELOG.md
  • f50bec5 Update CHANGELOG.md
  • 3546946 release: 2.61.0
  • 54f7686 feat(span-streaming): Add more attrs to segment spans (#6432)
  • 7e27e34 feat(openai): Support span streaming (#6431)
  • 139a9a1 feat: Add server.address to transformed spans when `stream_gen_ai_spans=Tru...
  • 7bf1d6e fix(openai_agents): Handle starting_agent keyword argument in runner patches ...
  • 5662d86 test(langchain): Deduplicate by removing node.callspec.id matching (#6426)
  • fb9def2 feat(huey): Migrate Huey integration to spans-first tracing (#6399)
  • 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 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)

Updates the requirements on [sentry-sdk[flask]](https://github.com/getsentry/sentry-python) to permit the latest version.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.55.0...2.61.0)

---
updated-dependencies:
- dependency-name: sentry-sdk[flask]
  dependency-version: 2.61.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 1, 2026
@marco-c
Copy link
Copy Markdown
Collaborator

marco-c commented Jun 2, 2026

@dependabot rebase

@marco-c
Copy link
Copy Markdown
Collaborator

marco-c commented Jun 2, 2026

@dependabot recreate

@marco-c marco-c closed this Jun 2, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 2, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/uv/sentry-sdk-flask--gte-2.55-and-lt-2.62 branch June 2, 2026 11:03
@marco-c marco-c restored the dependabot/uv/sentry-sdk-flask--gte-2.55-and-lt-2.62 branch June 2, 2026 11:04
@marco-c marco-c reopened this Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant