Update Python dependencies across all packages#8
Open
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
Open
Update Python dependencies across all packages#8devin-ai-integration[bot] wants to merge 1 commit intomainfrom
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
Conversation
- Updated dependencies using uv sync --upgrade for all packages - Standardized Python version requirement to >=3.12 for consistency - Fixed workflow-orchestrator and examples Python version conflicts - Updated lock files for: sk-agents, assistant-orchestrator, collab-orchestrator, ska-utils, assistant-services, workflow-orchestrator, examples Major dependency updates include: - fastapi: 0.116.1 → 0.117.1 - pydantic: 2.11.7 → 2.11.9 - redis: 6.4.0 → 7.0.0b1 - anthropic: 0.64.0 → 0.68.0 - And many other packages with minor/patch version updates Co-Authored-By: matt.bellantoni@merck.com <matt.bellantoni@merck.com>
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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.
Description
This PR updates Python dependencies across all packages in the teal-agents repository to their latest compatible versions using
uv sync --upgrade. The primary motivation was to resolve a Python version conflict where some packages required>=3.11while shared dependencies (ska-utils) required>=3.12, causing dependency resolution failures during updates.Changes
>=3.12across all packages for consistencyuv sync --upgradefor all 7 packages:Major dependency version updates:
Type of Change
Additional Comments
Verification completed:
Link to Devin run: https://app.devin.ai/sessions/9aed1cae17994bbaa3249afd08fefc9d
Requested by: @bellanma_merck
Human Review Checklist: