Feature Description
Summary
This issue tracks a dependency maintenance update for the Python dependency group managed in this monorepo.
The goal is to keep package versions current and reduce risk from outdated transitive dependencies, while preserving compatibility with existing integrations.
Scope
- Apply the pip dependency group bump across 2 target directories.
- Include 2 package updates from the current dependency update batch.
- Keep all changes limited to dependency/version metadata unless a compatibility fix is strictly required.
Reason
Why This Matters
- Maintains healthy dependency posture across actively maintained packages.
- Aligns with the repository's automated dependency strategy (
uv + grouped updates).
- Reduces CI instability and future upgrade friction by handling small updates continuously.
Value of Feature
Implementation Notes
- Follow the repository contribution flow in
CONTRIBUTING.md.
- Use
uv workflows for dependency synchronization and validation.
- If any package versions are changed in package-level
pyproject.toml files, apply required version bump conventions.
Validation Checklist
Definition of Done
Feature Description
Summary
This issue tracks a dependency maintenance update for the Python dependency group managed in this monorepo.
The goal is to keep package versions current and reduce risk from outdated transitive dependencies, while preserving compatibility with existing integrations.
Scope
Reason
Why This Matters
uv+ grouped updates).Value of Feature
Implementation Notes
CONTRIBUTING.md.uvworkflows for dependency synchronization and validation.pyproject.tomlfiles, apply required version bump conventions.Validation Checklist
uv run make lint).uv run -- pytest).Definition of Done
chore(deps): bump the pip group across 2 directories with 2 updates