[Hot-fix] [Inference] Remove Together ASR task to drop urllib3 dependency#4248
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Wauplin
added a commit
that referenced
this pull request
May 21, 2026
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Contributor
|
This PR has been shipped as part of the v1.16.1 release. |
Collaborator
Author
|
cc @nbroad1881 for viz' |
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.
Removes
TogetherAutomaticSpeechRecognitionTaskentirely along with all supporting code (_coerce_multipart, the ASR route in_prepare_route).ASR task was added in #4164 and released in 1.6.0. The urllib3 import is breaking since it's not a dependency as reported internally on slack. We will make a patch release for this one now and will add ASR back later with a urllib3-free solution.
This is a hotfix — Together ASR support can be re-added later without the
urllib3dependency.🤖 Generated with Claude Code
Note
Medium Risk
Removes Together automatic-speech-recognition support and its tests, which is a user-visible/breaking capability change for that provider. Otherwise changes are straightforward deletions with low likelihood of introducing new runtime bugs.
Overview
Removes Together automatic speech recognition support from the inference provider layer.
Deletes
TogetherAutomaticSpeechRecognitionTask(including multipart payload building and the/v1/audio/transcriptionsroute), removes the task from the Together provider registry, and drops the related imports/tests—eliminating the need for the extraurllib3dependency that was only used for multipart encoding.Reviewed by Cursor Bugbot for commit de6d6f3. Bugbot is set up for automated code reviews on this repo. Configure here.