chore(deps): regenerate lockfiles and requirements to pin moss 1.1.1#265
Merged
HarshaNalluru merged 2 commits intoMay 28, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…require moss>=1.1.1
HarshaNalluru
approved these changes
May 28, 2026
HarshaNalluru
approved these changes
May 28, 2026
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.
Pull Request Checklist
Please ensure that your PR meets the following requirements:
Description
This PR regenerates and updates 18
uv.lockfiles, 31pyproject.tomlmanifests, and sourcerequirements.txtfiles across all packages, cookbooks, voice agents, and applications in the repository to pin and requiremoss>=1.1.1(andinferedge-moss-coreto0.12.1).Context & Motivation:
1.1.1release resolves critical model download connection timeouts (Query error: failed to load embedding model 'moss-minilm': model download failed...) and remote503query fallback bugs.1.1.0or older1.0.x/1.0.1targets. Anyone checking out the repository and executing these integrations/voice-agents would pull the older, buggy dependencies and hit the timeouts.1.1.1version of the SDK out of the box (regardless of whether they install via standardpiporuvlocking), allowing on-device querying to run flawlessly in under 2ms.Verification & Local Tests:
load_and_query_sample.pyin the standardexamples/pythondirectory using the newmoss>=1.1.1package. The index prewarmed cleanly and queries returned successfully in 2ms (with 0ms for sub-millisecond local hotpath queries!).86 passed, 44 skipped(with E2E integration tests safely auto-skipping due to omitted cloud credentials as expected). No regressions.Type of Change