-
Notifications
You must be signed in to change notification settings - Fork 306
Update dependency versions #1683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
davorrunje
approved these changes
Apr 21, 2025
Codecov ReportAll modified and coverable lines are covered by tests ✅
see 80 files with indirect coverage changes 🚀 New features to boost your workflow:
|
davorrunje
pushed a commit
that referenced
this pull request
Apr 24, 2025
* Update dependency versions (#1683) * Update dependency versions * Update sentence-transformers version without restriction on transformers version * Remove transformers version restriction * Update agent_optimizer.py (#1676) * Read from Cache context's cache (#1653) * Read from Cache context's cache * Updates * Fix Cache.__enter__ * Add test for initiate_chat with cache context --------- Co-authored-by: Mark Sze <[email protected]> * Fix missing context_variables in Swarm notebook (#1685) * [Docs] Rewrite Basic Concepts (#1687) * Update quick start * Update installation guide * Update installation guide * WIP * Polishing * WIP * Add agent orchestration to basic concepts * WIP * WIP * WIP * Complete basic concepts * Restructure navigation * Grammar * Wording tweaks * Wording updates * Wording changes * Updated wording * Wording changes * Wording updates * Polishing * Polishing --------- Co-authored-by: Mark Sze <[email protected]> * Remove copy-latest-to-root job from mkdocs workflow (#1706) * Fix broken URLs (#1709) Co-authored-by: Kumaran Rajendhiran <[email protected]> --------- Co-authored-by: Kumaran Rajendhiran <[email protected]> Co-authored-by: Devkuni <[email protected]> Co-authored-by: Mark Sze <[email protected]> Co-authored-by: Mark Sze <[email protected]>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Apr 24, 2025
* Branch for the 0.9 release * Documentation deployment added to CI * Swarm refactor into new group chat (#1558) * Recommit from PR 1461 * Further change migrations from 1461 * Pre-commit notebook tidy * Remove unnecessary test file * Cookbook updates and positional keyword allowances * Continued cookbook updates and positional arguments * Cookbook (Organic) * Pre-commit on Organic * Merge updated basic concepts from main (#1690) * Remaining cookbook patterns updated with new group chat (#1691) * Deployment docs to GH Pages from the 0.9 branch (#1692) * 1697 docs update existing swarm example to new group chat in basic concepts (#1700) * Update group chat page in basic concepts * Update basic concepts with new group chat * Remove swarm documentation * Remove swarm documentation * [Docs} add documentation about the new group chat (#1703) * Restructuring * Update group chat documentation * Add docs for tools * Add docs for context variables * Add docs for handoffs * Grammar tweaks * Wording updates * Wording updates * Wording updates --------- Co-authored-by: Mark Sze <[email protected]> * Update mermaid diagram in the overview page * [Docs] Fix conflicts in 0.9 PR (#1711) * Update dependency versions (#1683) * Update dependency versions * Update sentence-transformers version without restriction on transformers version * Remove transformers version restriction * Update agent_optimizer.py (#1676) * Read from Cache context's cache (#1653) * Read from Cache context's cache * Updates * Fix Cache.__enter__ * Add test for initiate_chat with cache context --------- Co-authored-by: Mark Sze <[email protected]> * Fix missing context_variables in Swarm notebook (#1685) * [Docs] Rewrite Basic Concepts (#1687) * Update quick start * Update installation guide * Update installation guide * WIP * Polishing * WIP * Add agent orchestration to basic concepts * WIP * WIP * WIP * Complete basic concepts * Restructure navigation * Grammar * Wording tweaks * Wording updates * Wording changes * Updated wording * Wording changes * Wording updates * Polishing * Polishing --------- Co-authored-by: Mark Sze <[email protected]> * Remove copy-latest-to-root job from mkdocs workflow (#1706) * Fix broken URLs (#1709) Co-authored-by: Kumaran Rajendhiran <[email protected]> --------- Co-authored-by: Kumaran Rajendhiran <[email protected]> Co-authored-by: Devkuni <[email protected]> Co-authored-by: Mark Sze <[email protected]> Co-authored-by: Mark Sze <[email protected]> * Check group-level afterwork when validating group manager's LLM Config requirement (#1698) --------- Co-authored-by: Mark Sze <[email protected]> Co-authored-by: Mark Sze <[email protected]> Co-authored-by: Harish Mohan Raj <[email protected]> Co-authored-by: Kumaran Rajendhiran <[email protected]> Co-authored-by: Devkuni <[email protected]>
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 are these changes needed?
Related issue number
Checks