mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore(deps): bump sentry-sdk from 2.0.1 to 2.2.0 in /apps/api
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.0.1 to 2.2.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.0.1...2.2.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a74e17d24e
commit
eb364b6b53
2 changed files with 8 additions and 5 deletions
11
apps/api/poetry.lock
generated
11
apps/api/poetry.lock
generated
|
|
@ -2791,13 +2791,13 @@ crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"]
|
|||
|
||||
[[package]]
|
||||
name = "sentry-sdk"
|
||||
version = "2.0.1"
|
||||
version = "2.2.0"
|
||||
description = "Python client for Sentry (https://sentry.io)"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
files = [
|
||||
{file = "sentry_sdk-2.0.1-py2.py3-none-any.whl", hash = "sha256:b54c54a2160f509cf2757260d0cf3885b608c6192c2555a3857e3a4d0f84bdb3"},
|
||||
{file = "sentry_sdk-2.0.1.tar.gz", hash = "sha256:c278e0f523f6f0ee69dc43ad26dcdb1202dffe5ac326ae31472e012d941bee21"},
|
||||
{file = "sentry_sdk-2.2.0-py2.py3-none-any.whl", hash = "sha256:674f58da37835ea7447fe0e34c57b4a4277fad558b0a7cb4a6c83bcb263086be"},
|
||||
{file = "sentry_sdk-2.2.0.tar.gz", hash = "sha256:70eca103cf4c6302365a9d7cf522e7ed7720828910eb23d43ada8e50d1ecda9d"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
|
@ -2807,6 +2807,7 @@ urllib3 = ">=1.26.11"
|
|||
|
||||
[package.extras]
|
||||
aiohttp = ["aiohttp (>=3.5)"]
|
||||
anthropic = ["anthropic (>=0.16)"]
|
||||
arq = ["arq (>=0.23)"]
|
||||
asyncpg = ["asyncpg (>=0.23)"]
|
||||
beam = ["apache-beam (>=2.12)"]
|
||||
|
|
@ -2822,6 +2823,8 @@ flask = ["blinker (>=1.1)", "flask (>=0.11)", "markupsafe"]
|
|||
grpcio = ["grpcio (>=1.21.1)"]
|
||||
httpx = ["httpx (>=0.16.0)"]
|
||||
huey = ["huey (>=2)"]
|
||||
huggingface-hub = ["huggingface-hub (>=0.22)"]
|
||||
langchain = ["langchain (>=0.0.210)"]
|
||||
loguru = ["loguru (>=0.5)"]
|
||||
openai = ["openai (>=1.0.0)", "tiktoken (>=0.3.0)"]
|
||||
opentelemetry = ["opentelemetry-distro (>=0.35b0)"]
|
||||
|
|
@ -3809,4 +3812,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.12"
|
||||
content-hash = "bd9ab8517e86e6c30813e4e57be16a9dbc8c4de6906d7f67b47b863ad30e5baf"
|
||||
content-hash = "38f0bf7e1d1941be8d28b8a6f0e3875705ab4d235dd1e1567df6c978e98fbad2"
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ pyyaml = "^6.0.1"
|
|||
redis = "^5.0.1"
|
||||
requests = "^2.31.0"
|
||||
resend = "^0.8.0"
|
||||
sentry-sdk = {extras = ["fastapi"], version = "^2.0.1"}
|
||||
sentry-sdk = {extras = ["fastapi"], version = "^2.2.0"}
|
||||
sqlmodel = "^0.0.16"
|
||||
tiktoken = "^0.6.0"
|
||||
uvicorn = "0.29.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue