Skip to content

Commit 13e4ceb

Browse files
committed
bump: v1.14.3 -- candidate_model_ids fix (router respects developer-registered paths)
1 parent da0c01c commit 13e4ceb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

kalibr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def call_openai(prompt):
3636
kalibr version # Show version
3737
"""
3838

39-
__version__ = "1.14.2"
39+
__version__ = "1.14.3"
4040

4141
# Auto-instrument LLM SDKs on import (can be disabled via env var)
4242
import os

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 = "kalibr"
7-
version = "1.14.2"
7+
version = "1.14.3"
88
description = "Outcome-aware LLM routing for production AI agents. Routes between models, tools, and parameters based on real success signals using Thompson Sampling. Automatic fallback, cost optimization, and continuous learning — no redeploy required."
99
authors = [{name = "Kalibr Team", email = "support@kalibr.systems"}]
1010
readme = "README.md"

0 commit comments

Comments
 (0)