chore(deps): update plugin dependency version caps - #645
Draft
cursor[bot] wants to merge 1 commit into
Draft
cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
Bump version caps for plugins with outdated upper bounds: - anam: <0.7 → <0.12 (0.6.0 → 0.11.0) - aws-sdk-bedrock-runtime: <1 → <0.10 (pin before API break) - aws-sdk-transcribe-streaming: <1 → <0.10 (pin before API break) - deepgram-sdk: <7.8.0 → <7.9.0 (7.7.0 → 7.8.1) - kokoro numpy: <2.3 → <2.6 - smart_turn numpy: <2.3 → <2.6 - aiortc (local): <1.15.0 → <1.16.0 - qdrant-client: <1.18.0 → <1.20.0 - supervision (roboflow): <0.28 → <0.31 Lockfile upgraded with latest compatible versions for all plugins. Co-authored-by: Neevash Ramdial (Nash) <mail@neevash.com>
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.
Why
Routine dependency update to keep plugin dependencies current. Widens version caps that were preventing resolution to the latest compatible releases, and pins AWS SDKs below their breaking API changes (0.10+ renamed core classes and changed the config initialization pattern).
Changes
<0.7→<0.12(resolves 0.11.0, API-compatible)<1→<0.10(0.10+ renamesBedrockRuntimeClient→AsyncBedrockRuntimeClientand changesConfigto asyncresolve())<1→<0.10(same breaking pattern as bedrock-runtime)<7.8.0→<7.9.0(resolves 7.8.1)<2.3→<2.6<1.15.0→<1.16.0<1.18.0→<1.20.0<0.28→<0.31