From b56dce16537f73f1b010ff9362c4dd7825855edb Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Wed, 16 Dec 2020 17:43:22 +0100 Subject: [PATCH] Revert "Pin sentry-sdk to 0.18.0" This reverts commit f064ca1ea0eefd43a41172a60d08be4307af7649. Problem has been fixed since 0.19.1 https://github.com/getsentry/sentry-python/issues/858#issuecomment-711882365 --- files/install-deps-worker.yaml | 2 +- files/install-deps.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/install-deps-worker.yaml b/files/install-deps-worker.yaml index 6ec5f3808..2ce8a8450 100644 --- a/files/install-deps-worker.yaml +++ b/files/install-deps-worker.yaml @@ -44,7 +44,7 @@ pip: name: - git+https://github.com/packit/sandcastle.git - - sentry-sdk==0.18.0 + - sentry-sdk executable: pip3 # --no-deps: to fail instead of installing from PyPI when we forget to add some dependency to packit.spec - name: pip install packit & ogr with --no-deps diff --git a/files/install-deps.yaml b/files/install-deps.yaml index 44d665bed..2e5ac5750 100644 --- a/files/install-deps.yaml +++ b/files/install-deps.yaml @@ -44,7 +44,7 @@ pip: name: - persistentdict # still needed by one Alembic migration script - - sentry-sdk[flask]==0.18.0 + - sentry-sdk[flask] executable: pip3 # --no-deps: to fail instead of installing from PyPI when we forget to add some dependency to packit.spec