Skip to content

Commit c9a7d16

Browse files
committed
build: fix dependency imports
1 parent d4d6c25 commit c9a7d16

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["src/django_o11y"]
77

88
[project]
99
name = "django-o11y"
10-
version = "0.5.6"
10+
version = "0.5.7"
1111
description = "Comprehensive OpenTelemetry observability for Django with traces, logs, metrics, and profiling"
1212
readme = "README.md"
1313
requires-python = ">=3.12"
@@ -54,7 +54,11 @@ dependencies = [
5454

5555
[project.optional-dependencies]
5656
# Celery support
57-
celery = ["celery>=5.6.2", "opentelemetry-instrumentation-celery>=0.60b1"]
57+
celery = [
58+
"celery>=5.6.2",
59+
"django-structlog[celery]>=10.0.0",
60+
"opentelemetry-instrumentation-celery>=0.60b1",
61+
]
5862

5963
# Profiling support (push mode - optional)
6064
profiling = ["pyroscope-io>=1.0.4", "pyroscope-otel>=1.0.0"]

uv.lock

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)