From 5c5511956276a02765fb48576bce29e68c860ff3 Mon Sep 17 00:00:00 2001 From: Florent Rivoire Date: Mon, 23 Oct 2017 10:47:55 +0200 Subject: [PATCH] Do not freeze requirement aws-xray-sdk to a specific version (>= instead of ==) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5cf32ade7..bdb8a1dd6 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ install_requires = [ "python-dateutil<3.0.0,>=2.1", "mock", "docker>=2.5.1", - "aws-xray-sdk==0.92.2" + "aws-xray-sdk>=0.93" ] extras_require = {