Skip to content

Commit e839321

Browse files
chore: Bump version to 3.9.2
Version 3.9.2 - Test Infrastructure & Quality Improvements ## Test Suite Improvements - Restored health score from 58/100 to 91/100 - Fixed 46 test failures (94.1% → 99.0% pass rate) - Created reusable pytest fixture infrastructure - Added isolated CostTracker fixtures for workflow tests - Fixed CrewAI 0.203.2 compatibility issues - Improved Redis integration tests ## Technical Changes - New: tests/unit/workflows/conftest.py (isolated fixtures) - Fixed: FileNotFoundError in 80+ workflow tests - Fixed: StagedPattern type mismatches in Redis tests - Fixed: ModelInfo parameter mismatches - Skipped: 2 unreliable YAML ImportError mocking tests ## Code Quality - All lint checks passing - Black formatting applied - Pre-commit hooks enforced - No security vulnerabilities introduced This is a quality/testing release with no functional changes to the framework API.
1 parent 3d14f9f commit e839321

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.claude/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Project Memory
22

33
## Framework
4-
This is the Empathy Framework v3.9.1
4+
This is the Empathy Framework v3.9.2
55

66
@./python-standards.md
77

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 = "3.9.1"
7+
version = "3.9.2"
88
description = "AI collaboration framework with intelligent caching (up to 57% cache hit rate), tier routing (34-86% cost savings depending on task complexity), XML-enhanced prompts, persistent memory, CrewAI integration, and multi-agent orchestration. Includes HIPAA-compliant healthcare wizards."
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)