diff --git a/poetry.lock b/poetry.lock index afae9ec..1a6832d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2320,13 +2320,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "2.14.0" +version = "2.16.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.14.0-py2.py3-none-any.whl", hash = "sha256:b8bc3dc51d06590df1291b7519b85c75e2ced4f28d9ea655b6d54033503b5bf4"}, - {file = "sentry_sdk-2.14.0.tar.gz", hash = "sha256:1e0e2eaf6dad918c7d1e0edac868a7bf20017b177f242cefe2a6bcd47955961d"}, + {file = "sentry_sdk-2.16.0-py2.py3-none-any.whl", hash = "sha256:49139c31ebcd398f4f6396b18910610a0c1602f6e67083240c33019d1f6aa30c"}, + {file = "sentry_sdk-2.16.0.tar.gz", hash = "sha256:90f733b32e15dfc1999e6b7aca67a38688a567329de4d6e184154a73f96c6892"}, ] [package.dependencies] @@ -2349,6 +2349,7 @@ falcon = ["falcon (>=1.4)"] fastapi = ["fastapi (>=0.79.0)"] flask = ["blinker (>=1.1)", "flask (>=0.11)", "markupsafe"] grpcio = ["grpcio (>=1.21.1)", "protobuf (>=3.8.0)"] +http2 = ["httpcore[http2] (==1.*)"] httpx = ["httpx (>=0.16.0)"] huey = ["huey (>=2)"] huggingface-hub = ["huggingface-hub (>=0.22)"] @@ -2799,4 +2800,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "6ff4f07935f8d831c135b4b10c6b88ba5cb6d6fe06258ce78038572b4f5f68f9" +content-hash = "8883c1cdc584d8bcc50b1accdc3635e12fd01371fefbe9ecdd4b55ad04773b09" diff --git a/pyproject.toml b/pyproject.toml index c6507c8..553b41b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,7 +104,7 @@ python = '^3.12' aiohttp = '^3.8.6' aiohttp-pydantic = '^2.0.0' pydantic-settings = '^2.1.0' -sentry-sdk = '^2.10.0' +sentry-sdk = '^2.16.0' sqlalchemy = {extras = ['asyncio'], version = '^2.0.23'} asyncpg = '^0.29.0' gunicorn = '^23.0.0'