Skip to content

chore(deps): update plugin dependency version caps - #645

Draft
cursor[bot] wants to merge 1 commit into
mainfrom
cursor/vision-agents-dependency-updates-baad
Draft

cursor[bot] wants to merge 1 commit into
mainfrom
cursor/vision-agents-dependency-updates-baad

Conversation

@cursor

@cursor cursor Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

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

  • anam: <0.7<0.12 (resolves 0.11.0, API-compatible)
  • aws-sdk-bedrock-runtime: <1<0.10 (0.10+ renames BedrockRuntimeClientAsyncBedrockRuntimeClient and changes Config to async resolve())
  • aws-sdk-transcribe-streaming: <1<0.10 (same breaking pattern as bedrock-runtime)
  • deepgram-sdk: <7.8.0<7.9.0 (resolves 7.8.1)
  • numpy (kokoro, smart_turn): <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
  • Full lockfile upgrade pulls latest-within-range for all transitive deps (openai 2.54.0, elevenlabs 2.66.0, google-genai 2.22.0, xai-sdk 1.19.0, ultralytics 8.4.144, etc.)
Open in Web View Automation 

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant