Skip to content

Commit

Permalink
Revert "Pin sentry-sdk to 0.18.0"
Browse files Browse the repository at this point in the history
This reverts commit f064ca1.

Problem has been fixed since 0.19.1
getsentry/sentry-python#858 (comment)
  • Loading branch information
jpopelka committed Dec 16, 2020
1 parent 8aa0eb2 commit 54d2d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/install-deps-worker.yaml
Expand Up @@ -41,7 +41,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
Expand Down
2 changes: 1 addition & 1 deletion files/install-deps.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 54d2d88

Please sign in to comment.