File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.2.0] - 2026-05-13
11+
12+ ### Changed
13+ - Pin ` capiscio-sdk ` dependency to ` >=2.7.0 ` for RFC-008 authority envelope support
14+ - Update references to ` CapiscioMCPServer.connect() ` API (#10 )
15+
16+ ### Fixed
17+ - API signature docs, pydantic dependency, URL corrections (#9 )
18+
1019## [ 0.1.0] - 2026-03-16
1120
1221### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " langchain-capiscio"
7- version = " 0.1 .0"
7+ version = " 0.2 .0"
88description = " Trust enforcement adapter for LangChain and LangGraph — powered by CapiscIO"
99readme = " README.md"
1010license = {text = " Apache-2.0" }
@@ -26,7 +26,7 @@ classifiers = [
2626 " Topic :: Software Development :: Libraries :: Python Modules" ,
2727]
2828dependencies = [
29- " capiscio-sdk>=2.6 .0" ,
29+ " capiscio-sdk>=2.7 .0" ,
3030 " langchain-core>=0.3" ,
3131 " pydantic>=2.0" ,
3232]
You can’t perform that action at this time.
0 commit comments