Skip to content

Add litellm 1.82.3 source for GitHub-hosted installation#1

Merged
jaseemjaskp merged 1 commit into
mainfrom
add-litellm-1.82.3
Mar 24, 2026
Merged

Add litellm 1.82.3 source for GitHub-hosted installation#1
jaseemjaskp merged 1 commit into
mainfrom
add-litellm-1.82.3

Conversation

@pk-zipstack

Copy link
Copy Markdown
Contributor

Summary

  • Mirrors the quarantined litellm 1.82.3 PyPI package to enable installation via git+https from this Zipstack fork
  • Repository URLs in pyproject.toml updated to point to Zipstack/litellm
  • Package builds verified with uv build (both sdist and wheel)

Usage

After merging and tagging v1.82.3:

uv pip install litellm@git+https://github.com/Zipstack/litellm.git@v1.82.3

Or in pyproject.toml:

litellm = { git = "https://github.com/Zipstack/litellm.git", tag = "v1.82.3" }

Test plan

  • uv build --sdist succeeds
  • uv build --wheel succeeds
  • After merge, tag v1.82.3 and verify uv pip install from GitHub works

🤖 Generated with Claude Code

Mirror the quarantined litellm 1.82.3 PyPI package to enable
installation via git+https from this Zipstack fork.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jaseemjaskp jaseemjaskp self-requested a review March 24, 2026 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants