diff --git a/poetry.lock b/poetry.lock index 54089d1..3c13668 100644 --- a/poetry.lock +++ b/poetry.lock @@ -980,21 +980,22 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.45.0" +version = "2.1.0" description = "Python client for Sentry (https://sentry.io)" optional = false -python-versions = "*" +python-versions = ">=3.6" files = [ - {file = "sentry-sdk-1.45.0.tar.gz", hash = "sha256:509aa9678c0512344ca886281766c2e538682f8acfa50fd8d405f8c417ad0625"}, - {file = "sentry_sdk-1.45.0-py2.py3-none-any.whl", hash = "sha256:1ce29e30240cc289a027011103a8c83885b15ef2f316a60bcc7c5300afa144f1"}, + {file = "sentry_sdk-2.1.0-py2.py3-none-any.whl", hash = "sha256:968b599d2ecdb1fae15d529ab03750ff2f34954fd317b4fb1dbc2725bb1702d0"}, + {file = "sentry_sdk-2.1.0.tar.gz", hash = "sha256:392f1065d6b46e87bf0a0a8eda2fe271601a62b0daf56eeb74e813f99ca0caec"}, ] [package.dependencies] certifi = "*" -urllib3 = {version = ">=1.26.11", markers = "python_version >= \"3.6\""} +urllib3 = ">=1.26.11" [package.extras] aiohttp = ["aiohttp (>=3.5)"] +anthropic = ["anthropic (>=0.16)"] arq = ["arq (>=0.23)"] asyncpg = ["asyncpg (>=0.23)"] beam = ["apache-beam (>=2.12)"] @@ -1010,6 +1011,8 @@ flask = ["blinker (>=1.1)", "flask (>=0.11)", "markupsafe"] grpcio = ["grpcio (>=1.21.1)"] httpx = ["httpx (>=0.16.0)"] huey = ["huey (>=2)"] +huggingface-hub = ["huggingface-hub (>=0.22)"] +langchain = ["langchain (>=0.0.210)"] loguru = ["loguru (>=0.5)"] openai = ["openai (>=1.0.0)", "tiktoken (>=0.3.0)"] opentelemetry = ["opentelemetry-distro (>=0.35b0)"] @@ -1246,4 +1249,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "9a37e8a539e02b8a3524eb338f5bbe7fe123a1cd5965d4a0737c619060ea733b" +content-hash = "10b82db5a75e2ac28e9cc22dfdde78e855a86d6c3044b3e78c94110f72979680" diff --git a/pyproject.toml b/pyproject.toml index cb0ee59..b979bfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ python = "~3.12" python-dotenv = "^1.0.0" python-telegram-bot = "^20.7" redis = "^5.0.1" -sentry-sdk = "~1" +sentry-sdk = "~2.1.0" uvicorn = "^0.29.0" [tool.poetry.group.dev.dependencies]