Skip to content

Commit

Permalink
Update sentry to fix type error
Browse files Browse the repository at this point in the history
Error:
lpld/settings.py:398: error: Cannot instantiate abstract class "init" with abstract attribute "__exit__"  [abstract]

See also: getsentry/sentry-python#1415
  • Loading branch information
tbrlpld committed Mar 3, 2023
1 parent 359eeb6 commit 7b2f2e2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
29 changes: 18 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gunicorn = "^20.1.0"
heroicons = {extras = ["django"], version = "^1.4.0"}
psycopg2 = "^2.9.5"
python = "^3.8"
sentry-sdk = "^1.4.3"
sentry-sdk = "^1"
slippers = "^0.5.0"
wagtail = "~4.2"
wagtail-factories = "^4.0.0"
Expand Down

0 comments on commit 7b2f2e2

Please sign in to comment.