chore; bump ddtrace version (#8465)

* Revert "chore: temp revert to public ddtrace (#8462)"

This reverts commit 09e541b7732fdc03be4cd9c00cc2c8518300acf1.

* Update ddtrace version requirement in pyproject.toml

Removed specific ddtrace versions for profiling and updated to a minimum version requirement.
This commit is contained in:
Kian Jones
2026-01-12 14:32:31 -08:00
committed by Sarah Wooders
parent 870c5955d9
commit 6e803174f5
2 changed files with 33 additions and 33 deletions

View File

@@ -73,7 +73,7 @@ dependencies = [
"datadog>=0.49.1",
"psutil>=5.9.0",
"fastmcp>=2.12.5",
"ddtrace>=4.0.1",
"ddtrace>=4.2.1",
]
[project.scripts]
@@ -152,7 +152,7 @@ desktop = [
#"pgserver>=0.1.4",
]
profiling = [
"ddtrace>=2.18.2",
"ddtrace>=4.2.1",
]
[build-system]