From ca100fd40ee8782ead810faa34e369d691760b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Faucon?= Date: Sat, 10 Jul 2021 15:23:19 +0200 Subject: [PATCH 1/2] chore: update ddtrace dependency to 0.50.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a6dfb0f07..1d1d1279f 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ install_requires=[ "aws-xray-sdk==2.8.0", "datadog==0.41.0", - "ddtrace==0.48.0", + "ddtrace==0.50.0", "wrapt==1.11.2", # If building for Python 3, use the latest version of setuptools "setuptools>=54.2.0; python_version >= '3.0'", From 57cc2404b7d2d8ee5ff7791f41f0036aabd13d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Faucon?= Date: Wed, 8 Sep 2021 09:38:55 +0200 Subject: [PATCH 2/2] chore: update ddtrace version to 0.52.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2f63e4908..0fd6c6960 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ install_requires=[ "aws-xray-sdk==2.8.0", "datadog==0.41.0", - "ddtrace==0.50.0", + "ddtrace==0.52.1", "wrapt==1.11.2", # If building for Python 3, use the latest version of setuptools "setuptools>=54.2.0; python_version >= '3.0'",