Skip to content

Commit aee319b

Browse files
authored
fix: allow latest padacioso (widen cap <2.0.0 -> <3.0.0) (#433)
padacioso 2.0 (OVOS-INTENT-1 grammar) is compatible; validated end-to-end in the OVOS spec-compliance harness against the workshop-9 stack.
1 parent e4ef6f7 commit aee319b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"ovos-plugin-manager>=2.4.0a1,<3.0.0",
2222
"rapidfuzz",
2323
"langcodes",
24-
"padacioso>=1.0.0, <2.0.0",
24+
"padacioso>=1.0.0,<3.0.0",
2525
]
2626

2727
[project.optional-dependencies]

0 commit comments

Comments
 (0)