Skip to content

Missing psutil dependency for OpenTelemetry middleware #619

@danielphan2003

Description

@danielphan2003

Taskiq version

0.12.3

Python version

Python 3.14

OS

Linux

What happened?

When importing TaskiqInstrumentor from taskiq.instrumentation, an error is raised due to missing psutil package.

Relevant log output

Broker initialization code

from taskiq import ZeroMQBroker
from taskiq.instrumentation import TaskiqInstrumentor

TaskiqInstrumentor().instrument()
broker = ZeroMQBroker()

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions