MAINT post-1.0.0 release update to 1.1.0.dev0#2270
Merged
romanlutz merged 1 commit intoJul 24, 2026
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: c622a7ed-1305-4a83-b9c5-267f9e7aaaf9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
1.1.0.dev0inpyrit/__init__.pyandpyproject.toml.1.1.0-dev.0infrontend/package.json.uv.lock, as required byuv lock --check;frontend/package-lock.jsonremains unchanged because the existing npm lock-consistency path accepts the package metadata without regeneration.mainfor0.14.0references. 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
1.1.0.dev0; frontend package version is1.1.0-dev.0.uv lock --checkuv run ruff check pyrit/__init__.pyuv 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 --offlinetyA full local
npm ciwas also attempted, but the npm registry returned a TLS handshake failure while fetchingreact-joyride; the lock-consistency dry run above completed successfully.Documentation versions
.github/docs-versions.ymlis intentionally untouched. Documentation-version configuration is handled separately by #2257.