diff options
author | 2022-09-30 21:55:47 +0400 | |
---|---|---|
committer | 2022-09-30 21:56:14 +0400 | |
commit | 802d85c33eb22ec6fd3dd474949054cd87808fa7 (patch) | |
tree | e2ee4205af191f9b271c5a57f868a9e5f5d3e006 /pyproject.toml | |
parent | Fix Failing Pre-Commit Hook (diff) |
Downgrade sentry-sdk To 1.9.8
Sentry 1.9.9 seems to be highly broken, with issues such as not being
able to install on python 3.9, and more relevantly to this project major
performance slowdowns on certain requests.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index c7f88891..8a098a85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ whitenoise = "6.2.0" httpx = "0.23.0" pyyaml = "6.0" gunicorn = "20.1.0" -sentry-sdk = "1.9.9" +sentry-sdk = "1.9.8" markdown = "3.4.1" python-frontmatter = "1.0.0" django-prometheus = "2.2.0" |