Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin sentry-sdk to 0.18.0 #850

Merged
merged 1 commit into from Oct 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
- sentry-sdk==0.18.0
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]
- sentry-sdk[flask]==0.18.0
executable: pip3

# --no-deps: to fail instead of installing from PyPI when we forget to add some dependency to packit.spec
Expand Down