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 = {