chore(deps): bump wifi-diag-schema to v1.1.0 (D-CROSS-01)
Browse filesAdditive minor bump per D-05; Phase 2 stub headline is well under 140 chars
so D-VERDICT-06 max_length is a receive-side check only and does not affect
Phase 2 inference output.
- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -8,7 +8,7 @@ requires-python = ">=3.13"
|
|
| 8 |
authors = [{ name = "WolfDavid", email = "mkarurosun@gmail.com" }]
|
| 9 |
dependencies = [
|
| 10 |
# Pin per CONTEXT D-13 (schema pinned exactly when published; range during dev)
|
| 11 |
-
"wifi-diag-schema>=1.
|
| 12 |
# CONTEXT/RESEARCH STACK pins
|
| 13 |
"numpy>=2.0,<3.0",
|
| 14 |
"pyarrow>=18.0",
|
|
|
|
| 8 |
authors = [{ name = "WolfDavid", email = "mkarurosun@gmail.com" }]
|
| 9 |
dependencies = [
|
| 10 |
# Pin per CONTEXT D-13 (schema pinned exactly when published; range during dev)
|
| 11 |
+
"wifi-diag-schema>=1.1.0,<2.0.0",
|
| 12 |
# CONTEXT/RESEARCH STACK pins
|
| 13 |
"numpy>=2.0,<3.0",
|
| 14 |
"pyarrow>=18.0",
|