Skip to content

Commit f129b57

Browse files
Fix sentry-sdk compatibility with strawberry-graphql 0.257.0
Update sentry-sdk from 2.11.0 to >=2.14.0 to resolve ImportError for SentryTracingExtension. The newer sentry-sdk versions include compatibility fixes for strawberry-graphql 0.257.0. Resolves test failures caused by dependency updates in this PR. Co-authored-by: Marco Acierno <[email protected]>
1 parent 46346cd commit f129b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies = [
5858
"django-ordered-model==3.5",
5959
"uwsgi==2.0.30",
6060
"django-storages==1.14.4",
61-
"sentry-sdk==2.11.0",
61+
"sentry-sdk>=2.14.0",
6262
"boto3==1.35.76",
6363
"pycountry<20.0,>=19.8",
6464
"countries<1.0.0,>=0.2.0",

0 commit comments

Comments
 (0)