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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2026-05-13

### Changed
- Pin `capiscio-sdk` dependency to `>=2.7.0` for RFC-008 authority envelope support
- Update references to `CapiscioMCPServer.connect()` API (#10)

### Fixed
- API signature docs, pydantic dependency, URL corrections (#9)

## [0.1.0] - 2026-03-16

### Added
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "langchain-capiscio"
version = "0.1.0"
version = "0.2.0"
description = "Trust enforcement adapter for LangChain and LangGraph — powered by CapiscIO"
readme = "README.md"
license = {text = "Apache-2.0"}
Expand All @@ -26,7 +26,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"capiscio-sdk>=2.6.0",
"capiscio-sdk>=2.7.0",
"langchain-core>=0.3",
"pydantic>=2.0",
]
Expand Down
Loading