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

fixed sentry deps #97

Merged
merged 2 commits into from
Nov 14, 2023
Merged

fixed sentry deps #97

merged 2 commits into from
Nov 14, 2023

Conversation

asnytin
Copy link
Contributor

@asnytin asnytin commented Nov 14, 2023

No description provided.

thenno
thenno previously approved these changes Nov 14, 2023
@@ -18,8 +18,7 @@ marshmallow = ">=3.19.0"
multidict = ">=4.0"
opentracing = ">=2.4.0"
python = ">=3.10, <3.12"
raven = ">=6.10.0"
sentry-sdk = ">=1.15.0"
sentry-sdk = {extras = ["flask"], version = ">=1.15.0"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT: can be changed to sentry-sdk = {version = ">=1.15.0", extras = ["flask"]} for easier reading

@asnytin asnytin merged commit 532611c into main Nov 14, 2023
39 of 48 checks passed
@asnytin asnytin deleted the asnytin/sentry_deps branch November 14, 2023 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants