Skip to content

Commit

Permalink
Remove ddtrace version pin (#8529)
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza authored Nov 11, 2024
1 parent 911f352 commit ebb45d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ format-check = "ruff format --check {args}"

[tool.hatch.envs.test]
extra-dependencies = [
"numpy>=2", # Haystack is compatible both with numpy 1.x and 2.x, but we test with 2.x
"numpy>=2", # Haystack is compatible both with numpy 1.x and 2.x, but we test with 2.x

"transformers[torch,sentencepiece]==4.44.2", # ExtractiveReader, TransformersSimilarityRanker, LocalWhisperTranscriber, HFGenerators...
"huggingface_hub>=0.23.0", # Hugging Face API Generators and Embedders
Expand Down Expand Up @@ -118,7 +118,7 @@ extra-dependencies = [

# Tracing
"opentelemetry-sdk",
"ddtrace==2.15.0rc2",
"ddtrace",

# Structured logging
"structlog",
Expand Down

0 comments on commit ebb45d3

Please sign in to comment.