File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.1.0] - 2026-03-16
11+
12+ ### Added
13+ - ** ` CapiscioGuard ` ** : LCEL runnable for trust badge enforcement in LangChain chains (#1 , #5 )
14+ - Typed passthrough preserving input type through the guard
15+ - Zero-config initialization via ` from_env() `
16+ - ** LangChain Callback Handler** : Trust context propagation through LangChain callbacks (#1 )
17+ - ** Trust-Aware Tool Wrapper** : Wrap LangChain tools with CapiscIO badge enforcement (#1 )
18+ - ** Context Management** : ` set_capiscio_context ` / ` get_capiscio_context ` utilities (#1 , #3 )
19+ - ** PyPI Publish Workflow** : Automated publishing on tag push (#2 , #4 )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ classifiers = [
2626 " Topic :: Software Development :: Libraries :: Python Modules" ,
2727]
2828dependencies = [
29- " capiscio-sdk>=2.4 .0" ,
29+ " capiscio-sdk>=2.5 .0" ,
3030 " langchain-core>=0.3" ,
3131]
3232
You can’t perform that action at this time.
0 commit comments