File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212instead 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " coaiapy-mcp"
7- version = " 0.1.10 "
7+ version = " 0.1.11 "
88description = " MCP (Model Context Protocol) wrapper for coaiapy observability toolkit"
99readme = " README.md"
1010requires-python = " >=3.10"
@@ -24,7 +24,7 @@ classifiers = [
2424]
2525
2626dependencies = [
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 ]
6464line-length = 100
65- target-version = " 0.1.10 "
65+ target-version = " 0.1.11 "
You can’t perform that action at this time.
0 commit comments