Uh oh!
There was an error while loading. Please reload this page.
fix(deps): bump litellm to 1.98.0 (1.87.2 yanked from PyPI) - #240
Open
sebastianbraun25 wants to merge 1 commit into
Open
fix(deps): bump litellm to 1.98.0 (1.87.2 yanked from PyPI)#240sebastianbraun25 wants to merge 1 commit into
sebastianbraun25 wants to merge 1 commit into
Conversation
litellm==1.87.2 no longer exists on PyPI, breaking fresh installs of openkb (VectifyAI#238). Bumps to 1.98.0, the latest stable release, which still satisfies the existing openai==2.44.0 pin (litellm 1.98.0 requires openai>=2.20.0,<3.0.0). Verified: full pytest suite passes with identical results to the 1.87.2 baseline (1231 passed, 18 pre-existing unrelated Windows path-separator failures). ruff/mypy clean. Smoke-tested the actual compiler._llm_call/_llm_call_async code paths (sync + async streaming, 20 concurrent calls) against the real Anthropic endpoint to confirm the litellm.completion/acompletion/stream_chunk_builder API surface compiler.py depends on is unchanged. ResolvesVectifyAI#238
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
This PR was created in collaboration between a human and AI: implementation, tests, and
PR text were created by an AI assistant under the guidance and review of the human author.
Problem
litellm==1.87.2no longer exists on PyPI, breaking fresh installs of openkb 0.4.5 (#238).Solution / Changes
litellmto1.98.0(latest stable release) inpyproject.tomluv.lock1.98.0still satisfies the existingopenai==2.44.0pin (litellm1.98.0 requiresopenai>=2.20.0,<3.0.0)18 pre-existing unrelated Windows path-separator failures).
ruff/mypyclean. Smoke-tested theactual
compiler._llm_call/_llm_call_asynccode paths (sync + async streaming, 20 concurrentcalls) against the real Anthropic endpoint to confirm the
litellm.completion/acompletion/stream_chunk_builderAPI surfacecompiler.pydepends on isunchanged.
Issues