From fd281cce88f8f9bfbb2f0894158b5378231b11b2 Mon Sep 17 00:00:00 2001 From: Arthur Darcet Date: Thu, 17 Oct 2024 10:52:31 +0200 Subject: [PATCH] Require sentry SDK v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6fdb85..dea299e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ include = ["*.md", "*.toml", "*.txt", "*.yml", "*.yaml", ".coveragerc", "tox.ini [tool.poetry.dependencies] python = "^3.7" -sentry-sdk = "*" +sentry-sdk = "^2.0" structlog = "*" [tool.poetry.dev-dependencies]