From 9f05a6c94b340c6414e52de70e4c0f88c0c81df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 03:45:52 +0000 Subject: [PATCH] chore(deps): update sentry-sdk[fastapi] requirement 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.35.0...2.66.1) --- updated-dependencies: - dependency-name: sentry-sdk[fastapi] dependency-version: 2.66.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 737237d..ec30db9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "opentelemetry-sdk>=1.40.0", "opentelemetry-exporter-otlp-proto-grpc>=1.40.0", "opentelemetry-instrumentation-fastapi>=0.61b0", - "sentry-sdk[fastapi]>=2.35.0", + "sentry-sdk[fastapi]>=2.66.1", ] [dependency-groups] diff --git a/uv.lock b/uv.lock index 23641cc..3bdca43 100644 --- a/uv.lock +++ b/uv.lock @@ -369,7 +369,7 @@ requires-dist = [ { name = "pydantic-settings", specifier = ">=2.13.0" }, { name = "python-multipart", specifier = ">=0.0.22" }, { name = "resend", specifier = ">=2.0.0" }, - { name = "sentry-sdk", extras = ["fastapi"], specifier = ">=2.35.0" }, + { name = "sentry-sdk", extras = ["fastapi"], specifier = ">=2.66.1" }, { name = "slowapi", specifier = ">=0.1.9" }, { name = "sqlalchemy", specifier = ">=2.0.48" }, { name = "structlog", specifier = ">=25.0.0" },