Skip to content

Commit

Permalink
chore: Require sentry SDK v2
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurdarcet committed Oct 19, 2024
1 parent 4a1c4ea commit a1c10b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ include = ["*.md", "*.toml", "*.txt", "*.yml", "*.yaml", ".coveragerc", "tox.ini

[tool.poetry.dependencies]
python = "^3.7"
sentry-sdk = "*"
sentry-sdk = "^2.0"
structlog = "*"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit a1c10b3

Please sign in to comment.