diff options
-rw-r--r-- | poetry.lock | 11 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 8 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 9da3a3ec..4fe32e74 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1603,13 +1603,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "2.0.1" +version = "2.1.1" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.0.1-py2.py3-none-any.whl", hash = "sha256:b54c54a2160f509cf2757260d0cf3885b608c6192c2555a3857e3a4d0f84bdb3"}, - {file = "sentry_sdk-2.0.1.tar.gz", hash = "sha256:c278e0f523f6f0ee69dc43ad26dcdb1202dffe5ac326ae31472e012d941bee21"}, + {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] @@ -1618,6 +1618,7 @@ 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)"] @@ -1633,6 +1634,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)"] @@ -1912,4 +1915,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "0a8266f451d4007c30afa6cde1b06bcb227e95c4793f7b624167b402ed49278f" +content-hash = "bb10b60f109d6c968d3192147dc08aaad4b873515f518325dfeca9511689fc8a" diff --git a/pyproject.toml b/pyproject.toml index 0b7ff783..92b35fe8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ rapidfuzz = "3.9.0" arrow = "1.3.0" beautifulsoup4 = "4.12.3" pillow = "10.3.0" -sentry-sdk = "2.0.1" +sentry-sdk = "2.1.1" PyYAML = "6.0.1" emojis = "0.7.0" coloredlogs = "15.0.1" |