mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore(deps): bump sentry-sdk from 2.12.0 to 2.13.0 in /apps/api
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.12.0 to 2.13.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.12.0...2.13.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
798658d742
commit
c4aff19c6a
2 changed files with 6 additions and 5 deletions
9
apps/api/poetry.lock
generated
9
apps/api/poetry.lock
generated
|
|
@ -2900,13 +2900,13 @@ crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sentry-sdk"
|
name = "sentry-sdk"
|
||||||
version = "2.12.0"
|
version = "2.13.0"
|
||||||
description = "Python client for Sentry (https://sentry.io)"
|
description = "Python client for Sentry (https://sentry.io)"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.6"
|
python-versions = ">=3.6"
|
||||||
files = [
|
files = [
|
||||||
{file = "sentry_sdk-2.12.0-py2.py3-none-any.whl", hash = "sha256:7a8d5163d2ba5c5f4464628c6b68f85e86972f7c636acc78aed45c61b98b7a5e"},
|
{file = "sentry_sdk-2.13.0-py2.py3-none-any.whl", hash = "sha256:6beede8fc2ab4043da7f69d95534e320944690680dd9a963178a49de71d726c6"},
|
||||||
{file = "sentry_sdk-2.12.0.tar.gz", hash = "sha256:8763840497b817d44c49b3fe3f5f7388d083f2337ffedf008b2cdb63b5c86dc6"},
|
{file = "sentry_sdk-2.13.0.tar.gz", hash = "sha256:8d4a576f7a98eb2fdb40e13106e41f330e5c79d72a68be1316e7852cf4995260"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
|
@ -2934,6 +2934,7 @@ httpx = ["httpx (>=0.16.0)"]
|
||||||
huey = ["huey (>=2)"]
|
huey = ["huey (>=2)"]
|
||||||
huggingface-hub = ["huggingface-hub (>=0.22)"]
|
huggingface-hub = ["huggingface-hub (>=0.22)"]
|
||||||
langchain = ["langchain (>=0.0.210)"]
|
langchain = ["langchain (>=0.0.210)"]
|
||||||
|
litestar = ["litestar (>=2.0.0)"]
|
||||||
loguru = ["loguru (>=0.5)"]
|
loguru = ["loguru (>=0.5)"]
|
||||||
openai = ["openai (>=1.0.0)", "tiktoken (>=0.3.0)"]
|
openai = ["openai (>=1.0.0)", "tiktoken (>=0.3.0)"]
|
||||||
opentelemetry = ["opentelemetry-distro (>=0.35b0)"]
|
opentelemetry = ["opentelemetry-distro (>=0.35b0)"]
|
||||||
|
|
@ -3891,4 +3892,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.12"
|
python-versions = "^3.12"
|
||||||
content-hash = "9025cff0ab2187f4cc8ad6163d1ea2b9eb94fb03c56dded46ae2746adb891221"
|
content-hash = "7822bf55e07b934fec323a4d583689e6fa539439fbfaf48c0f8acd77d33e6c8e"
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ pyyaml = "^6.0.1"
|
||||||
redis = "^5.0.7"
|
redis = "^5.0.7"
|
||||||
requests = "^2.32.3"
|
requests = "^2.32.3"
|
||||||
resend = "^2.3.0"
|
resend = "^2.3.0"
|
||||||
sentry-sdk = {extras = ["fastapi"], version = "^2.3.1"}
|
sentry-sdk = {extras = ["fastapi"], version = "^2.13.0"}
|
||||||
sqlmodel = "^0.0.19"
|
sqlmodel = "^0.0.19"
|
||||||
tiktoken = "^0.7.0"
|
tiktoken = "^0.7.0"
|
||||||
uvicorn = "0.30.1"
|
uvicorn = "0.30.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue