Skip to content

Upgrade checks failing on main branch #3484

@github-actions

Description

@github-actions

Upgrade Checks Failure on Main Branch

The upgrade checks workflow has failed on the main branch.

Workflow Run: #215
Commit: a52036e
Branch: refs/heads/main
Event: push

Common causes

  • ty (type checker): New ty releases frequently add stricter checks that flag previously-accepted code. Run uv run ty check locally with the latest ty to reproduce. Fix the type errors or bump the ty version floor in pyproject.toml.
  • ruff: New lint rules or stricter defaults in a ruff upgrade.
  • mcp SDK: Breaking changes in the mcp package (new method signatures, renamed types).

What to do

  1. Check the workflow logs to identify which job failed (static analysis vs tests)
  2. Reproduce locally with uv sync --upgrade && uv run prek run --all-files && uv run pytest -n auto
  3. Fix the code or adjust dependency constraints as needed

This issue was automatically created by a GitHub Action.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions