Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
e804eb7b99 | |||
f329c15ffd | |||
cab65786b4 | |||
5dfa61c892 | |||
067a057dc9 |
12
poetry.lock
generated
12
poetry.lock
generated
@ -786,13 +786,13 @@ requests = ">=2.0.1,<3.0.0"
|
||||
|
||||
[[package]]
|
||||
name = "sentry-sdk"
|
||||
version = "2.18.0"
|
||||
version = "2.19.0"
|
||||
description = "Python client for Sentry (https://sentry.io)"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
files = [
|
||||
{file = "sentry_sdk-2.18.0-py2.py3-none-any.whl", hash = "sha256:ee70e27d1bbe4cd52a38e1bd28a5fadb9b17bc29d91b5f2b97ae29c0a7610442"},
|
||||
{file = "sentry_sdk-2.18.0.tar.gz", hash = "sha256:0dc21febd1ab35c648391c664df96f5f79fb0d92d7d4225cd9832e53a617cafd"},
|
||||
{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]
|
||||
@ -818,7 +818,7 @@ 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)"]
|
||||
@ -827,7 +827,7 @@ 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)"]
|
||||
@ -1021,4 +1021,4 @@ files = [
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11.2"
|
||||
content-hash = "e7afad3edf8a94f1eef3626a93ea5daf2f764d1a9b95d3766128d65f9be2381f"
|
||||
content-hash = "c10c58008a5f6f7b71f2174ba7934034ff12d0ae9fef89c2c9b2faaf8f4942ef"
|
||||
|
@ -9,7 +9,7 @@ readme = "README.md"
|
||||
python = "^3.11.2"
|
||||
webex-bot = "^0.5.2"
|
||||
pillow = "^11.0.0"
|
||||
sentry-sdk = "^2.18.0"
|
||||
sentry-sdk = "^2.19.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^24.10.0"
|
||||
|
@ -3,7 +3,7 @@ black==24.10.0
|
||||
cfgv==3.4.0
|
||||
click==8.1.7
|
||||
colorama==0.4.6 ; sys_platform == "win32" or platform_system == "Windows"
|
||||
coverage==7.6.4
|
||||
coverage==7.6.7
|
||||
dill==0.3.9
|
||||
distlib==0.3.9
|
||||
filelock==3.16.1
|
||||
@ -23,8 +23,8 @@ pylint==3.2.6
|
||||
pylint-exit==1.2.0
|
||||
pytest==8.3.3
|
||||
PyYAML==6.0.2
|
||||
setuptools==75.5.0
|
||||
setuptools==75.6.0
|
||||
tomlkit==0.13.2
|
||||
virtualenv==20.27.1
|
||||
wrapt==1.16.0
|
||||
wrapt==1.17.0
|
||||
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
|
@ -6,7 +6,7 @@ future==1.0.0
|
||||
humanfriendly==10.0
|
||||
idna==3.10
|
||||
pillow==11.0.0
|
||||
PyJWT==2.9.0
|
||||
PyJWT==2.10.0
|
||||
requests==2.32.3
|
||||
requests-toolbelt==1.0.0
|
||||
sentry-sdk==2.18.0
|
||||
|
Reference in New Issue
Block a user