Update plugin dependencies: decart 0.0.33, turbopuffer 1.21.0, deepgram-sdk 6.1.1#476
Draft
cursor[bot] wants to merge 3 commits intomainfrom
Draft
Update plugin dependencies: decart 0.0.33, turbopuffer 1.21.0, deepgram-sdk 6.1.1#476cursor[bot] wants to merge 3 commits intomainfrom
cursor[bot] wants to merge 3 commits intomainfrom
Conversation
…am-sdk 6.1.1 - decart: ==0.0.8 → >=0.0.33 (API migration: enrich→enhance, mirror removed) - turbopuffer: <1.18 → <1.22 (1.17.0→1.21.0, backward-compatible rewrite) - deepgram-sdk: <6.1.0 → <6.2.0 (6.0.1→6.1.1, adds agent features) Co-authored-by: Neevash Ramdial (Nash) <mail@neevash.com>
Co-authored-by: Neevash Ramdial (Nash) <mail@neevash.com>
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.
Summary
Updates three plugin dependencies to their latest compatible versions.
Changes
decart
==0.0.8→>=0.0.33enrichparameter renamed toenhanceacrossPrompt,set_prompt(), andRestylingProcessor.__init__mirrorparameter andset_mirror()method removed (no longer supported by SDK)ModelStateno longer acceptsmirrorfieldturbopuffer
>=1.17.0,<1.18→>=1.17.0,<1.22(1.17.0 → 1.21.0)AsyncTurbopuffer,.namespace(),.write(),.query(),.delete_all(),.hint_cache_warm()all preservedtype: ignoreforupsert_rowsdict-to-TypedDict incompatibility (mypy doesn't supportextra_itemson TypedDict yet)deepgram-sdk
>=6.0.1,<6.1.0→>=6.0.1,<6.2.0(6.0.1 → 6.1.1)messageparam on controlsend_methodsSpeakV1Textnow requires explicittype="Speak"parameterPackages NOT updated (blocked)
mistralai: 2.0+ removesMistralclass (breaking), pinned<2moondream: 1.0+ not tested, pinned<1; also constrainspillow<11transformers: 5.x available but plugins cap at<5websockets: 16.0 available but xai plugin caps at<16huggingface_hub: 1.x available but pinned<1.0Verification
uv run dev.py checkpasses: ruff, mypy (core + plugins), 835 unit tests