Skip to content

Update requirements in uv.lock#469

Merged
dangusev merged 4 commits intomainfrom
chore/uv-lock-update
Apr 6, 2026
Merged

Update requirements in uv.lock#469
dangusev merged 4 commits intomainfrom
chore/uv-lock-update

Conversation

@dangusev
Copy link
Copy Markdown
Collaborator

@dangusev dangusev commented Apr 6, 2026

Summary by CodeRabbit

  • Chores
    • Updated development dependencies: tightened mypy version range, raised minimum fastmcp version, and removed an unused dev dependency.
    • Adjusted development tooling configuration to refine exclusion patterns for type-checking runs.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 6, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 4735cf5c-274b-4778-bd46-49001adf16d6

📥 Commits

Reviewing files that changed from the base of the PR and between 44ac9a5 and fcf5434.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • dev.py
  • pyproject.toml
🚧 Files skipped from review as they are similar to previous changes (1)
  • pyproject.toml

📝 Walkthrough

Walkthrough

Updated development dependencies in pyproject.toml: pinned mypy[mypyc,faster-cache] to >=1.19,<1.20, bumped fastmcp from >=2.14.0 to >=3.2.0, and removed mistralai[realtime]>=1.12.0. Adjusted a mypy plugin invocation in dev.py to exclude plugins/getstream/_generate_sfu_events\.py in addition to existing patterns.

Changes

Cohort / File(s) Summary
Dev dependencies
pyproject.toml
Pinned mypy[mypyc,faster-cache] to >=1.19,<1.20, removed mistralai[realtime]>=1.12.0, and raised fastmcp minimum to >=3.2.0.
Mypy plugin invocation
dev.py
Extended mypy exclusion patterns to also ignore plugins/getstream/_generate_sfu_events\.py in the mypy_plugins command string.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Poem

The toml tightens its braid, a small precise noose,
Numbers like insects pinned beneath clear glass,
fastmcp climbs, mistralai slips into the dark,
The plugin whispers a new omission — a thin, sharp hush,
We tend the registry while the versioned moths convulse,
And close the drawer on what we once let flutter.

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Update requirements in uv.lock' is vague and generic. The actual changes involve updating dependencies in pyproject.toml (mypy, fastmcp, removing mistralai) and modifying mypy exclusion patterns in dev.py, not just updating a lock file. Consider a more specific title like 'Update mypy and fastmcp dependencies, remove mistralai from dev group' to clearly reflect the actual changes made.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/uv-lock-update

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@dangusev dangusev force-pushed the chore/uv-lock-update branch from b60119c to 44ac9a5 Compare April 6, 2026 12:59
@github-actions github-actions bot added the cli label Apr 6, 2026
@dangusev dangusev merged commit bd67d66 into main Apr 6, 2026
6 checks passed
@dangusev dangusev deleted the chore/uv-lock-update branch April 6, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant