Skip to content

Commit 6277afd

Browse files
committed
coaiapy-mcp v0.1.11
1 parent 2296062 commit 6277afd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

coaiapy-mcp/coaiapy_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
instead of subprocess wrappers for better performance and error handling.
1313
"""
1414

15-
__version__ = "0.1.10"
15+
__version__ = "0.1.11"
1616
__author__ = "Guillaume Isabelle"
1717
__email__ = "jgi@jgwill.com"
1818

coaiapy-mcp/pyproject.toml

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

55
[project]
66
name = "coaiapy-mcp"
7-
version = "0.1.10"
7+
version = "0.1.11"
88
description = "MCP (Model Context Protocol) wrapper for coaiapy observability toolkit"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525

2626
dependencies = [
27-
"coaiapy>=0.2.85",
27+
"coaiapy>=0.2.86",
2828
"mcp>=1.0.0",
2929
"pydantic>=2.0",
3030
"langfuse>=2.0",
@@ -62,4 +62,4 @@ target-version = ['py310']
6262

6363
[tool.ruff]
6464
line-length = 100
65-
target-version = "0.1.10"
65+
target-version = "0.1.11"

0 commit comments

Comments
 (0)