Skip to content

Commit 8688735

Browse files
authored
chore: bump to v0.2.0, pin capiscio-sdk>=2.7.0 (#11)
1 parent 162c40e commit 8688735

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "langchain-capiscio"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Trust enforcement adapter for LangChain and LangGraph — powered by CapiscIO"
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}
@@ -26,7 +26,7 @@ classifiers = [
2626
"Topic :: Software Development :: Libraries :: Python Modules",
2727
]
2828
dependencies = [
29-
"capiscio-sdk>=2.6.0",
29+
"capiscio-sdk>=2.7.0",
3030
"langchain-core>=0.3",
3131
"pydantic>=2.0",
3232
]

0 commit comments

Comments
 (0)