fix(deps): update dependency sentry-sdk to >=2.69.1 #662

Merged
tobru merged 1 commit from renovate/sentry-sdk-2.x into main 2026-09-10 13:41:19 +00:00
Member

This PR contains the following updates:

Package Change Age Confidence
sentry-sdk (changelog) >=2.68.1>=2.69.1 age confidence

Release Notes

getsentry/sentry-python (sentry-sdk)

v2.69.1

Compare Source

New Features
Bug Fixes 🐛
Internal Changes 🔧
Mcp
Other

v2.69.0

Compare Source

New Features
Other
Bug Fixes 🐛
Mcp
Openai
Starlette
Other
Internal Changes 🔧
Openai Agents
Pydantic Ai
Other

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [sentry-sdk](https://github.com/getsentry/sentry-python) ([changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)) | `>=2.68.1` → `>=2.69.1` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.69.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.68.1/2.69.1?slim=true) | --- ### Release Notes <details> <summary>getsentry/sentry-python (sentry-sdk)</summary> ### [`v2.69.1`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2691) [Compare Source](https://github.com/getsentry/sentry-python/compare/2.69.0...2.69.1) ##### New Features ✨ - (django) Add `http.route` attribute by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7428](https://github.com/getsentry/sentry-python/pull/7428) ##### Bug Fixes 🐛 - (aiohttp) Preserve SigV4-signed propagation headers by [@&#8203;Robinbinu](https://github.com/Robinbinu) in [#&#8203;7427](https://github.com/getsentry/sentry-python/pull/7427) ##### Internal Changes 🔧 ##### Mcp - Parametrize tests on the streaming trace lifecycle by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7424](https://github.com/getsentry/sentry-python/pull/7424) - Remove vacuous tests by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7420](https://github.com/getsentry/sentry-python/pull/7420) ##### Other - (cohere) Parametrize tests on the streaming trace lifecycle by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7419](https://github.com/getsentry/sentry-python/pull/7419) - (openai-agents) Parametrize tests on `stream_gen_ai_spans` and the streaming trace lifecycle by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7405](https://github.com/getsentry/sentry-python/pull/7405) ### [`v2.69.0`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2690) [Compare Source](https://github.com/getsentry/sentry-python/compare/2.68.1...2.69.0) ##### New Features ✨ ##### Other - (aiohttp) Add `http.route` attribute by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7341](https://github.com/getsentry/sentry-python/pull/7341) - (bottle) Add `http.route` attribute by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7343](https://github.com/getsentry/sentry-python/pull/7343) - (clickhouse\_driver) Set breadcrumbs in the streaming trace lifecycle by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7325](https://github.com/getsentry/sentry-python/pull/7325) - (docs) Add Plausible analytics to Sphinx docs by [@&#8203;ericapisani](https://github.com/ericapisani) in [#&#8203;7319](https://github.com/getsentry/sentry-python/pull/7319) - (falcon) Add `http.route` attribute by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7340](https://github.com/getsentry/sentry-python/pull/7340) - (fastapi) Add `http.route` attribute by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7322](https://github.com/getsentry/sentry-python/pull/7322) - (flask) Add `http.route` attribute by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7344](https://github.com/getsentry/sentry-python/pull/7344) - (pyramid) Add `http.route` attribute by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7347](https://github.com/getsentry/sentry-python/pull/7347) - (quart) Add `http.route` attribute by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7348](https://github.com/getsentry/sentry-python/pull/7348) - (sqlalchemy) Add more db system names for span data by [@&#8203;ericapisani](https://github.com/ericapisani) in [#&#8203;7329](https://github.com/getsentry/sentry-python/pull/7329) - (starlette) Add `http.route` attribute by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7338](https://github.com/getsentry/sentry-python/pull/7338) - (types) Export SpanJSON type by [@&#8203;ericapisani](https://github.com/ericapisani) in [#&#8203;7331](https://github.com/getsentry/sentry-python/pull/7331) - Add Python 3.15 to test matrix by [@&#8203;sentrivana](https://github.com/sentrivana) in [#&#8203;7326](https://github.com/getsentry/sentry-python/pull/7326) ##### Bug Fixes 🐛 ##### Mcp - Handle `None` arguments in tool and prompt handlers by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7387](https://github.com/getsentry/sentry-python/pull/7387) - Don't report stateless StreamableHTTP servers as stdio by [@&#8203;Snaylaker](https://github.com/Snaylaker) in [#&#8203;7224](https://github.com/getsentry/sentry-python/pull/7224) ##### Openai - Read `input_text` parts for the Responses API by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7333](https://github.com/getsentry/sentry-python/pull/7333) - Check `Response.output` is a `list` before iterating by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7238](https://github.com/getsentry/sentry-python/pull/7238) ##### Starlette - Use `url` transaction source for host routing by [@&#8203;mjq](https://github.com/mjq) in [#&#8203;7266](https://github.com/getsentry/sentry-python/pull/7266) - Set transaction name on current scope in sync handler by [@&#8203;mjq](https://github.com/mjq) in [#&#8203;7201](https://github.com/getsentry/sentry-python/pull/7201) ##### Other - (batcher) Do not let a failed flush kill the flusher thread ([#&#8203;7138](https://github.com/getsentry/sentry-python/issues/7138)) by [@&#8203;zkasuran](https://github.com/zkasuran) in [#&#8203;7186](https://github.com/getsentry/sentry-python/pull/7186) - (boto3) Fix botocore SigV4 failures caused by post-sign trace propagation by [@&#8203;pabloDeputter](https://github.com/pabloDeputter) in [#&#8203;7050](https://github.com/getsentry/sentry-python/pull/7050) - (httpx,httpx2) Always capture breadcrumb by [@&#8203;sentrivana](https://github.com/sentrivana) in [#&#8203;7351](https://github.com/getsentry/sentry-python/pull/7351) - (mcp,langchain) Add mechanism to captured exceptions by [@&#8203;gmassello](https://github.com/gmassello) in [#&#8203;7226](https://github.com/getsentry/sentry-python/pull/7226) - (openai-agents) Use `isinstance` to determine tool type by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7412](https://github.com/getsentry/sentry-python/pull/7412) - (quart) Skip quart-flask-patch and adjust error test for quart>=0.23 by [@&#8203;ericapisani](https://github.com/ericapisani) in [#&#8203;7320](https://github.com/getsentry/sentry-python/pull/7320) - Allow to correctly compare parsed versions by [@&#8203;sentrivana](https://github.com/sentrivana) in [#&#8203;7184](https://github.com/getsentry/sentry-python/pull/7184) ##### Internal Changes 🔧 ##### Openai Agents - Capture spans instead of reading from span recorder by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7404](https://github.com/getsentry/sentry-python/pull/7404) - Pin `openai` version when incompatible by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7236](https://github.com/getsentry/sentry-python/pull/7236) ##### Pydantic Ai - Replace individual hooks with `hooks.on.model_request` by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7327](https://github.com/getsentry/sentry-python/pull/7327) - Fix instructions test for pydantic-ai >=2.36.0 by [@&#8203;ericapisani](https://github.com/ericapisani) in [#&#8203;7321](https://github.com/getsentry/sentry-python/pull/7321) ##### Other - (aiohttp) Remove dead segment name code by [@&#8203;mjq](https://github.com/mjq) in [#&#8203;7284](https://github.com/getsentry/sentry-python/pull/7284) - (anthropic) Include `StreamedSpan` in type annotations by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7373](https://github.com/getsentry/sentry-python/pull/7373) - (mcp) Inline `_extract_handler_data_from_args()` by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7386](https://github.com/getsentry/sentry-python/pull/7386) - (quart) Fix flake caused by flushing spans on segment end by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7240](https://github.com/getsentry/sentry-python/pull/7240) - (stdlib) Remove urllib3 workaround by [@&#8203;pabloDeputter](https://github.com/pabloDeputter) in [#&#8203;7283](https://github.com/getsentry/sentry-python/pull/7283) - Add `openai-agents` to uv typing group by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7415](https://github.com/getsentry/sentry-python/pull/7415) - Add `aiohttp` to uv typing group by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7395](https://github.com/getsentry/sentry-python/pull/7395) - Isolate `httpx` test suite from `httpx2` by [@&#8203;ZaafirRizwan](https://github.com/ZaafirRizwan) in [#&#8203;7398](https://github.com/getsentry/sentry-python/pull/7398) - Remove `test_langchain_embeddings_error_handling()` by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7389](https://github.com/getsentry/sentry-python/pull/7389) - Add `tiktoken` to uv typing group by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7394](https://github.com/getsentry/sentry-python/pull/7394) - Reference renamed coverage action by [@&#8203;MathurAditya724](https://github.com/MathurAditya724) in [#&#8203;7371](https://github.com/getsentry/sentry-python/pull/7371) - Remove flaky detector by [@&#8203;sl0thentr0py](https://github.com/sl0thentr0py) in [#&#8203;7363](https://github.com/getsentry/sentry-python/pull/7363) - Add `openai` to uv typing group by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7334](https://github.com/getsentry/sentry-python/pull/7334) - 🤖 Update test matrix with new releases (08/31) by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;7303](https://github.com/getsentry/sentry-python/pull/7303) - Add `anthropic` to uv typing group by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7324](https://github.com/getsentry/sentry-python/pull/7324) - Add `google-genai` to uv typing group by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7323](https://github.com/getsentry/sentry-python/pull/7323) - Use tagged versions for `getsentry/codecov-action` by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7241](https://github.com/getsentry/sentry-python/pull/7241) - Update test matrix with new releases (08/24) by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7228](https://github.com/getsentry/sentry-python/pull/7228) - Add `httpx` dependency to tests relying on `get_model_response()` by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;7235](https://github.com/getsentry/sentry-python/pull/7235) - Access the 'type' in an event using `.get` by [@&#8203;ericapisani](https://github.com/ericapisani) in [#&#8203;7239](https://github.com/getsentry/sentry-python/pull/7239) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC42MS42IiwidXBkYXRlZEluVmVyIjoiNDQuNjEuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
fix(deps): update dependency sentry-sdk to >=2.69.1
All checks were successful
Tests / test (push) Successful in 1m25s
04c16b221e
tobru merged commit c6fb5bbd2d into main 2026-09-10 13:41:19 +00:00
tobru deleted branch renovate/sentry-sdk-2.x 2026-09-10 13:41:19 +00:00
Sign in to join this conversation.
No description provided.