You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason in the METADATA for the 2.5.41 distribution there's a line
Requires-Dist: litellm==1.51.0
and is reflected in the poetry.lock litellm = "1.51.0". Running poetry add litellm==1.51.1 causes a complaint Because dspy (2.5.41) depends on litellm (1.51.0)
Possibly an issue with the poetry build? It seems the pyproject.toml for the 2.5.41 distribution has ^1.51.0 for litellm..
The text was updated successfully, but these errors were encountered:
For some reason in the METADATA for the 2.5.41 distribution there's a line
Requires-Dist: litellm==1.51.0
and is reflected in the poetry.lock
litellm = "1.51.0"
. Runningpoetry add litellm==1.51.1
causes a complaintBecause dspy (2.5.41) depends on litellm (1.51.0)
Possibly an issue with the poetry build? It seems the pyproject.toml for the 2.5.41 distribution has ^1.51.0 for litellm..
The text was updated successfully, but these errors were encountered: