From 37a014bf8e416c0863cc0d2d6d1b2f774e3591e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 10:13:48 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20sentry-sdk[fastapi]=20requ?= =?UTF-8?q?irement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [sentry-sdk[fastapi]](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](https://github.com/getsentry/sentry-python/compare/2.0.0...2.63.0) --- updated-dependencies: - dependency-name: sentry-sdk[fastapi] dependency-version: 2.63.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 0e3921a1ca..d0eaa7003a 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "psycopg[binary]<4.0.0,>=3.1.13", "sqlmodel>=0.0.39,<1.0.0", "pydantic-settings<3.0.0,>=2.2.1", - "sentry-sdk[fastapi]>=2.0.0,<3.0.0", + "sentry-sdk[fastapi]>=2.63.0,<3.0.0", "pyjwt<3.0.0,>=2.13.0", "pwdlib[argon2,bcrypt]>=0.3.0", ] diff --git a/uv.lock b/uv.lock index 2ddb0daff6..47a5bcf902 100644 --- a/uv.lock +++ b/uv.lock @@ -107,7 +107,7 @@ requires-dist = [ { name = "pydantic-settings", specifier = ">=2.2.1,<3.0.0" }, { name = "pyjwt", specifier = ">=2.13.0,<3.0.0" }, { name = "python-multipart", specifier = ">=0.0.27,<1.0.0" }, - { name = "sentry-sdk", extras = ["fastapi"], specifier = ">=2.0.0,<3.0.0" }, + { name = "sentry-sdk", extras = ["fastapi"], specifier = ">=2.63.0,<3.0.0" }, { name = "sqlmodel", specifier = ">=0.0.39,<1.0.0" }, { name = "tenacity", specifier = ">=8.2.3,<10.0.0" }, ]