chore(release): 0.5.0 — media endpoints + solana floor >=1.5.0#16
Closed
VickyXAI wants to merge 1 commit into
Closed
chore(release): 0.5.0 — media endpoints + solana floor >=1.5.0#16VickyXAI wants to merge 1 commit into
VickyXAI wants to merge 1 commit into
Conversation
Contributor
Author
|
Superseded — closing without merging. Main already records the 0.5.0 CHANGELOG entry and has since moved to 0.6.1 (#17 shipped the Videos API + real-cost header, #19 bumped the solana floor to >=1.6.1). The version bump this PR exists to record has been overtaken. The branch also predates 0.6.0, so merging it now would revert ~989 lines — including the whole Videos API, its tests, and the real-cost proxy work — rather than just recording a version. Nothing here is worth salvaging; the release it documents is on PyPI and in the CHANGELOG already. |
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 free
to 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.
Release 0.5.0 — already published to PyPI (https://pypi.org/project/blockrun-litellm/0.5.0/); this PR records the version bump on
main.What's in it
/v1/videos/generations,/v1/audio/speech,/v1/audio/generations(music),/v1/audio/sound-effects. Base (VideoClient/MusicClient/SpeechClient) vs Solana (SolanaLLMClient) dispatch._media_endpointhelper (ValueError→400 on all routes), pre-1.5.0 Solana SDK → clear 501, dedicated long-media thread pool + media semaphore, 900s budget clamp +asyncio.wait_forceilings, media audit logging +x-blockrun-settlement, full negative-path test suites.Changed
solanaextra floor bumped toblockrun-llm[solana]>=1.5.0(Solana media shipped in SDK 1.5.0 via chore(release): 0.5.0 — media endpoints + solana floor >=1.5.0 #16, incl. feat(proxy): OpenAI Videos API + real-cost header — LiteLLM media routing & billing (0.6.0) #17/feat(media): image edits + input_type + Solana quality on blockrun-llm 1.7.0 (0.7.0) #18/chore(deps): bump solana extra floor to blockrun-llm>=1.6.1 (0.6.1) #19). Coreblockrun-llm>=1.4.7floor unchanged — Base media clients predate it.__version__(was stale at 0.4.2).Tests: 169 passed, 1 skipped.