Skip to content

Commit 3137677

Browse files
committed
feat(pyproject.toml): upgrade sentry-sdk to version 2.7.0 and add httpx and loguru extras for enhanced error tracking and logging capabilities
1 parent f668fbc commit 3137677

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

poetry.lock

Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ python = ">=3.12,<4"
2828
python-dotenv = "^1.0.1"
2929
rsa = "^4.9"
3030
ruff = "^0.4.0"
31-
sentry-sdk = "^2.0.0"
31+
sentry-sdk = {extras = ["httpx", "loguru"], version = "^2.7.0"}
3232
vulture = "^2.11"
3333

3434
[tool.poetry.scripts]

0 commit comments

Comments
 (0)