Skip to content

Commit 83c52cc

Browse files
GeneAIclaude
authored andcommitted
release: Bump to v1.9.5 - Test suite fix
- Fixed LocalProvider async context manager mocking - All 1,491 tests now pass 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 3d08e92 commit 83c52cc

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to the Empathy Framework will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.9.5] - 2025-12-01
9+
10+
### Fixed
11+
12+
**Test Suite**
13+
- Fixed LocalProvider async context manager mocking in tests
14+
- All 1,491 tests now pass
15+
816
## [1.9.4] - 2025-11-30
917

1018
### Changed

empathy_llm_toolkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from .providers import AnthropicProvider, LocalProvider, OpenAIProvider
1616
from .state import CollaborationState, UserPattern
1717

18-
__version__ = "1.9.4"
18+
__version__ = "1.9.5"
1919

2020
__all__ = [
2121
"EmpathyLLM",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "empathy-framework"
7-
version = "1.9.4"
7+
version = "1.9.5"
88
description = "A five-level maturity model for AI-human collaboration with anticipatory empathy"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)