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
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
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
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