Skip to content

Commit

Permalink
Merge pull request #470 from yukinarit/pin-plum-dispatch
Browse files Browse the repository at this point in the history
Pin version of plum-dispatch as v2.3 breaks custom class serializer
  • Loading branch information
yukinarit authored Feb 2, 2024
2 parents 03c0c1f + cd7d84a commit 0872640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ numpy = [
{ version = ">1.22.0", markers = "python_version ~= '3.12' and (extra == 'numpy' or extra == 'all')", optional = true },
]
orjson = { version = "*", markers = "extra == 'orjson' or extra == 'all'", optional = true }
plum-dispatch = "^2"
plum-dispatch = ">=2,<2.3"

[tool.poetry.dev-dependencies]
pyyaml = "*"
Expand Down

0 comments on commit 0872640

Please sign in to comment.