dify/api/providers/trace/trace-langsmith/pyproject.toml
Yunlu Wen ce6297bed2
chore(deps): bump dep versions for CVE fixes (#37861)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
2026-06-24 08:22:55 +00:00

11 lines
206 B
TOML

[project]
name = "dify-trace-langsmith"
version = "0.0.1"
dependencies = [
"langsmith==0.8.18",
]
description = "Dify ops tracing provider (LangSmith)."
[tool.setuptools.packages.find]
where = ["src"]