Skip to content

Commit bcda8ab

Browse files
committed
Release v0.2.0 (concurrency-group, imbue-common, imbue-mngr, imbue-mngr-claude, imbue-mngr-kanpan, imbue-mngr-modal, imbue-mngr-opencode, imbue-mngr-pair, imbue-mngr-tutor, modal-proxy, resource-guards)
1 parent d49dc1d commit bcda8ab

File tree

12 files changed

+23
-23
lines changed

12 files changed

+23
-23
lines changed

libs/concurrency_group/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "concurrency-group"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "Utilities for managing threads and processes in a structured way"
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -17,7 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3.11",
1818
]
1919
dependencies = [
20-
"imbue-common==0.1.8",
20+
"imbue-common==0.1.9",
2121
"loguru>=0.7",
2222
"pydantic>=2.0",
2323
]

libs/imbue_common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "imbue-common"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "Core libraries for Imbue projects"
55
readme = "README.md"
66
requires-python = ">=3.11"

libs/mngr/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ classifiers = [
1717
"Programming Language :: Python :: 3.11",
1818
]
1919
dependencies = [
20-
"imbue-common==0.1.8",
21-
"resource-guards==0.1.1",
20+
"imbue-common==0.1.9",
21+
"resource-guards==0.1.2",
2222
"cel-python>=0.1.5",
2323
"click>=8.0",
2424
"click-option-group>=0.5.6",
25-
"concurrency-group==0.1.8",
25+
"concurrency-group==0.1.9",
2626
"coolname>=3.0.0",
2727
"cryptography>=42.0",
2828
# pinning docker because the guard registration module

libs/mngr_claude/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Claude agent type plugin for mngr"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8-
"imbue-mngr==0.1.8",
8+
"imbue-mngr==0.2.0",
99
]
1010

1111
[dependency-groups]

libs/mngr_kanpan/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "All-seeing agent tracker"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8-
"imbue-mngr==0.1.8",
8+
"imbue-mngr==0.2.0",
99
"click>=8.0",
1010
"click-option-group>=0.5.6",
1111
]

libs/mngr_modal/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description = "Modal provider backend plugin for mngr"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8-
"imbue-mngr==0.1.8",
8+
"imbue-mngr==0.2.0",
99
"modal==1.3.1",
10-
"modal-proxy==0.1.0",
10+
"modal-proxy==0.1.1",
1111
"dockerfile-parse>=2.0.0",
1212
]
1313

libs/mngr_opencode/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "OpenCode agent type plugin for mngr"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8-
"imbue-mngr==0.1.8",
8+
"imbue-mngr==0.2.0",
99
]
1010

1111
[project.entry-points.mngr]

libs/mngr_pair/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Pair command plugin for mngr - continuous file sync between agent
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8-
"imbue-mngr==0.1.8",
8+
"imbue-mngr==0.2.0",
99
"click-option-group>=0.5.6",
1010
]
1111

libs/mngr_tutor/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Interactive tutorial plugin for mngr"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8-
"imbue-mngr==0.1.8",
8+
"imbue-mngr==0.2.0",
99
"click>=8.0",
1010
"click-option-group>=0.5.6",
1111
]

libs/modal_proxy/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[project]
22
name = "modal-proxy"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Abstraction layer over Modal SDK for mngr: supports direct, testing, and remote modes"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8-
"concurrency-group==0.1.8",
9-
"imbue-common==0.1.8",
10-
"imbue-mngr==0.1.8",
8+
"concurrency-group==0.1.9",
9+
"imbue-common==0.1.9",
10+
"imbue-mngr==0.2.0",
1111
"modal==1.3.1",
12-
"resource-guards==0.1.1",
12+
"resource-guards==0.1.2",
1313
]
1414

1515
[build-system]

0 commit comments

Comments
 (0)