Skip to content

openkb 0.4.5 requires litellm==1.87.2 which doesn't exist on PyPI — should pin to 1.98.0 or later. #238

Description

@zakariahere

Issue

pip install openkb==0.4.5 fails with:
ERROR: Could not find a version that satisfies the requirement litellm==1.87.2

litellm 1.87.2 doesn't exist on PyPI (latest is 1.98.0+).

Environment

  • Python: 3.14
  • OS: Windows

Expected

openkb==0.4.5 should have a compatible litellm version pinned.

Workaround

pip install openkb==0.4.5 --no-deps && pip install litellm==1.98.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions