Skip to content

Build(deps): Bump sentry-sdk[fastapi] from 1.40.4 to 1.40.5

Ronan Amicel requested to merge dependabot-pip-sentry-sdk-fastapi--1.40.5 into main

Bumps sentry-sdk[fastapi] from 1.40.4 to 1.40.5.

Release notes

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

1.40.5

Various fixes & improvements

  • Deprecate last_event_id(). (#2749) by @​antonpirker

  • Warn if uWSGI is set up without proper thread support (#2738) by @​sentrivana

    uWSGI has to be run in threaded mode for the SDK to run properly. If this is not the case, the consequences could range from features not working unexpectedly to uWSGI workers crashing.

    Please make sure to run uWSGI with both --enable-threads and --py-call-uwsgi-fork-hooks.

  • parsed_url can be None (#2734) by @​sentrivana

  • Python 3.7 is not supported anymore by Lambda, so removed it and added 3.12 (#2729) by @​antonpirker

Changelog

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

1.40.5

Various fixes & improvements

  • Deprecate last_event_id(). (#2749) by @​antonpirker

  • Warn if uWSGI is set up without proper thread support (#2738) by @​sentrivana

    uWSGI has to be run in threaded mode for the SDK to run properly. If this is not the case, the consequences could range from features not working unexpectedly to uWSGI workers crashing.

    Please make sure to run uWSGI with both --enable-threads and --py-call-uwsgi-fork-hooks.

  • parsed_url can be None (#2734) by @​sentrivana

  • Python 3.7 is not supported anymore by Lambda, so removed it and added 3.12 (#2729) by @​antonpirker

Commits
  • 3a3e380 Update CHANGELOG.md
  • 575cc93 release: 1.40.5
  • 336edf7 Deprecate last_event_id(). (#2749)
  • 4d1b814 ref(uwsgi): Warn if uWSGI is set up without proper thread support (#2738)
  • 6f4fda5 fix(aiohttp): parsed_url can be None (#2734)
  • c53fbac Python 3.7 is not supported anymore by Lambda, so removed it and added 3.12 (...
  • be77b2d Merge branch 'release/1.40.4'
  • See full diff in compare view

Merge request reports