aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-09-30 21:55:47 +0400
committerGravatar Hassan Abouelela <[email protected]>2022-09-30 21:56:14 +0400
commit802d85c33eb22ec6fd3dd474949054cd87808fa7 (patch)
treee2ee4205af191f9b271c5a57f868a9e5f5d3e006 /pyproject.toml
parentFix 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.toml2
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"