Consolidate Python dependency updates - #179
Merged
Merged
Conversation
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
There was a problem hiding this comment.
Pull request overview
This PR consolidates Python dependency updates and aligns the repository’s Python toolchain and documentation formatting with newer package/tool versions.
Changes:
- Updated Agent Framework-related Python dependencies (DevUI and GitHub Copilot integrations) and refreshed the
uv.lockresolution accordingly. - Bumped security- and tooling-relevant dependencies in
uv.lock, includingcryptography==50.0.0and a newer resolved Ruff version while keeping the requirement at>=0.16.2. - Applied Ruff 0.16-era Markdown/Python formatting to the Python SDK README code snippet.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| uv.lock | Updates resolved Python dependency set (Agent Framework packages, cryptography 50.0.0, Ruff resolution, and transitive additions like msgspec). |
| src/sdk/python/core/README.md | Reformats the Quick Start snippet to match current Ruff formatting behavior. |
| pyproject.toml | Raises minimum Ruff and Agent Framework-related dependency requirements. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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
agent-framework-devuito>=1.0.0b260730andagent-framework-github-copilotto>=1.0.1cryptographyto 50.0.0 and Ruff to>=0.16.2in the coherent uv lockfileValidation
uv lock --checkjust fmt/just fmt-check(Rust and Python passed; local aggregate reached an unavailable .NET SDK)just build(all non-.NET stages and the .NET FFI build passed; local aggregate reached an unavailable .NET SDK)just examples(WASM, JS, and Python examples passed; local aggregate reached an unavailable .NET SDK)Supersedes #170
Supersedes #172
Supersedes #173
Supersedes #175