Skip to content

v1.1.1

Choose a tag to compare

@jztan jztan released this 31 Mar 11:59

What's New in v1.1.1

Security

CI

  • Add dependency-audit.yml workflow: lockfile integrity check (uv lock --check), CVE scanning via pip-audit, and PR step summary flagging lockfile changes for supply-chain review
  • Pin upper bounds on all runtime and dev dependencies in pyproject.toml to prevent unexpected major-version upgrades
  • Upgrade CI workflows to actions/checkout@v6 and actions/setup-python@v6
  • Replace manual venv activation with astral-sh/setup-uv@v4 and uv sync --locked for reproducible installs
  • Use uv run for all tool invocations (flake8, black, pytest) instead of sourcing .venv

Installation

pip install redmine-mcp-server==1.1.1

Links