Skip to content

Commit

Permalink
Merge pull request #34 from cta-epfl/docker_build_fix
Browse files Browse the repository at this point in the history
required sentry-sdk version was changed to 2.1.1
  • Loading branch information
okolo authored Aug 27, 2024
2 parents 01b350c + f28b8bf commit ecfd2fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Bastien Wermeille <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.9"
requests = "^2.32.3"
sentry-sdk = {extras = ["flask"], version = "^2.11.0"}
sentry-sdk = {extras = ["flask"], version = "^2.1.1"}
importlib-metadata = "^7.0.0"
flask-cors = "^4.0.0"
waitress = "^3.0.0"
Expand Down

0 comments on commit ecfd2fe

Please sign in to comment.