diff --git a/poetry.lock b/poetry.lock index 88042d8..586ae27 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1607,21 +1607,22 @@ faker = "*" [[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)"] @@ -1637,6 +1638,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)"] @@ -2060,4 +2063,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "f8eb93b0a98874ec10c4541edb422a024af90d82cb237954bbbbe19116b79f09" +content-hash = "e55025cb4cc587abcc8332f31af375b153caeda36343316eb0927044be096d61" diff --git a/pyproject.toml b/pyproject.toml index 1ca4741..ba2ca09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ psycopg2-binary = "==2.9.9" python = "^3.10" scrapeops-scrapy = "0.5.4" scrapy-fake-useragent = "1.4.4" -sentry-sdk = "==1.45.0" +sentry-sdk = "==2.1.0" [tool.poetry.dev-dependencies] autopep8 = "==2.1.0"