Skip to content

Commit

Permalink
Constrain ddtrace version to be <2.20.0
Browse files Browse the repository at this point in the history
We're seeing errors in circleci for ddtrace v2.20.0
https://app.circleci.com/pipelines/github/octoenergy/xocto/768/workflows/4444d76e-9a01-4683-a303-b240617d5bfd/jobs/746

We need to adapt xocto to support ddtrace v2.20.0, but we need to
first make sure that Kraken is ready to support this version.

In the meantime, just constrain the version of ddtrace within xocto.
  • Loading branch information
Peter554 committed Jan 31, 2025
1 parent 7840053 commit 150c3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
license = {text = "MIT"}
dependencies = [
"ddtrace>=1.9.0",
"ddtrace>=1.9.0,<2.20.0",
"duckdb>=0.9.0",
"django>=4.0",
"openpyxl>=3.1.0",
Expand Down

0 comments on commit 150c3de

Please sign in to comment.