Remove ddtrace dependency from OSS (#4049)

This commit is contained in:
Stanislav Novosad
2025-11-20 15:41:04 -07:00
committed by GitHub
parent e98c613c7c
commit 62a7bd2886
4 changed files with 35 additions and 24 deletions

View File

@@ -23,7 +23,6 @@ dependencies = [
"greenlet==3.0.3 ; python_version >= '3.11' and python_version < '3.12'",
"pillow>=10.1.0,<11",
"starlette-context>=0.3.6,<0.4",
"ddtrace>=2.3.2,<3",
"pydantic>=2.5.2,<3",
"pydantic-settings>=2.1.0,<3",
"fastapi>=0.115.4,<0.116",
@@ -70,6 +69,7 @@ dependencies = [
[dependency-groups]
cloud = [
"ddtrace>=2.3.2,<3",
"stripe>=9.7.0,<10",
"temporalio>=1.6.0,<2",
"dramatiq[asyncio]>=1.18.0,<2",