dify/api/providers/trace/trace-opik/pyproject.toml
dependabot[bot] a44ad699aa
chore(deps): bump the llm group across 1 directory with 6 updates
Bumps the llm group with 6 updates in the /api directory:

| Package | From | To |
| --- | --- | --- |
| [arize-phoenix-otel](https://github.com/Arize-ai/phoenix) | `0.15.0` | `0.17.1` |
| [langfuse](https://github.com/langfuse/langfuse) | `4.2.0` | `4.14.3` |
| [langsmith](https://github.com/langchain-ai/langsmith-sdk) | `0.8.18` | `0.10.17` |
| [mlflow-skinny](https://github.com/mlflow/mlflow) | `3.11.1` | `3.15.1` |
| [opik](https://github.com/comet-ml/opik) | `1.11.2` | `2.2.24` |
| [weave](https://github.com/wandb/weave) | `0.52.36` | `0.53.4` |



Updates `arize-phoenix-otel` from 0.15.0 to 0.17.1
- [Release notes](https://github.com/Arize-ai/phoenix/releases)
- [Changelog](https://github.com/Arize-ai/phoenix/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Arize-ai/phoenix/compare/arize-phoenix-otel-v0.15.0...arize-phoenix-otel-v0.17.1)

Updates `langfuse` from 4.2.0 to 4.14.3
- [Release notes](https://github.com/langfuse/langfuse/releases)
- [Commits](https://github.com/langfuse/langfuse/commits)

Updates `langsmith` from 0.8.18 to 0.10.17
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](https://github.com/langchain-ai/langsmith-sdk/compare/v0.8.18...v0.10.17)

Updates `mlflow-skinny` from 3.11.1 to 3.15.1
- [Release notes](https://github.com/mlflow/mlflow/releases)
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mlflow/mlflow/compare/v3.11.1...v3.15.1)

Updates `opik` from 1.11.2 to 2.2.24
- [Release notes](https://github.com/comet-ml/opik/releases)
- [Changelog](https://github.com/comet-ml/opik/blob/main/CHANGELOG.md)
- [Commits](https://github.com/comet-ml/opik/compare/1.11.2...2.2.24)

Updates `weave` from 0.52.36 to 0.53.4
- [Release notes](https://github.com/wandb/weave/releases)
- [Changelog](https://github.com/wandb/weave/blob/master/dev_docs/RELEASE.md)
- [Commits](https://github.com/wandb/weave/compare/v0.52.36...v0.53.4)

---
updated-dependencies:
- dependency-name: arize-phoenix-otel
  dependency-version: 0.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: llm
- dependency-name: langfuse
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: llm
- dependency-name: langsmith
  dependency-version: 0.10.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: llm
- dependency-name: mlflow-skinny
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: llm
- dependency-name: opik
  dependency-version: 2.1.32
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: llm
- dependency-name: weave
  dependency-version: 0.53.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: llm
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-14 01:58:14 +00:00

11 lines
191 B
TOML

[project]
name = "dify-trace-opik"
version = "0.0.1"
dependencies = [
"opik~=2.2.24",
]
description = "Dify ops tracing provider (Opik)."
[tool.setuptools.packages.find]
where = ["src"]