From 5cba41ca4e01bc4d916ee7bb0697cbe54d71eec7 Mon Sep 17 00:00:00 2001 From: Kian Jones <11655409+kianjones9@users.noreply.github.com> Date: Thu, 8 Jan 2026 16:42:10 -0800 Subject: [PATCH] chore: temp revert to public ddtrace (#8462) revert to public ddtrace --- pyproject.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9248c7a7..a103eebb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,9 +72,7 @@ dependencies = [ "google-genai>=1.52.0", "datadog>=0.49.1", "psutil>=5.9.0", - "ddtrace @ https://github.com/kianjones9/dd-trace-py/releases/download/fix-beta-anthropic-span/ddtrace-4.1.0.dev0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl ; sys_platform == 'linux' and platform_machine == 'x86_64' and python_version == '3.12'", - "ddtrace @ https://github.com/kianjones9/dd-trace-py/releases/download/fix-beta-anthropic-span/ddtrace-4.1.0.dev0-cp312-cp312-linux_aarch64.whl ; sys_platform == 'linux' and platform_machine == 'aarch64' and python_version == '3.12'", - "ddtrace @ https://github.com/kianjones9/dd-trace-py/releases/download/fix-beta-anthropic-span/ddtrace-4.1.0.dev0-cp312-cp312-macosx_12_0_arm64.whl ; sys_platform == 'darwin' and python_version == '3.12'", + "ddtrace>=4.0.1", ] [project.scripts] @@ -153,9 +151,7 @@ desktop = [ #"pgserver>=0.1.4", ] profiling = [ - "ddtrace @ https://github.com/kianjones9/dd-trace-py/releases/download/fix-beta-anthropic-span/ddtrace-4.1.0.dev0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl ; sys_platform == 'linux' and platform_machine == 'x86_64' and python_version == '3.12'", - "ddtrace @ https://github.com/kianjones9/dd-trace-py/releases/download/fix-beta-anthropic-span/ddtrace-4.1.0.dev0-cp312-cp312-linux_aarch64.whl ; sys_platform == 'linux' and platform_machine == 'aarch64' and python_version == '3.12'", - "ddtrace @ https://github.com/kianjones9/dd-trace-py/releases/download/fix-beta-anthropic-span/ddtrace-4.1.0.dev0-cp312-cp312-macosx_12_0_arm64.whl ; sys_platform == 'darwin' and python_version == '3.12'", + "ddtrace>=2.18.2", ] [build-system]