diff --git a/poetry.lock b/poetry.lock index 4227c6d..4aff837 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1328,14 +1328,14 @@ dotenv = ["python-dotenv"] [[package]] name = "sentry-sdk" -version = "2.35.0" +version = "2.37.1" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" groups = ["main"] files = [ - {file = "sentry_sdk-2.35.0-py2.py3-none-any.whl", hash = "sha256:6e0c29b9a5d34de8575ffb04d289a987ff3053cf2c98ede445bea995e3830263"}, - {file = "sentry_sdk-2.35.0.tar.gz", hash = "sha256:5ea58d352779ce45d17bc2fa71ec7185205295b83a9dbb5707273deb64720092"}, + {file = "sentry_sdk-2.37.1-py2.py3-none-any.whl", hash = "sha256:baaaea6608ed3a639766a69ded06b254b106d32ad9d180bdbe58f3db9364592b"}, + {file = "sentry_sdk-2.37.1.tar.gz", hash = "sha256:531751da91aa62a909b42a7be155b41f6bb0de9df6ae98441d23b95de2f98475"}, ] [package.dependencies] @@ -1363,6 +1363,7 @@ httpx = ["httpx (>=0.16.0)"] huey = ["huey (>=2)"] huggingface-hub = ["huggingface_hub (>=0.22)"] langchain = ["langchain (>=0.0.210)"] +langgraph = ["langgraph (>=0.6.6)"] launchdarkly = ["launchdarkly-server-sdk (>=9.8.0)"] litestar = ["litestar (>=2.0.0)"] loguru = ["loguru (>=0.5)"] @@ -1806,4 +1807,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "f8bcd4867a7af9fe6ab449faca09d8fc3c6627949eb47c78f54d383b774528e9" +content-hash = "d63c887ff47e63ec61eadb7780a27e71508268293049ce4e93cc6f4d4d823697" diff --git a/pyproject.toml b/pyproject.toml index d888a78..9700e8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ PyYAML = "^6.0.1" Quart = "^0.20" aiohttp = "^3.12" Flask-Caching = "^2.3" -sentry-sdk = "^2.35" +sentry-sdk = "^2.37" uvicorn = {extras = ["standard"], version = "^0.35"} coloredlogs = "*"