Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asnytin authored Nov 14, 2023
1 parent 98565fb commit dd546a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dl_api_commons/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ marshmallow = ">=3.19.0"
multidict = ">=4.0"
opentracing = ">=2.4.0"
python = ">=3.10, <3.12"
sentry-sdk = {extras = ["flask"], version = ">=1.15.0"}
sentry-sdk = {version = ">=1.15.0", extras = ["flask"]}
typing-extensions = ">=4.5.0"
datalens-utils = {path = "../dl_utils"}
datalens-constants = {path = "../dl_constants"}
Expand Down

0 comments on commit dd546a7

Please sign in to comment.