chore: temp revert to public ddtrace (#8462)

revert to public ddtrace
This commit is contained in:
Kian Jones
2026-01-08 16:42:10 -08:00
committed by Caren Thomas
parent 938bb78afe
commit 5cba41ca4e

View File

@@ -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]