Skip to content

Commit

Permalink
Relax sdk dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Jun 20, 2023
1 parent e8decc5 commit b3deb07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion emmett_sentry/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.5.1"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "emmett-sentry"
version = "0.5.0"
version = "0.5.1"
description = "Sentry extension for Emmett framework"
authors = ["Giovanni Barillari <[email protected]>"]
license = "BSD-3-Clause"
Expand Down Expand Up @@ -33,7 +33,7 @@ include = [
[tool.poetry.dependencies]
python = "^3.8"
emmett = "^2.5.0"
sentry-sdk = "~1.25"
sentry-sdk = "^1.25.1"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit b3deb07

Please sign in to comment.