Skip to content

MAINT post-1.0.0 release update to 1.1.0.dev0#2270

Merged
romanlutz merged 1 commit into
microsoft:mainfrom
romanlutz:romanlutz-post-v1-release-maintenance
Jul 24, 2026
Merged

MAINT post-1.0.0 release update to 1.1.0.dev0#2270
romanlutz merged 1 commit into
microsoft:mainfrom
romanlutz:romanlutz-post-v1-release-maintenance

Conversation

@romanlutz

Copy link
Copy Markdown
Contributor

Summary

  • Set the Python development version to 1.1.0.dev0 in pyrit/__init__.py and pyproject.toml.
  • Set the frontend development version to 1.1.0-dev.0 in frontend/package.json.
  • Update only the editable PyRIT project version in uv.lock, as required by uv lock --check; frontend/package-lock.json remains unchanged because the existing npm lock-consistency path accepts the package metadata without regeneration.
  • Search main for 0.14.0 references. No remaining references semantically represent the current/latest stable release, so historical release-process examples, migration tests, evaluation fixtures, dependency metadata, and archived documentation references remain unchanged.

Validation

  • Exact metadata assertions: Python package, project, and lock versions are 1.1.0.dev0; frontend package version is 1.1.0-dev.0.
  • uv lock --check
  • uv run ruff check pyrit/__init__.py
  • uv run pytest -q tests/unit/test_show_versions.py tests/unit/models/identifiers/test_component_identifier.py -k "get_deps_info_contains_pyrit or pyrit_version_set or to_dict_basic" (3 passed)
  • npm ci --dry-run --ignore-scripts --no-audit --no-fund --offline
  • Commit-time pre-commit hooks, including Ruff and ty

A full local npm ci was also attempted, but the npm registry returned a TLS handshake failure while fetching react-joyride; the lock-consistency dry run above completed successfully.

Documentation versions

.github/docs-versions.yml is intentionally untouched. Documentation-version configuration is handled separately by #2257.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: c622a7ed-1305-4a83-b9c5-267f9e7aaaf9

@hannahwestra25 hannahwestra25 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@hannahwestra25 hannahwestra25 self-assigned this Jul 24, 2026
@romanlutz
romanlutz added this pull request to the merge queue Jul 24, 2026
Merged via the queue into microsoft:main with commit 31c460c Jul 24, 2026
54 checks passed
@romanlutz
romanlutz deleted the romanlutz-post-v1-release-maintenance branch July 24, 2026 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants