Skip to content

Commit

Permalink
Update cattrs required version
Browse files Browse the repository at this point in the history
  • Loading branch information
madig committed Oct 31, 2024
1 parent bbf9d05 commit b714815
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ content-type = "text/markdown"

[project.optional-dependencies]
lxml = ["lxml"]
converters = ["cattrs >= 22.2.0"]
json = ["cattrs >= 22.2.0", "orjson ; platform_python_implementation != 'PyPy'"]
msgpack = ["cattrs >= 22.2.0", "msgpack"]
converters = ["cattrs >= 24.1"]
json = ["cattrs >= 24.1", "orjson ; platform_python_implementation != 'PyPy'"]
msgpack = ["cattrs >= 24.1", "msgpack"]

[tool.setuptools]
package-dir = { "" = "src" }
Expand Down

0 comments on commit b714815

Please # to comment.