Skip to content

Commit 1ff0908

Browse files
committed
Pin ddtrace<3.0 until issue with modules can be evaluated
For more info see: DataDog/dd-trace-py#12186
1 parent 4efee2c commit 1ff0908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dask-core = ["dask-core"]
4141
dask-dataframe = ["dask[dataframe]"]
4242
dask-diagnostics = ["dask[diagnostics]"]
4343
dask-distributed = ["dask[distributed]"]
44-
datadog = ["ddtrace"]
44+
datadog = ["ddtrace<3.0"]
4545
dev = [
4646
"pre-commit",
4747
"ruff==0.5.7", # this should match `.pre-commit-config.yaml`

0 commit comments

Comments
 (0)