Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "capiscio-sdk"
version = "2.5.0"
version = "2.6.0"
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

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

pyproject.toml is bumped to 2.6.0, but the runtime version constants still appear to be 2.5.0 (e.g., capiscio_sdk/__init__.py::__version__ and _rpc/process.py::CORE_VERSION). This will ship a 2.6.0 distribution that reports itself as 2.5.0 and may download the wrong core binary. Please update the other version sources (or derive them from package metadata) so the release is internally consistent.

Suggested change
version = "2.6.0"
version = "2.5.0"

Copilot uses AI. Check for mistakes.
description = "Runtime security middleware for A2A agents"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
Loading