diff --git a/apps/api/poetry.lock b/apps/api/poetry.lock index 301ddedc..a6f331c3 100644 --- a/apps/api/poetry.lock +++ b/apps/api/poetry.lock @@ -2743,13 +2743,13 @@ crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"] [[package]] name = "sentry-sdk" -version = "1.44.0" +version = "1.45.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.44.0.tar.gz", hash = "sha256:f7125a9235795811962d52ff796dc032cd1d0dd98b59beaced8380371cd9c13c"}, - {file = "sentry_sdk-1.44.0-py2.py3-none-any.whl", hash = "sha256:eb65289da013ca92fad2694851ad2f086aa3825e808dc285bd7dcaf63602bb18"}, + {file = "sentry-sdk-1.45.0.tar.gz", hash = "sha256:509aa9678c0512344ca886281766c2e538682f8acfa50fd8d405f8c417ad0625"}, + {file = "sentry_sdk-1.45.0-py2.py3-none-any.whl", hash = "sha256:1ce29e30240cc289a027011103a8c83885b15ef2f316a60bcc7c5300afa144f1"}, ] [package.dependencies] @@ -3730,4 +3730,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "3b51ea2d34a78807a0eadfc7a6bac9301465338f05f7221b595b72808668083c" +content-hash = "c324c081d9ef88dd5aeb5e6fe37e7c9d2aafd07b7ae10167edc038207ed0e68f" diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 933e3693..a03fe60e 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -33,7 +33,7 @@ pyyaml = "^6.0.1" redis = "^5.0.1" requests = "^2.31.0" resend = "^0.8.0" -sentry-sdk = {extras = ["fastapi"], version = "^1.39.2"} +sentry-sdk = {extras = ["fastapi"], version = "^1.45.0"} sqlmodel = "^0.0.16" tiktoken = "^0.6.0" uvicorn = "0.29.0"