We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf9d05 commit b714815Copy full SHA for b714815
pyproject.toml
@@ -27,9 +27,9 @@ content-type = "text/markdown"
27
28
[project.optional-dependencies]
29
lxml = ["lxml"]
30
-converters = ["cattrs >= 22.2.0"]
31
-json = ["cattrs >= 22.2.0", "orjson ; platform_python_implementation != 'PyPy'"]
32
-msgpack = ["cattrs >= 22.2.0", "msgpack"]
+converters = ["cattrs >= 24.1"]
+json = ["cattrs >= 24.1", "orjson ; platform_python_implementation != 'PyPy'"]
+msgpack = ["cattrs >= 24.1", "msgpack"]
33
34
[tool.setuptools]
35
package-dir = { "" = "src" }
0 commit comments