From ac80db0ad6f35360fe66212ca3b55ca3af9e00d6 Mon Sep 17 00:00:00 2001 From: Victor Skvortsov Date: Wed, 6 Aug 2025 14:57:35 +0500 Subject: [PATCH] Specify sentry-sdk[fastapi]>=2.27.0 to fix missing SamplingContext --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ff9c95670..f56704ab4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,7 +121,7 @@ server = [ "aiosqlite", "docker>=6.0.0", "python-dxf==12.1.0", - "sentry-sdk[fastapi]", + "sentry-sdk[fastapi]>=2.27.0", "alembic-postgresql-enum", "asyncpg", "python-json-logger>=3.1.0",