ummaya 0.2.8 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "ummaya",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "ummaya",
9
- "version": "0.2.8",
9
+ "version": "0.2.9",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@alcalzone/ansi-tokenize": "^0.3.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ummaya",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "Conversational multi-agent harness for Korean public-service channels",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
package/pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "ummaya"
3
- version = "0.2.8"
3
+ version = "0.2.9"
4
4
  description = "Conversational multi-agent platform for Korean public APIs"
5
5
  readme = "README.md"
6
6
  license = "Apache-2.0"
@@ -333,7 +333,7 @@ min_confidence = 80
333
333
 
334
334
  [tool.commitizen]
335
335
  name = "cz_conventional_commits"
336
- version = "0.2.8"
336
+ version = "0.2.9"
337
337
  tag_format = "v$version"
338
338
 
339
339
  # PyTorch CPU-only wheel for Docker image size discipline (SC-1: ≤ 2 GB).
package/tui/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ummaya",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "engines": {
package/uv.lock CHANGED
@@ -3052,7 +3052,7 @@ wheels = [
3052
3052
 
3053
3053
  [[package]]
3054
3054
  name = "ummaya"
3055
- version = "0.2.8"
3055
+ version = "0.2.9"
3056
3056
  source = { editable = "." }
3057
3057
  dependencies = [
3058
3058
  { name = "defusedxml" },