Skip to content

Commit cd7d84a

Browse files
committed
Pin version of plum-dispatch
1 parent 03c0c1f commit cd7d84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ numpy = [
4141
{ version = ">1.22.0", markers = "python_version ~= '3.12' and (extra == 'numpy' or extra == 'all')", optional = true },
4242
]
4343
orjson = { version = "*", markers = "extra == 'orjson' or extra == 'all'", optional = true }
44-
plum-dispatch = "^2"
44+
plum-dispatch = ">=2,<2.3"
4545

4646
[tool.poetry.dev-dependencies]
4747
pyyaml = "*"

0 commit comments

Comments
 (0)