Skip to content

Commit ac80db0

Browse files
committed
Specify sentry-sdk[fastapi]>=2.27.0 to fix missing SamplingContext
1 parent 91659e7 commit ac80db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ server = [
121121
"aiosqlite",
122122
"docker>=6.0.0",
123123
"python-dxf==12.1.0",
124-
"sentry-sdk[fastapi]",
124+
"sentry-sdk[fastapi]>=2.27.0",
125125
"alembic-postgresql-enum",
126126
"asyncpg",
127127
"python-json-logger>=3.1.0",

0 commit comments

Comments
 (0)