Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c9b3e90

Browse files
author
Joris Conijn
authoredJul 16, 2020
chore: support aws-xray-sdk >=2.5.0 till <3.0.0 (#89)
1 parent 0670e5e commit c9b3e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license = "MIT-0"
1919

2020
[tool.poetry.dependencies]
2121
python = "^3.6"
22-
aws-xray-sdk = "~=2.5.0"
22+
aws-xray-sdk = "^2.5.0"
2323
fastjsonschema = "~=2.14.4"
2424

2525
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)
Please sign in to comment.