Skip to content

Commit 53af40e

Browse files
⬆ Update sentry-sdk[fastapi] requirement in /backend
Updates the requirements on [sentry-sdk[fastapi]](https://github.com/getsentry/sentry-python) to permit the latest version. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@1.40.6...2.46.0) --- updated-dependencies: - dependency-name: sentry-sdk[fastapi] dependency-version: 2.46.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61b7cd6 commit 53af40e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
# Pin bcrypt until passlib supports the latest
2020
"bcrypt==4.3.0",
2121
"pydantic-settings<3.0.0,>=2.2.1",
22-
"sentry-sdk[fastapi]<2.0.0,>=1.40.6",
22+
"sentry-sdk[fastapi]>=1.40.6,<3.0.0",
2323
"pyjwt<3.0.0,>=2.8.0",
2424
]
2525

backend/uv.lock

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

0 commit comments

Comments
 (0)