Skip to content

Commit 7b2f2e2

Browse files
committed
Update sentry to fix type error
Error: lpld/settings.py:398: error: Cannot instantiate abstract class "init" with abstract attribute "__exit__" [abstract] See also: getsentry/sentry-python#1415
1 parent 359eeb6 commit 7b2f2e2

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

poetry.lock

Lines changed: 18 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gunicorn = "^20.1.0"
1818
heroicons = {extras = ["django"], version = "^1.4.0"}
1919
psycopg2 = "^2.9.5"
2020
python = "^3.8"
21-
sentry-sdk = "^1.4.3"
21+
sentry-sdk = "^1"
2222
slippers = "^0.5.0"
2323
wagtail = "~4.2"
2424
wagtail-factories = "^4.0.0"

0 commit comments

Comments
 (0)