Skip to content

Commit

Permalink
chore: support aws-xray-sdk >=2.5.0 till <3.0.0 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris Conijn authored Jul 16, 2020
1 parent 0670e5e commit c9b3e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license = "MIT-0"

[tool.poetry.dependencies]
python = "^3.6"
aws-xray-sdk = "~=2.5.0"
aws-xray-sdk = "^2.5.0"
fastjsonschema = "~=2.14.4"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit c9b3e90

Please sign in to comment.