crewai - 💡(How to fix) Fix [BUG] dependency conflict with OpenLIT [2 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

crewai 1.14.4 locks opentelemetry-sdk to 1.35.0 but openlit 1.41.2 requires opentelemetry-sdk >=1.38.0

Error Message

no dependency conflict error

Root Cause

crewai 1.14.4 locks opentelemetry-sdk to 1.35.0 but openlit 1.41.2 requires opentelemetry-sdk >=1.38.0

Fix Action

Fixed

RAW_BUFFERClick to expand / collapse

Description

crewai 1.14.4 locks opentelemetry-sdk to 1.35.0 but openlit 1.41.2 requires opentelemetry-sdk >=1.38.0

Steps to Reproduce

in pyproject.toml put [tool.poetry.dependencies] python = ">=3.10,<=3.13.7" crewai = 1.14.4 crewai-tools = {version = "1.14.4", extras = ["mcp"]} openlit = "1.42.0"

Expected behavior

no dependency conflict error

Screenshots/Code snippets

dependency conflict when running poetry lock

Operating System

Windows 11

Python Version

3.10

crewAI Version

1.14.4

crewAI Tools Version

1.14.4

Virtual Environment

Poetry

Evidence

dependency conflict when running poetry lock

Possible Solution

relax dependecies of openlit in crewai: change the in pyproject.toml: # Telemetry and Monitoring "opentelemetry-api>=1.38.0,<2.0.0", "opentelemetry-sdk>=1.38.0,<2.0.0", "opentelemetry-exporter-otlp-proto-http>=1.38.0,<2.0.0",

Additional context

relax dependecies of openlit in crewai:

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

no dependency conflict error

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING