Skip to content
Merged
Show file tree
Hide file tree
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 capiscio_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
>>> result = validate_agent_card(card_dict) # Uses Go core
"""

__version__ = "2.5.0"
__version__ = "2.6.0"

# Core exports
from .executor import CapiscioSecurityExecutor, secure, secure_agent
Expand Down
2 changes: 1 addition & 1 deletion capiscio_sdk/_rpc/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _cleanup_stale_sockets() -> None:
pass

# Binary download configuration
CORE_VERSION = "2.5.0"
CORE_VERSION = "2.6.0"
GITHUB_REPO = "capiscio/capiscio-core"
CACHE_DIR = DEFAULT_SOCKET_DIR / "bin"

Expand Down
Loading