diff --git a/poetry.lock b/poetry.lock index 7f2961db..87281181 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2403,13 +2403,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "2.18.0" +version = "2.19.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.18.0-py2.py3-none-any.whl", hash = "sha256:ee70e27d1bbe4cd52a38e1bd28a5fadb9b17bc29d91b5f2b97ae29c0a7610442"}, - {file = "sentry_sdk-2.18.0.tar.gz", hash = "sha256:0dc21febd1ab35c648391c664df96f5f79fb0d92d7d4225cd9832e53a617cafd"}, + {file = "sentry_sdk-2.19.0-py2.py3-none-any.whl", hash = "sha256:7b0b3b709dee051337244a09a30dbf6e95afe0d34a1f8b430d45e0982a7c125b"}, + {file = "sentry_sdk-2.19.0.tar.gz", hash = "sha256:ee4a4d2ae8bfe3cac012dcf3e4607975904c137e1738116549fc3dbbb6ff0e36"}, ] [package.dependencies] @@ -2435,7 +2435,7 @@ 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)"] +huggingface-hub = ["huggingface_hub (>=0.22)"] langchain = ["langchain (>=0.0.210)"] launchdarkly = ["launchdarkly-server-sdk (>=9.8.0)"] litestar = ["litestar (>=2.0.0)"] @@ -2444,7 +2444,7 @@ openai = ["openai (>=1.0.0)", "tiktoken (>=0.3.0)"] openfeature = ["openfeature-sdk (>=0.7.1)"] opentelemetry = ["opentelemetry-distro (>=0.35b0)"] opentelemetry-experimental = ["opentelemetry-distro"] -pure-eval = ["asttokens", "executing", "pure-eval"] +pure-eval = ["asttokens", "executing", "pure_eval"] pymongo = ["pymongo (>=3.1)"] pyspark = ["pyspark (>=2.4.4)"] quart = ["blinker (>=1.1)", "quart (>=0.16.1)"] @@ -2905,4 +2905,4 @@ fakeredis = ["fakeredis"] [metadata] lock-version = "2.0" python-versions = "~=3.10" -content-hash = "4967e4ac5af879226c22850df66b599dfbc6bee632c8ec6cb9809287727a84d8" +content-hash = "032d15a7929bd8df514a4b6a71d9c521cabd06bf6d86c50488fb9c49edb15e7c" diff --git a/pyproject.toml b/pyproject.toml index 72dd134a..2a1bed19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ Pillow = "^11.0" psutil = "^5.9.8" python-dateutil = "^2.9.0" rapidfuzz = "^3.10.1" -sentry-sdk = "^2.18.0" +sentry-sdk = "^2.19.0" statsd = "^3.3.0" # database dependencies alembic = "^1.14.0"