Upgrade sentry sdk

This commit is contained in:
SwiftyOS
2024-08-01 09:15:04 +02:00
parent 738ba79cff
commit aa539b8ff1
6 changed files with 9115 additions and 3998 deletions

4119
autogpt/poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -33,7 +33,7 @@ orjson = "^3.8.10"
pydantic = "^2.7.2"
python-dotenv = "^1.0.0"
requests = "*"
sentry-sdk = "^1.40.4"
sentry-sdk = "^2.11.0"
# Benchmarking
agbenchmark = { path = "../benchmark", optional = true }

4054
forge/poetry.lock generated

File diff suppressed because one or more lines are too long

View File

@@ -47,7 +47,7 @@ pyyaml = "^6.0"
requests = "*"
selenium = "^4.13.0"
sqlalchemy = "^2.0.19"
sentry-sdk = "^1.40.4"
sentry-sdk = "^2.11.0"
spacy = "^3.0.0"
tenacity = "^8.2.2"
tiktoken = ">=0.7.0,<1.0.0"

4930
rnd/market/poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,13 +10,15 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
prisma = "^0.12.0"
prisma = "^0.13.1"
python-dotenv = "^1.0.1"
uvicorn = "^0.30.3"
fastapi = "^0.111.1"
fastapi = "^0.109.0"
sentry-sdk = { extras = ["fastapi"], version = "^2.11.0" }
fuzzywuzzy = "^0.18.0"
python-levenshtein = "^0.25.1"
autogpt-server = { path = "../autogpt_server", develop = true }
[tool.poetry.group.dev.dependencies]
pytest = "^8.2.1"