Skip to content

Commit 0872640

Browse files
authored
Merge pull request #470 from yukinarit/pin-plum-dispatch
Pin version of plum-dispatch as v2.3 breaks custom class serializer
2 parents 03c0c1f + cd7d84a commit 0872640

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)