diff --git a/poetry.lock b/poetry.lock index 88042d8..be333b2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1607,21 +1607,22 @@ faker = "*" [[package]] name = "sentry-sdk" -version = "1.45.0" +version = "2.1.1" 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.1-py2.py3-none-any.whl", hash = "sha256:99aeb78fb76771513bd3b2829d12613130152620768d00cd3e45ac00cb17950f"}, + {file = "sentry_sdk-2.1.1.tar.gz", hash = "sha256:95d8c0bb41c8b0bc37ab202c2c4a295bb84398ee05f4cdce55051cd75b926ec1"}, ] [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 = "17762861e77f07908e5f44d712b27566b2099a61eefbe91d2138d3e6fc1278e4" diff --git a/pyproject.toml b/pyproject.toml index 1ca4741..88e0d85 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.1" [tool.poetry.dev-dependencies] autopep8 = "==2.1.0"