Skip to content

Commit

Permalink
Update dependency sentry-sdk to v2 (#5144)
Browse files Browse the repository at this point in the history
* Update dependency sentry-sdk to v2

* Update the lock files

---------

Co-authored-by: Olga Bulat <[email protected]>
  • Loading branch information
openverse-bot and obulat authored Nov 7, 2024
1 parent fb36879 commit c3a8244
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
13 changes: 6 additions & 7 deletions api/pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"psycopg >=3.1.18, <4",
"python-decouple >=3.8, <4",
"python-xmp-toolkit >=2.0.2, <3",
"sentry-sdk >=1.40.6, <2",
"sentry-sdk >=2.18, <3",
"uvicorn[standard] >=0.30, <0.31",
"openverse-attribution @ file:///${PROJECT_ROOT}/../packages/python/openverse-attribution",
"structlog-sentry>=2.1.0",
Expand Down
22 changes: 11 additions & 11 deletions indexer_worker/pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion indexer_worker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"python-decouple ~= 3.8",
"PyYAML ~= 6.0",
"tldextract ~= 5.0",
"sentry-sdk[falcon] ~= 1.44",
"sentry-sdk[falcon] ~=2.18",
]

[tool.pdm]
Expand Down

0 comments on commit c3a8244

Please sign in to comment.