Skip to content

Commit 59e01cc

Browse files
committed
Bump version to 0.0.9
1 parent b83ca96 commit 59e01cc

File tree

3 files changed

+27
-11
lines changed

3 files changed

+27
-11
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "coagent-python"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
description = "An open-source framework for building monolithic or distributed agentic systems, ranging from simple LLM calls to compositional workflows and autonomous agents."
55
authors = [
66
{ name = "RussellLuo", email = "[email protected]" },
@@ -9,7 +9,7 @@ requires-python = ">=3.10"
99

1010
[tool.poetry]
1111
name = "coagent-python"
12-
version = "0.0.8"
12+
version = "0.0.9"
1313
description = "An open-source framework for building monolithic or distributed agentic systems, ranging from simple LLM calls to compositional workflows and autonomous agents."
1414
authors = [
1515
"RussellLuo <[email protected]>",
@@ -38,7 +38,7 @@ litellm = "1.60.4"
3838
mcp = ">=1.19.0"
3939
jinja2 = "3.1.5"
4040
aiorwlock = ">=1.5.0"
41-
mcputil = "0.3.0"
41+
mcputil = ">=0.4.0"
4242

4343
# A list of optional dependencies, which are included in the
4444
# below `extras`.

uv.lock

Lines changed: 20 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)