diff --git a/poetry.lock b/poetry.lock index dc52e4e0..df082798 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3474,13 +3474,13 @@ jeepney = ">=0.6" [[package]] name = "sentry-sdk" -version = "2.17.0" +version = "2.19.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.17.0-py2.py3-none-any.whl", hash = "sha256:625955884b862cc58748920f9e21efdfb8e0d4f98cca4ab0d3918576d5b606ad"}, - {file = "sentry_sdk-2.17.0.tar.gz", hash = "sha256:dd0a05352b78ffeacced73a94e86f38b32e2eae15fff5f30ca5abb568a72eacf"}, + {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] @@ -3506,14 +3506,16 @@ 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)"] loguru = ["loguru (>=0.5)"] 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)"] @@ -4192,4 +4194,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<=3.13" -content-hash = "9d2d68cd41d00732bca15175938452e8c4061bfb2c58d9f4cae1d40905cd86b8" +content-hash = "2fdb6fd668e61f0f9ad527ac575accdfb3dcedc5299cd75f7a209b61e43a596b" diff --git a/pyproject.toml b/pyproject.toml index 5b553415..664838cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ aiohttp = "^3.10.8" pytest-asyncio = "^0.23.5" swifter = "^1.4.0" tenacity = "^8.2.3" -sentry-sdk = "^2.13.0" +sentry-sdk = "^2.19.0" modin = {extras = ["ray"], version = "^0.32.0"} openpyxl = "^3.1.5" requests = "^2.32.3"